0.0.12
======

- Standardize some head blocks (favicon, author, etc.)
- Add a default favicon


0.0.11
======

- Accidental copy of 0.0.10


0.0.10
======

- Don't list choices for related fields.

  This implements the fix for [DRF Issue #3751](
  https://github.com/tomchristie/django-rest-framework/issues/3751).
  It will be the default behavior in DRF 3.4.0 (which won't change much for
  this project, since we don't subclass `SimpleMetadata`).


0.0.9
=====

- Add GET method to metadata.


0.0.8
=====

- Add colored background to Allowed Methods and Content Types fields.


0.0.7
=====

- Changed headers for allowed methods and content types.
- Made allowed methods, and content types sections toggleable.


0.0.6
=====

- Add a `js` block to the template for extra, user-supplied Javascript.


0.0.5
=====

- Add a `footer` block to the template.


0.0.4
=====

- Include the docs in the api_browser package.

0.0.3
=====

- Include the template and static directories in the api_browser package.


0.0.2
=====

- Add models.py file to keep a standard project directory.
- Add documentation for configuration.
- Explicitly name packages to be installed.


0.0.1
=====

- Port from unb-platform
