django-rest-swagger icon indicating copy to clipboard operation
django-rest-swagger copied to clipboard

Swagger Documentation Generator for Django REST Framework: deprecated

Results 103 django-rest-swagger issues
Sort by recently updated
recently updated
newest added

I was waiting for this for a long time, and it would be a waste if it is lost 'IGNORE_USER_PERMISSIONS': True,

Fix of an issue of having prototype Array function definitions. In this case the original code would go through all those functions and treat them as parameters, rather than working...

Using generic api views works fine, the parameters are recognized from the serializer. But what about views that don't have a serializer? What if I want to give a rating...

Can we add permission_classes parameter for get_swagger_view() function?

Is it possible to use django-rest-swagger with JSON web tokens? I've perused the documentation and open issues and many people have examples using 'rest_framework.authentication.TokenAuthentication' in their DEFAULT_AUTHENTICATION_CLASSES but I have...

DjangoRestFramework removed the exclude_from_schema flag to exclude urls from the api schema. This leads to swagger schema view show up as an api endpoint. Instead a "schema = None" must...

:D Tested and Working Fixing #676 #658 #626 #613 Just add the 'INFO' key on your SWAGGER_SETTINGS on settings.py of Django and should work

Deprecated since Python 3.2 (see [release notes](https://docs.python.org/3/whatsnew/3.2.html)).

Added an editable title tag in index.html by using Swagger settings. Default value will remain the same for those users who have not added the new configuration. closes https://github.com/marcgibbons/django-rest-swagger/issues/668