File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33We follow [ Semantic Versions] ( https://semver.org/ ) starting at the ` 0.14.0 ` release.
44
5+ ## 1.8.0 (2025-02-24)
6+
7+ ## What's Changed
8+
9+ - Add database constraints to Value model for data integrity by @Dresdn in https://github.com/jazzband/django-eav2/pull/706
10+ - Fix for issue #648 : Ensure choices are valid (value, label) tuples by @altimore in https://github.com/jazzband/django-eav2/pull/707
11+
512## 1.7.1 (2024-09-01)
613
714## What's Changed
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66[tool .poetry ]
77name = " django-eav2"
88description = " Entity-Attribute-Value storage for Django"
9- version = " 1.8.4 "
9+ version = " 1.8.0 "
1010license = " GNU Lesser General Public License (LGPL), Version 3"
1111packages = [
1212 { include = " eav" }
You can’t perform that action at this time.
0 commit comments