Django Organizations Versions Save

:couple: Multi-user accounts for Django projects

2.4.1

1 month ago

Release automation fix attempt.

2.4.0 brought:

  • Adds Django 5 support
  • Drops support for Django 4.1 (LTS versions still supported so this is expected to have minimal effects)
  • Updates Japanese translations
  • Misc docs updates

2.4.0

2 months ago
  • Adds Django 5 support
  • Drops support for Django 4.1 (LTS versions still supported so this is expected to have minimal effects)
  • Updates Japanese translations
  • Misc docs updates

2.3.1

5 months ago

Previous update failed to mention the dependency update from #256

2.3.0

5 months ago

This release removes the dependency on six as well as some other Python 2 related compatibility code.

2.2.0

8 months ago

This release drops support for Python 3.7, makes Django 4.2 support explicit, and fixes the classifiers so they actually show up on PyPI.

Closes #253 Closes #252

2.1.0

1 year ago

Adds support for Django 4.1, adds support for Python 3.11 and drops support for Python 3.6.

Lots of thanks to @mgrdcm for the updates here!

1.1.0

6 years ago

Adds migration and updated slug model field.

Closes #150 Closes #151

0.9.2

6 years ago

0.9.0

7 years ago

Biggest component added here is new abstract models. Previously the concrete Organization model and friends included helpful methods for working with group accounts that the base (abstract) models lacked. A new set of abstract models include these methods to add this functionality to classes using the base models. Thanks to @nemesisdesign for suggesting, spearheading, and implementing this - 🥇

A few documentation and minor code updates as well courtesy of @amadornimbis, @bashu, and @RobertChristopher - 🎁

Last but not least, while not in Travis yet, the project tox configuration now covers Python 3.6 and Django 1.11 (in progress).

0.8.0

7 years ago