mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
1.9 KiB
1.9 KiB
Version History
We follow Semantic Versions starting at the 0.14.0 release.
{{ Next Version }}
Features
Bug Fixes
- Fixes AttributeError when using CSVFormField [#187]
1.2.1 (2021-02-08)
Bug Fixes
- Fixes FieldError when filtering on foreign keys #163
1.2.0 (2021-12-18)
Features
- Adds 64-bit support for
Value.value_int - Adds Django 4.0 and Python 3.10 support
Misc
- Drops support for Django 3.1 and Python 3.6
1.1.0 (2021-11-07)
Features
- Adds support for entity models with UUId as a primary key #38
Bug Fixes
- Fixes
ValueErrorfor models without local managers #41 - Fixes
str()andrepr()forEnumGroupandEnumValueobjects #91
Misc
- Bumps min python version to
3.6.2
Full Changelog: https://github.com/jazzband/django-eav2/compare/1.0.0...1.1.0
1.0.0 (2021-10-21)
Breaking Changes
- Drops support for
django1.x - Drops support for
django3.0 - Moves
JSONField()datatype todjango-jsonfield-backportfor Django2.2 instances
Features
- Adds support for
django3.2 - Adds support for
python3.9 - Adds support for
defaultskeyword onget_or_create()
#Misc
- Revamps all tooling, including moving to
poetry,pytest, andblack - Adds Github Actions and Dependabot
Full Changelog: https://github.com/jazzband/django-eav2/compare/0.14.0...1.0.0
0.14.0 (2021-04-23)
Misc
- 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)
Full Changelog: https://github.com/jazzband/django-eav2/compare/0.13.0...0.14.0
(Anything before 0.14.0 was not recorded.)