Skip to content

Releases: vittoriozamboni/django-groups-manager

Updated dependencies and added migrations

15 Jun 09:54
b07ee33
Compare
Choose a tag to compare

What's Changed

  • Updgrade to django 3.2...4.2 and Python 3.8...3.11 & minor small improvements by @dalito in #68

New Contributors

Full Changelog: 1.2.0...1.3.0

Django 4 support

29 Jan 09:45
a1bafd8
Compare
Choose a tag to compare

Parse url regex with proper re_path function.

Replace awesome-slugify with Django's slugify

11 Apr 17:06
d8c31e6
Compare
Choose a tag to compare

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

17 Jun 20:15
Compare
Choose a tag to compare

Jsonfield package name changed back to jsonfield, so dropping usage of jsonfield2.

Fixes dist and django-guardian requirement

07 Mar 12:35
Compare
Choose a tag to compare
1.0.1

Added long_description_content_type

1.0.0: Merge pull request #37 from vittoriozamboni/django3

10 Dec 12:20
40c82a2
Compare
Choose a tag to compare

0.6.2: Squashed migrations and updated version (#31)

11 Jan 20:07
469aa7d
Compare
Choose a tag to compare
* Squashed migrations and updated version

* Added changelog for 0.6.2 and a requirements specific for Django 1.7

0.5.1

03 Jan 21:24
Compare
Choose a tag to compare
Updated version to 0.5.1

0.5.0

30 Nov 22:13
Compare
Choose a tag to compare

New version, removed support for Django<1.7.

0.4.3

12 Nov 11:24
Compare
Choose a tag to compare

Added missing migration for m2m null removal