Skip to content

Releases: jazzband/django-eav2

Release 1.6.0

14 Mar 14:27
Compare
Choose a tag to compare

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

  • @iacobfred made their first contribution in #467
  • @cclauss made their first contribution in #487

Full Changelog: 1.5.0...1.6.0

Release 1.5.0

08 Nov 16:30
Compare
Choose a tag to compare

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

Full Changelog: 1.4.0...1.5.0

Release 1.4.0

07 Jul 20:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.1...1.4.0

Release 1.3.1

22 Feb 17:38
Compare
Choose a tag to compare

What's Changed

  • Perform migrations of recent changes by @Dresdn in #332

Full Changelog: 1.3.0...1.3.1

Release 1.3.0

10 Feb 17:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Misc

  • Removed support for Django 2.2 and Python 3.6

Full Changelog: 1.2.3...1.3.0

Release 1.2.3

15 Aug 19:09
Compare
Choose a tag to compare

Note: This will be the last release to support Django 2.x

Bug Fixes

Full Changelog: 1.2.2...1.2.3

Release 1.2.2

13 Aug 18:02
Compare
Choose a tag to compare

Bug Fixes

New Contributors

Full Changelog: 1.2.1...1.2.2

Release 1.2.1

09 Feb 02:35
Compare
Choose a tag to compare

Bug Fixes

  • Fixes FieldError when filtering on foreign keys #163

New Contributors


Full Changelog: 1.2.0...1.2.1

Version 1.2.0

19 Dec 04:30
Compare
Choose a tag to compare

Features

  • Allow for integer values larger than 32-bits #137
  • Add Django 4.0 support #138

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

08 Nov 03:07
9f624b7
Compare
Choose a tag to compare

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() and repr() for EnumGroup and EnumValue objects #91

Misc

  • Bumps min python version to 3.6.2

Full Changelog: 1.0.0...1.1.0