📄️ Fieldset Layout Classes
Fieldset Layout Classes
📄️ Tabs
SmartBase Admin allows you to organize fieldsets and inlines into tabs using the sbadmin_tabs configuration
📄️ Inlines
SmartBase Admin supports inlines in a powerful and flexible way using a set of custom classes extending Django’s built-in inline functionality.
📄️ Fake Inlines
SBAdminFakeInlineMixin is used to create inlines that are dynamically filtered — without needing a real ForeignKey relationship in the database. This is useful when you want to show related data based on some logic (e.g. "products from the same manufacturer") but don’t want to (or can't) define a hard model relation.
📄️ Related Modals
In Django Smartbase Admin, related models can be managed directly from within a parent model form using Related Modals.
📄️ Modals in inlines
In addition to foreign key fields, Django SmartBase Admin also supports modals for inline models.