- Removed support for Django 1.5 - Using Accept-Types instead of Content-Type.
0.2.0b1
====================
- Breaking Change: You are now required to inject a session handler on instantiation of the manager.
0.1.26
===================
- Added base_url_sans_pks classproperty to ResourceBase - Create is now an individual resource rather than a list resource - Added CreateRetrieve, CreateRetrieveUpdate, andCreateRetrieveUpdateDelete mixins - Removed CreateRetrieveList mixin
0.1.25
===================
- Overhauled how links and relationships are generated - Lots of bugs - Added include_relationships keyword argument to ResourceBase __init__ for performance reasons
0.1.24
===================
- Nothing changed yet.
0.1.23
===================
- Changed location of classproperty decorator from ``ripozo.utilities`` to ``ripozo.decorators`` - Fixed bug with wrapping _apiclassmethod decorated functions.