Skip to content

feat: add inline formset support to model admin - #21

Merged
borhanst merged 5 commits into
mainfrom
feat/inline-admin
Jul 23, 2026
Merged

feat: add inline formset support to model admin#21
borhanst merged 5 commits into
mainfrom
feat/inline-admin

Conversation

@borhanst

Copy link
Copy Markdown
Owner
  • Introduced inlines attribute in ModelAdmin for defining inline model admin configurations.
  • Implemented inline formset rendering in templates with support for both stacked and tabular layouts.
  • Enhanced JavaScript to manage inline formsets, including adding, removing, and saving inline objects.
  • Updated form context to include inline formset data for rendering in the admin interface.
  • Added new data classes for inline form metadata and formset data management.
  • Improved CSS styles for inline formsets to ensure proper layout and responsiveness.

borhanst and others added 5 commits July 14, 2026 18:45
- Introduced `inlines` attribute in `ModelAdmin` for defining inline model admin configurations.
- Implemented inline formset rendering in templates with support for both stacked and tabular layouts.
- Enhanced JavaScript to manage inline formsets, including adding, removing, and saving inline objects.
- Updated form context to include inline formset data for rendering in the admin interface.
- Added new data classes for inline form metadata and formset data management.
- Improved CSS styles for inline formsets to ensure proper layout and responsiveness.
@borhanst
borhanst merged commit 89d601d into main Jul 23, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant