Django Organizations Versions Save

:couple: Multi-user accounts for Django projects

0.6.1

8 years ago

Includes a fix for parsing email addresses

0.6.0

8 years ago

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.

0.5.3

9 years ago

This release fixes a build bug in which the Django migrations module didn't load correctly :-1:

0.5.0

9 years ago

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!

0.4.3

9 years ago

Added signals for:

  • User added to organization
  • User removed from organization
  • Organization ownership change

0.4.2

9 years ago

0.4.0

10 years ago

Allows for configurable TimeStampModel (base mixin for default Organization model) and AutoSlugField (field on default Organization model).

0.3.0

10 years ago

Adds a default AppConfig subclass for the new app registry.

0.2.0

10 years ago

Django-organizations now supports completely custom organization models with single-table inheritance. See the docs for more details.