Commit graph

16 commits

Author SHA1 Message Date
mathiasag7
7fb9e7cc29 tests + migration file updated 2024-03-29 10:59:51 +01:00
pre-commit-ci[bot]
d35289f8b8 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-03-22 15:21:10 +00:00
mathiasag7
08a26993c1 tests + migration file updated 2024-03-22 16:20:56 +01:00
mathiasag7
2ff929281a tests + migration file updated 2024-03-22 15:49:47 +01:00
mathiasag7
2f1957f01a fix: error in migration files 2023-12-20 16:34:45 +01:00
mathiasag7
3b1be10e9b
feat: Provide UUIDField option for pk field and a natural key feature for serialization (#428) 2023-10-30 08:57:29 -07:00
mathiasag7
9407982d29 revert changes 2023-10-16 10:20:02 +01:00
mathiasag7
6e90e9c6b1 test: test_attribute errors corrected on AutoField 2023-10-13 10:25:48 +01:00
mathiasag7
de7fb7963c feat: natural key handler added to models except value model 2023-09-06 16:54:16 +01:00
mathiasag7
413cdf7473 add uuid configuration for id generation of eav models 2023-09-06 14:24:49 +01:00
Mike
aa64b961d1 test: remove django_jsonfield_backport app 2023-02-10 10:05:48 -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
Mike
f8773956ed chore: add system version check for type imports 2021-10-20 07:31:08 -07:00
Mike
98c6be3ba5 chore: add new field and basic typing 2021-10-20 07:05:23 -07:00
Mike
eb21c74a21 Implement django_jsonfield_backport 2021-10-15 17:25:10 -07:00
Mike
86ccff34e9 test: flatten test project 2021-07-04 08:58:33 -07:00