Releases: dominno/django-moderation
You probably waited it for ages
What's Changed
- german translation, example project optimized, admin style by @zypro in #182
- Fix pinning version of Django for library by @DmytroLitvinov in #186
- add fr locale by @darkvodka in #196
- django 3.x compatibility with python 3.8 and 3.9 by @martibosch in #200
- using Python3 metaclass in db module for django 3 compatibility by @martibosch in #201
- Update classifiers for PyPi by @MaybeThisIsRu in #203
- Support only active/secure Django versions by @MaybeThisIsRu in #205
- Update setup.py to allow the use of Django 3.2.* by @samjacobclift in #206
- Better support for Django 3.2.* by @sebastianclarke in #209
- chore(python): Reformat code with black by @DmytroLitvinov in #212
- Release 0.8.0 by @DmytroLitvinov in #211
New Contributors
- @zypro made their first contribution in #182
- @darkvodka made their first contribution in #196
- @martibosch made their first contribution in #200
- @MaybeThisIsRu made their first contribution in #203
- @samjacobclift made their first contribution in #206
- @sebastianclarke made their first contribution in #209
Full Changelog: v0.7.0...v0.8.0
Drop support of Django <1.11
Drop support of Django <1.11. Now it supports only Django>=1.11,<=2.2
Drop support of Python2. Now it supports only Python 3.5, 3.6, 3.7
Minor changes at docs
Last version that supports Python 2
Last version that supports Python 2 and Django < 1.11
Django 1.10+ Support
Added Django 1.10+ Support
Updated to support Django 1.7 - 1.9
Updated to support Django 1.7 - 1.9
Added instructions for switching from South migrations to Django 1.7+ migrations
Improved filter logic for Django 1.8+ to only create one additional query per queryset, instead of N additional queries (eg: one additional query per object in the querset)
Renamed model fields to be shorter, less redundant, and more semantically correct
Modified registry to add a moderation_status shortcut to registered models
Added support for moderating multiple objects at once
Changed model choice fields to use Choices from django-model-utils
Deprecated the DJANGO_MODERATION_MODERATORS setting in favor of MODERATION_MODERATORS, which does the same thing
Improved default email template formatting
PEP8 and Flake Fixups
Internal code and documentation typo fixes
Bug fixes (specifically, closes #87)