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

in Django 3 Remove staticfiles

https://docs.djangoproject.com/en/3.0/releases/3.0/#features-removed-in-3-0

I've been writing some signals for a Django project Django==2.2 Python==3.6.8 PostgreSQL==11.3 After writing and testing some pre_save and post_save signals which update product cart totals based on products inputted,...

From Django REST framework documentation: ``` Both APIView.exclude_from_schema and the exclude_from_schema argument be moved to deprecated in the 3.8 release, and removed entirely in 3.9. ```

{% load staticfiles %} and {% load admin_static %} were deprecated in Django 2.1, and removed in Django 3.0. I propose to change it with {% load static %}

Django 3+ not support staticfiles pls support this feature.

My main usage of the swagger docs is to try things with the API. It would be nice if we could disable the "Try it out" button and just have...

Hi, I'am trying this config, and it's working for 2.1.2 but not 2.2.0. The header just not includes the token. Please have a look. ``` SWAGGER_SETTINGS = { 'LOGIN_URL': 'rest_framework:login',...