Skip to content

Commit c457b16

Browse files
authored
Update README.md
1 parent f6ea371 commit c457b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- Async CRUD API with Django RBAC security protection
1515
- Prefetch and retrieve all m2m fields if configured
1616
- 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
1818
- Domain/Service/Controller Base Structure: for better code organization.
1919
- Base Permission/Response/Exception Classes: and some handy features to help your API coding easier.
2020
- 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

Comments
 (0)