Releases: jazzband/django-eav2
Releases · jazzband/django-eav2
Release 1.2.1
Bug Fixes
- Fixes FieldError when filtering on foreign keys #163
New Contributors
- @davidslusser made their first contribution in #164
Full Changelog: 1.2.0...1.2.1
Version 1.2.0
Features
Misc
- Bumps minimum python version to
3.7
- Removes Django 3.1 support
Full Changelog: 1.1.0...1.2.0
Version 1.1.0
Features
- Adds support for entity models with UUId as a primary key #38
Bug Fixes
- Fixes
ValueError
for models without local managers #41 - Fixes
str()
andrepr()
forEnumGroup
andEnumValue
objects #91
Misc
- Bumps min python version to
3.6.2
Full Changelog: 1.0.0...1.1.0
Version 1.0.0
Breaking Changes
- Drops support for
django1.x
- Drops support for
django3.0
- Moves
JSONField()
datatype todjango-jsonfield-backport
for Django2.2 instances
Features
- Adds support for
django3.2
- Adds support for
python3.9
- Adds support for
defaults
keyword onget_or_create()
Misc
- Revamps all tooling, including moving to
poetry
,pytest
, andblack
- Adds Github Actions and Dependabot
Full Changelog: 0.14.0...1.0.0
Last release to support 1.11, 2.0, 2.1, 3.0
This release will be the last to support this range of Django versions: 1.11, 2.0, 2.1, 2.2, 3.0. SInce all of their extended support was ended by Django Project.
From the next release only will be supported 2.2 LTS, 3.1, and 3.2 LTS (eventually 4.x)