encode / django-rest-framework

Web APIs for Django. 🎸
https://www.django-rest-framework.org
Other
28.5k stars 6.85k forks source link

Add custom field validators and permission classes with tests #9566

Closed Ghosts6 closed 1 month ago

Ghosts6 commented 1 month ago

This pull request introduces new custom validators and permission classes to Django REST Framework:

These changes enhance DRF’s flexibility in handling field validation and permissions. The code has been tested, and all tests pass.