* Allows for configurable TimeStampModel (base mixin for default Organization model) and AutoSlugField (field on default Organization model).
0.3.0
-----
* Initial Django 1.7 compatability release
0.2.3
-----
* Fix issue validating organziation ownership for custom organization models inheriting directly from the `Organization` class.
0.2.2
-----
* Packaging fix
0.2.1
-----
* Packaging fix
0.2.0
-----
* Abstract base models. These allow for custom organization models without relying on mulit-table inheritence, as well as custom organization user models, all on an app-by-app basis.