Releases: bennylope/django-organizations
Django 1.10 support
0.8.0 Django 1.10 support
Email parsing fix
Includes a fix for parsing email addresses
Hello Django 1.9, Goodbye Django 1.4
Added support for Django 1.9 and dropped support for Django 1.4. South migrations are no longer supported.
This release also fixes a migration issue in which an extraneous migration was required, and impacted users with configurable fields/base models.
Django migrations fix
This release fixes a build bug in which the Django migrations module didn't load correctly 👎
v0.5.0: Django 1.8 support
Properly tested against Django 1.8, including native migrations for Django 1.7+.
Removes explicit support for Django 1.5 and Django 1.6. Will continue to support Django 1.4 (LTS version) at least as long as the Django project team continues to support it.
Starts testing on Python 3.5 - passing!
App specific signals
Added signals for:
- User added to organization
- User removed from organization
- Organization ownership change
Related name bug fixes
0.4.2 Various related name bugfixes
Configurable default timestamp model and slug field
Allows for configurable TimeStampModel (base mixin for default Organization model) and AutoSlugField (field on default Organization model).
Django 1.7 support
Adds a default AppConfig
subclass for the new app registry.
Abstract base models
Django-organizations now supports completely custom organization models with single-table inheritance. See the docs for more details.