Skip to content

Releases: bennylope/django-organizations

Django 5 and translation updates 🇯🇵

18 Mar 15:06
9b73199
Compare
Choose a tag to compare

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

Django 5 support, updated Japanese translation

10 Mar 14:44
c458405
Compare
Choose a tag to compare
  • 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

Fix the project history

23 Nov 14:43
5b97807
Compare
Choose a tag to compare

Previous update failed to mention the dependency update from #256

Remove six

23 Nov 14:37
571b51e
Compare
Choose a tag to compare

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

Drop Python 3.7 support, fix classifiers

10 Sep 16:56
2dd0449
Compare
Choose a tag to compare

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

Django 4 support + Python updates

25 Oct 22:24
2ef6821
Compare
Choose a tag to compare

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!

Slug migrations fix

11 May 18:13
Compare
Choose a tag to compare

Adds migration and updated slug model field.

Closes #150
Closes #151

Backend/model decoupling

09 Jul 00:40
Compare
Choose a tag to compare
0.9.2

Decouple concrete models in backends

Better abstract models

17 Feb 17:19
Compare
Choose a tag to compare

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).

Django 1.10 support

18 Aug 17:09
Compare
Choose a tag to compare
0.8.0

Django 1.10 support