Releases: vittoriozamboni/django-groups-manager
Releases · vittoriozamboni/django-groups-manager
Updated dependencies and added migrations
Django 4 support
Parse url regex with proper re_path
function.
Replace awesome-slugify with Django's slugify
The licence of awesome-slugify
differs from the project one, so it can't be shipped together.
Two settings to customize the slugify function have been set so it's possibile to keep using awesome-slugify
.
Jsonfield2 to Jsonfield requirement
Jsonfield package name changed back to jsonfield, so dropping usage of jsonfield2.
Fixes dist and django-guardian requirement
1.0.1 Added long_description_content_type
1.0.0: Merge pull request #37 from vittoriozamboni/django3
0.6.2: Squashed migrations and updated version (#31)
* Squashed migrations and updated version * Added changelog for 0.6.2 and a requirements specific for Django 1.7
0.5.1
Updated version to 0.5.1
0.5.0
New version, removed support for Django<1.7.
0.4.3
Added missing migration for m2m null removal