Skip to content

Releases: manosim/django-rest-framework-docs

Release 0.0.11

04 Jun 16:34
Compare
Choose a tag to compare
  • [Live API]: Fonts import, support both http and https (@cyriac, #87)

Release 0.0.10

26 May 19:59
Compare
Choose a tag to compare
  • Use get_serializer_class for Views without serlaizer_class attribute (@EmadMokhtar, #92 )

Release 0.0.9

25 Mar 00:09
Compare
Choose a tag to compare
  • Support for more types of ROOT_URLCONF
  • Move docs to MKDocs

Release 0.0.7

25 Feb 22:18
Compare
Choose a tag to compare
  • 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

Release 0.0.6

23 Jan 22:25
Compare
Choose a tag to compare
  • 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

Release 0.0.5

21 Dec 15:31
Compare
Choose a tag to compare
  • Support both common types of ROOT_URLCONF

Release 0.0.4

20 Dec 23:27
Compare
Choose a tag to compare
  • Allow templates overrides
  • More template blocks to be overridden
  • Improved MANIFEST.in
  • Exclude node_modules/

Release 0.0.3

20 Dec 21:13
Compare
Choose a tag to compare
  • Fixes a bug where Django's collectstatic command was failing because of Glyphicons

Release 0.0.2

18 Dec 22:53
Compare
Choose a tag to compare
  • Search between endpoint paths
  • Show docstring for each endpoint

Release 0.0.1

18 Dec 20:22
Compare
Choose a tag to compare

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