django-eav2/eav
2024-08-31 21:20:36 -07:00
..
locale add id translations 2023-06-29 17:14:00 +08:00
logic [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-08-31 21:20:36 -07:00
migrations feat: Provide UUIDField option for pk field and a natural key feature for serialization (#428) 2023-10-30 08:57:29 -07:00
models [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-08-31 21:20:36 -07:00
__init__.py style: explicitly define import path 2021-10-16 10:45:01 -07:00
admin.py refactor(admin): optimize EAV field handling in admin forms 2024-03-06 09:34:45 -08: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 feat: Provide UUIDField option for pk field and a natural key feature for serialization (#428) 2023-10-30 08:57:29 -07:00
forms.py chore: remove support for Django < 3.2 and Python < 3.8 2024-03-06 10:05:42 -08:00
managers.py fix: handle defaults keyword with get_or_create() 2021-10-20 07:08:08 -07:00
queryset.py Fix typos with codespell --ignore-words-list=unkown --skip="*.po" -w 2024-01-10 21:06:29 +01:00
registry.py fix: ensure default manager is correctly replaced and ordered 2024-06-23 08:59:33 -07:00
settings.py chore: remove support for Django < 3.2 and Python < 3.8 2024-03-06 10:05:42 -08:00
validators.py update links (#275) 2022-11-16 01:53:47 +02:00
widgets.py fix: #187 provide eav value during field cleaning 2022-06-12 21:58:44 -07:00