drf_tweaks icon indicating copy to clipboard operation
drf_tweaks copied to clipboard

Extensions for Django Rest Framework

Results 4 drf_tweaks issues
Sort by recently updated
recently updated
newest added

Prisma credentials not configured properly. Please reinstall and complete the configuration.

Updates the requirements on [django-rest-swagger](https://github.com/marcgibbons/django-rest-swagger) to permit the latest version. Release notes Sourced from django-rest-swagger's releases. 2.2.0 Swagger-UI v3 Update Swagger UI to version 3.13.6 Bootstrap client app to extend...

dependencies

So we can specify which fields we would like to get from the Serializer by passing `"fields": [...]`to context But is it possible to specify fields we do not want...