Django Rest Swagger Versions Save

Swagger Documentation Generator for Django REST Framework: deprecated

2.2.0

6 years ago
  • Update Swagger UI to version 3.13.6
  • Bootstrap client app to extend UI components in React (to improve auth functionality in the future for non-session APIs)
  • Ability to customize headers; eventually will want to do this from the UI as well

2.1.0

7 years ago
  • Make Django REST Framework 3.5.1 the minimum version
  • Provide get_swagger_view shortcut which wraps the DRF get_schema_view

2.0.5

7 years ago

2.0.2

7 years ago
  • Update Swagger UI and remove trailing styles.css (Fixes #487)
  • Remove 1.10 deprecation warning from render method
  • Update Manifest to exclude bytecode, include license and readme in dist.

2.0.0a0

7 years ago
  • Breaking version change; accompanying Django REST Framework 3.4 and CoreAPI
  • Deprecation of introspection & YAML overrides
  • Use renderer classes to generate spec and UI