from django.contrib.admin.options import (ModelAdmin, InlineModelAdmin, ... return super(NestedModelAdmin, self).get_form(request, obj, **kwargs).
DOWNLOAD: https://byltly.com/2fcimo
DOWNLOAD: https://byltly.com/2fcimo
django-admin-inline-get_form
The Django admin site¶ One of the most powerful parts of Django is the automatic admin interface. ... This string is not rendered for TabularInline due to its layout. ... specifying an entirely new one by using the ModelAdmin.get_form() method.. from django.contrib import admin from jmb.jadmin import AjaxInline, ... model = Contact # form = ContactForm def get_form(self, request, obj=None, **kwargs): ... 939c2ea5af
Comments