django-eav2/eav
PUYUP 9b5df1c99e
fix: handle models with empty local_managers (#90)
* Fix value error

* test: add test for models with empty local_managers

* fix: check for local_managers being empty

Co-authored-by: Mike <22396211+Dresdn@users.noreply.github.com>
2021-10-26 06:10:36 -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 fix: handle models with empty local_managers (#90) 2021-10-26 06:10:36 -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