- fix django 1.9 deprecation warnings
- allow arbitrary arguments to get methods of swagger classes
- respect django's CSRF_COOKIE_NAME setting
- handle DRF's AcceptHeaderVersioning: send version in Accept header
- fields.ListField introspects as 'array'
- allow user to configure AnonymousUser class
- prepare CurrentUserDefault better
- fix throbber url
- improved validity of swagger output
- added resource_access_handler
- un-add settings overrides for api protocols
- support for django_filters
- add settings overrides for api urls
- allow bash command "long options" in notes
- fixes for DRF 3.1.1
- fixes for Django 1.8
- fix reStructuredText in docstring
- fix NullBooleanField data type detection
- support non-string urlconf
- reStructuredText in docstrings
- show pagination parameters automatically
- support plain json objects in post data
- fix errors generated by accessing
self.request.user
andself.action
- fix for DRF 3.0.1
- fix support for Django Rest Framework 3
- fix support for Django Rest Framework 3
- fix support for Django Rest Framework 3
- add support for Django Rest Framework 3
- add docExpansion to settings
- add
token_type
to settings
- add readthedocs based documentation
- add request and response serializer spec to yaml
- preserve order of fields in serializers
- support nested serializers
- Added YAML Parser to docstring handling
- Fixed Python 3 bugs
- Fixed resource name truncation bug
- Fixed grouping bug
- Improved resource grouping
- Alphabetical sorting of resources
- Fixed CSRF headers
- Misc bug fixes & improvements
- Added proper unicode support for Python 2
- Compatibility fixes for Python 3
- Changed settings template var to avoid naming conflicts
- Fixed mapping dict constructor in introspectors for Python 2.6 support
- Upgraded Swagger UI version
- Now supports Django ViewSet method-level documentation
- Now supports ViewSet @action & @link method implementation
- Added blank HttpRequest to the callback for those who like to hack the get_serializer classes
- HTML Markdown supported in docstrings (use responsibly)
- Revisited doc algorithm
- Added support for APPEND_SLASH = False
- Fixed broken imports - Now supports DRF 2.3.8
- Added description on the model field
- URL flattening fixes
- API root prefix fix
- Improvments and bug fixes with relative imports in Python 3
- throbber.gif image is being pointed to local copy
- Added permission settings for Swagger docs. Default is now allow any, which will override REST Framework settings
- Fixed throbber.gif URL in the swagger-ui.min.js to point to Wordnik's resource