Django Rest Framework Docs Versions Save

Document Web APIs made with Django Rest Framework

0.0.11

7 years ago
  • [Live API]: Fonts import, support both http and https (@cyriac, #87)

0.0.10

7 years ago
  • Use get_serializer_class for Views without serlaizer_class attribute (@EmadMokhtar, #92 )

0.0.9

8 years ago
  • Support for more types of ROOT_URLCONF
  • Move docs to MKDocs

0.0.7

8 years ago
  • Fix methods in Live API Endpoints (now compatible with Python 2.7)
  • Remove .<format> from urls
  • Fixed a bug that removes double slashes from the endpoint's url

0.0.6

8 years ago
  • Introducing Live API Endpoints - Test your endpoints from within the docs
  • Setting HIDDEN is now `HIDE_DOCS

screen shot 2016-01-23 at 21 42 44

0.0.5

8 years ago
  • Support both common types of ROOT_URLCONF

0.0.4

8 years ago
  • Allow templates overrides
  • More template blocks to be overridden
  • Improved MANIFEST.in
  • Exclude node_modules/

0.0.3

8 years ago
  • Fixes a bug where Django's collectstatic command was failing because of Glyphicons

0.0.2

8 years ago
  • Search between endpoint paths
  • Show docstring for each endpoint

0.0.1

8 years ago

First release of the project to pypi. Features include:

  • List all endpoints that inherit from DRF's APIView
  • Settings to hide docs view (ie. in Production)
  • Override Templates
  • Support for Python 2.7, 3.3, 3.4, 3.5
  • Support for Django 1.8, 1.9
  • Support for Django Rest Framework 3 and above