django-eav2/eav
Mike 93c434bf72 feat(admin): enhance admin integration for dynamic EAV fieldsets
- Implement dynamic EAV fieldset rendering in admin forms, supporting the inclusion of EAV attributes alongside standard model fields.
- Introduce `eav_fieldset_title` and `eav_fieldset_description` to customize the display of EAV fields in the admin.
- Refactor `render_change_form` to dynamically assemble fieldsets, including a dedicated section for EAV attributes.
2024-03-06 09:34:45 -08:00
..
locale add id translations 2023-06-29 17:14:00 +08:00
logic feat: Provide UUIDField option for pk field and a natural key feature for serialization (#428) 2023-10-30 08:57:29 -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 Fix typos with codespell --ignore-words-list=unkown --skip="*.po" -w 2024-01-10 21:06:29 +01:00
__init__.py style: explicitly define import path 2021-10-16 10:45:01 -07:00
admin.py feat(admin): enhance admin integration for dynamic EAV fieldsets 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 Use SplitDateTimeField for date Attribute types (#321) 2023-02-10 08:35:05 -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 typos with codespell --ignore-words-list=unkown --skip="*.po" -w 2024-01-10 21:06:29 +01:00
settings.py refactor: split model modules 2023-11-30 13:05:20 -05: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