admin.ModelAdmin.save_formset()
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.save_formset(request, form, formset, change) [source] The save_formset

2025-01-10 15:47:30
admin.ModelAdmin.change_form_template
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.change_form_template Path to a custom template, used by

2025-01-10 15:47:30
contenttypes.forms.generic_inlineformset_factory()
  • References/Python/Django/API/contrib packages/The contenttypes framework

generic_inlineformset_factory(model, form=ModelForm, formset=BaseGenericInlineFormSet, ct_field="content_type", fk_field="object_id", fields=None, exclude=None, extra=3

2025-01-10 15:47:30
admin.ModelAdmin.save_as
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.save_as Set save_as to enable a “save as new” feature on admin change forms. Normally

2025-01-10 15:47:30
contenttypes.models.ContentType.get_object_for_this_type()
  • References/Python/Django/API/contrib packages/The contenttypes framework

ContentType.get_object_for_this_type(**kwargs) Takes a set of valid lookup arguments for the

2025-01-10 15:47:30
sitemaps.Sitemap.items
  • References/Python/Django/API/contrib packages/The sitemap framework

items [source] Required. A method that returns a list of objects. The framework

2025-01-10 15:47:30
admin.AdminSite.app_index_template
  • References/Python/Django/API/contrib packages/The Django admin site

AdminSite.app_index_template Path to a custom template that will be used by the admin site app index view.

2025-01-10 15:47:30
contenttypes.models.ContentType
  • References/Python/Django/API/contrib packages/The contenttypes framework

class ContentType Each instance of ContentType has two fields which, taken together, uniquely describe an installed

2025-01-10 15:47:30
messages.views.SuccessMessageMixin
  • References/Python/Django/API/contrib packages/The messages framework

class views.SuccessMessageMixin Adds a success message attribute to

2025-01-10 15:47:30
admin.models.LogEntry.change_message
  • References/Python/Django/API/contrib packages/The Django admin site

LogEntry.change_message The detailed description of the modification. In the case of an edit, for example, the message contains

2025-01-10 15:47:30