mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
- 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. |
||
|---|---|---|
| .. | ||
| locale | ||
| logic | ||
| migrations | ||
| models | ||
| __init__.py | ||
| admin.py | ||
| decorators.py | ||
| exceptions.py | ||
| fields.py | ||
| forms.py | ||
| managers.py | ||
| queryset.py | ||
| registry.py | ||
| settings.py | ||
| validators.py | ||
| widgets.py | ||