* Adds support for Django 1.7 * Adds has_get_permission hook
0.3.1
-----
* Adds support for custom url slug
0.3.0
-----
* Adds support for Django 1.5 * Adds ability for having display_fields that are callables * Adds ability for having display_fields that are methods on the view.
0.2.3
-----
* Changes url imports to make it compatible with django 1.3+
0.2.2
-----
* Fixed circular import Issue 1 by moving BackboneAPIView import into autodiscover * changed get_form method to get_form_instance * added data specific permission checking for add and update