Merge branch 'master' of github.com:mathiasag7/django-eav2-uuid

This commit is contained in:
mathiasag7 2023-09-07 10:10:42 +01:00
commit ac3c60be26
2 changed files with 9 additions and 2 deletions

View file

@ -8,6 +8,13 @@ We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` rele
### Bug Fixes
## 1.5.0 (2023-09-06)
### Features
- Support for many type of primary key (UUIDField, BigAutoField, CharField)
- Support for natural key use for some models (EnumValue, EnumGroup, Attribute, Value)
## 1.4.0 (2023-07-07)
### Features

View file

@ -15,8 +15,8 @@ include = '\.pyi?$'
[tool.poetry]
name = "django-eav2"
description = "Entity-Attribute-Value storage for Django"
version = "1.4.0"
description = "Entity-Attribute-Value storage for Django with the possibility of changing the pk field and using natural key for serialization"
version = "1.5.0"
license = "GNU Lesser General Public License (LGPL), Version 3"
packages = [
{ include = "eav" }