Skip to content

Releases: bennylope/django-organizations

Email parsing fix

31 Jan 21:59
Compare
Choose a tag to compare

Includes a fix for parsing email addresses

Hello Django 1.9, Goodbye Django 1.4

06 Jan 19:46
Compare
Choose a tag to compare

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

03 Jun 02:06
Compare
Choose a tag to compare

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

v0.5.0: Django 1.8 support

12 Apr 19:29
Compare
Choose a tag to compare

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

18 Nov 16:45
Compare
Choose a tag to compare

Added signals for:

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

Related name bug fixes

24 Oct 17:55
Compare
Choose a tag to compare
0.4.2

Various related name bugfixes

Configurable default timestamp model and slug field

06 Jun 22:20
Compare
Choose a tag to compare

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

Django 1.7 support

26 May 18:14
Compare
Choose a tag to compare

Adds a default AppConfig subclass for the new app registry.

Abstract base models

18 May 17:34
Compare
Choose a tag to compare

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