django-eav2/eav
2022-08-12 14:23:41 -07:00
..
locale/ru/LC_MESSAGES Provide russian translation (#45) 2019-02-25 20:04:17 +01:00
logic refactor: move generate_slug to logic 2022-08-12 14:23:41 -07:00
migrations chore: use Django's SlugField() for Attribute.slug 2022-08-12 13:36:26 -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 refactor: move generate_slug to logic 2022-08-12 14:23:41 -07:00
forms.py fix: #187 provide eav value during field cleaning 2022-06-12 21:58:44 -07:00
managers.py fix: handle defaults keyword with get_or_create() 2021-10-20 07:08:08 -07:00
models.py refactor: move generate_slug to logic 2022-08-12 14:23:41 -07:00
queryset.py fixes https://github.com/jazzband/django-eav2/issues/163 (#164) 2022-02-08 18:13:12 -08: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 fix: #187 provide eav value during field cleaning 2022-06-12 21:58:44 -07:00