You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
- Async CRUD API with Django RBAC security protection
15
15
- Prefetch and retrieve all m2m fields if configured
16
16
- Recursively retrieve all FK/OneToOne fields if configured
17
-
- Excluding fields you do not want, or define a list sensitive fields of your choice
17
+
- Excluding fields you do not want, or define a list of sensitive fields of your choice
18
18
- Domain/Service/Controller Base Structure: for better code organization.
19
19
- Base Permission/Response/Exception Classes: and some handy features to help your API coding easier.
20
20
- Pure class based [Django-Ninja](https://github.com/vitalik/django-ninja) APIs: thanks to [Django-Ninja-Extra](https://github.com/eadwinCode/django-ninja-extra)
0 commit comments