mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-05-08 15:44:49 +00:00
Merge branch 'master' of github.com:mathiasag7/django-eav2-uuid
This commit is contained in:
commit
ac3c60be26
2 changed files with 9 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue