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 am interested how to remove `Parameters` and `Response Messages` parts from docs. An example there is possible to remove `Try it` form docs set the settings: ``` SWAGGER_SETTINGS =...

When using `rest_framework.authentication.TokenAuthentication`, a token is validated by being in the Authorization header with a keyword, 'Token ', pre-pending the actual token value. If I use the settings below, the...

Full disclosure I am seeing this using a filterset from djangorestframework-filters I noticed when setting up a filter with all lookup fields on a viewset that all the filters end...

my environment: Python==3.6.1 Django==1.11.6 djangorestframework==3.7.1 django-rest-swagger==2.1.2 django-oauth-toolkit==1.0.0 i've request using [Try it out!] button like below. but headers does not contain "Authorization Bearer blablabla" my settings: ``` SWAGGER_SETTINGS = {...

Whenever I define the `depth` attribute than foreign key field from swagger docs in POST section gets disappears. That's seems strange because I required `depth = 1` when I want...

Hi, I upgraded from a very old version (0.3.6) of Django-rest-swagger to the newer version 2.1.2 and now I got a problem. The swagger site now produces an error: `{"schemaValidationMessages":[{"level":"error","message":"Can't...

Hi there - I created a simple pull request to solve this. I want to override the tag in base.html, but the only way currently to do so is to...

Hi i am using swagger with django rest but description is missing in docs, but local server is working well. http://dev.shopestapp.com:8080/docs/#!/api django-rest-framework-docs==0.1.7 django-rest-framework-social-oauth2==1.0.5 django-rest-swagger==0.3.9 django-storages==1.4.1 django-watson==1.2.3 djangorestframework==3.4.3 djangorestframework-csv==2.0.0

I wonder if there is any way to turn off swagger on production environment by writing swagger settings? Thanks.

Using swagger v2 is it possible to get DRF ChoiceField and FileField serializer fields to be recognised in the django-rest-swagger (SwaggerUIRenderer) interface? These are just being displayed as 'formData' parameter...

django-rest-framework