django-eav2/eav
Mike bb68d7cec7
fix: correct str() and repr() for EnumGroup and EnumValue (#92)
* test: add tests for Enum represtations

* chore: correct str() and repr() for EnumGroup and EnumValue
2021-10-26 07:04:44 -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 fix: correct str() and repr() for EnumGroup and EnumValue (#92) 2021-10-26 07:04:44 -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