Releases: jazzband/django-eav2
Releases · jazzband/django-eav2
1.7.1
1.7.0
1.6.1
Release 1.6.0
What's Changed
- refactor: split model modules by @iacobfred in #467
- chore: Add Django 5.0 and Python 3.12 to the testing by @cclauss in #487
- Fix typos with codespell by @cclauss in #489
- Enhance BaseEntityAdmin by @Dresdn in #541
- Remove support for Django < 3.2 and Python < 3.8 by @Dresdn in #542
New Contributors
Full Changelog: 1.5.0...1.6.0
Release 1.5.0
What's Changed
- Allow using multiple eav filters in QuerySet by @Dresdn in #414
- Provide UUIDField option for pk field and a natural key feature for serialization by @mathiasag7 in #428
- Add Python 3.11 and Django 4.2 to support matrix by @Dresdn in #443
New Contributors
- @mathiasag7 made their first contribution in #428
Full Changelog: 1.4.0...1.5.0
Release 1.4.0
Release 1.3.1
What's Changed
Full Changelog: 1.3.0...1.3.1
Release 1.3.0
What's Changed
- Fix BaseEntityAdmin by @mikalai-hryb in #239
- update readme links by @Arhell in #273
- update links by @Arhell in #275
- chore(models): fill
verbose_name
to most models. by @954-Ivory in #314 - chore(locale): update translation of zh_Hans by @954-Ivory in #318
- Use SplitDateTimeField for date Attribute types by @Dresdn in #321
- Support Django 4.1 by @Dresdn in #323
New Contributors
- @mikalai-hryb made their first contribution in #239
- @Arhell made their first contribution in #273
- @954-Ivory made their first contribution in #308
Misc
- Removed support for Django 2.2 and Python 3.6
Full Changelog: 1.2.3...1.3.0
Release 1.2.3
Note: This will be the last release to support Django 2.x
Bug Fixes
- chore(deps-dev): bump hypothesis from 6.54.2 to 6.54.3 by @dependabot in #234
- Restructure dependencies by @Dresdn in #236
Full Changelog: 1.2.2...1.2.3
Release 1.2.2
Bug Fixes
- fix version typo in README by @cocorocho in #195
- fix: #187 return csv field value in widget by @Dresdn in #205
- Update the way Attribute.slug field is generated by @Dresdn in #227
New Contributors
- @cocorocho made their first contribution in #195
Full Changelog: 1.2.1...1.2.2