Mike
743098be68
refactor(slug): ensure generated slugs are valid Python identifiers
2024-08-31 18:12:45 -07:00
Mike
792fc65003
chore: remove support for Django < 3.2 and Python < 3.8
2024-03-06 10:05:42 -08: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
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