Releases: bennylope/django-organizations
2.5.0
What's Changed
- Adding
www.
to Ben's URL and switching to HTTPS by @mgrdcm in #272 ruff
: GH Action and Reformat Files by @mgrdcm in #269- Update README.rst by @satcomjimmy in #275
- Make all default
send_*
funcs return result of<message_class>.send()
by @mgrdcm in #277 - Replace Django 5.0 with 5.1, drop Python 3.8, add Python 3.13 by @bennylope in #278
New Contributors
- @satcomjimmy made their first contribution in #275
Full Changelog: 2.4.1...2.5.0
Django 5 and translation updates 🇯🇵
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
- 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
Previous update failed to mention the dependency update from #256
Remove six
This release removes the dependency on six
as well as some other Python 2 related compatibility code.
Drop Python 3.7 support, fix classifiers
Django 4 support + Python updates
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
Backend/model decoupling
0.9.2 Decouple concrete models in backends
Better abstract models
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).