ModelAdmin.response_change(request, obj) [source] Determines the
AdminSite.index_title The text to put at the top of the admin index page (a string). By default, this is “Site administration”
ModelAdmin.list_select_related Set list_select_related to tell Django to use
ModelAdmin.delete_view(request, object_id, extra_context=None) [source] Django view for the
autodiscover() [source] This function attempts to import an admin module in
username Required. 150 characters or fewer. Usernames may contain alphanumeric, _, @, +
ModelAdmin.has_module_permission(request) Should return True if displaying the module on the admin index page and
ModelAdmin.prepopulated_fields Set prepopulated_fields to a dictionary mapping field names to the fields it should
for_concrete_model If False, the field will be able to reference proxy models. Default is True. This
ModelAdmin.preserve_filters The admin now preserves filters on the list view after creating, editing or deleting an object.
Page 3 of 27