Skip to content

Releases: dominno/django-moderation

You probably waited it for ages

09 Apr 05:50
a9dbfc4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

Drop support of Django <1.11

24 Nov 23:08
Compare
Choose a tag to compare

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

27 Oct 21:06
0416c3f
Compare
Choose a tag to compare

Last version that supports Python 2 and Django < 1.11

Django 1.10+ Support

17 Jul 07:14
Compare
Choose a tag to compare

Added Django 1.10+ Support

Updated to support Django 1.7 - 1.9

26 Aug 10:09
Compare
Choose a tag to compare

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)