Commit graph

9 commits

Author SHA1 Message Date
mathiasag7
ce2b606dc4 fix: error on attribute creation 2023-09-07 16:49:22 +01:00
mathiasag7
832d4f3332 fix: get attribute for value natural key function 2023-09-07 10:08:51 +01:00
mathiasag7
a73e327253 feat: natural key handler added to value model 2023-09-06 17:19:19 +01:00
mathiasag7
de7fb7963c feat: natural key handler added to models except value model 2023-09-06 16:54:16 +01:00
mathiasag7
8977495d08 add charfield possibility to eav id models field 2023-09-06 15:40:13 +01:00
mathiasag7
413cdf7473 add uuid configuration for id generation of eav models 2023-09-06 14:24:49 +01:00
Mike
0a3a6f6fd7 fix: use typing_extensions 2022-08-12 14:56:47 -07:00
Mike
653ed7fd38 refactor: move generate_slug to logic 2022-08-12 14:23:41 -07:00
Mike
a98766fc55
Add support for Entity models with UUID as a primary key. (#89)
* chore: fix repo links

* style: flake8 format models.Value

* test: add test for an entity with uuid pk

* feat: support entity models with uuid as pk

* test: check Value repr and str methods
2021-10-22 15:36:17 -07:00