django-eav2/eav
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
..
locale/ru/LC_MESSAGES Provide russian translation (#45) 2019-02-25 20:04:17 +01:00
logic Add support for Entity models with UUID as a primary key. (#89) 2021-10-22 15:36:17 -07:00
migrations Add support for Entity models with UUID as a primary key. (#89) 2021-10-22 15:36:17 -07:00
__init__.py style: explicitly define import path 2021-10-16 10:45:01 -07:00
admin.py style: explicitly define import path 2021-10-16 10:45:01 -07:00
decorators.py style: explicitly define import path 2021-10-16 10:45:01 -07:00
exceptions.py style: run black formatter 2021-10-16 10:43:02 -07:00
fields.py style: explicitly define import path 2021-10-16 10:45:01 -07:00
forms.py style: explicitly define import path 2021-10-16 10:45:01 -07:00
managers.py fix: handle defaults keyword with get_or_create() 2021-10-20 07:08:08 -07:00
models.py Add support for Entity models with UUID as a primary key. (#89) 2021-10-22 15:36:17 -07:00
queryset.py style: explicitly define import path 2021-10-16 10:45:01 -07:00
registry.py Add support for Entity models with UUID as a primary key. (#89) 2021-10-22 15:36:17 -07:00
validators.py style: explicitly define import path 2021-10-16 10:45:01 -07:00
widgets.py style: run isort 2021-10-16 10:43:20 -07:00