admin.ModelAdmin.fields

ModelAdmin.fields Use the fields option to make simple layout changes in the forms on the “add” and “change” pages

2016-10-09 18:33:38
admin.ModelAdmin.ordering

ModelAdmin.ordering Set ordering to specify how lists of objects should be ordered in the Django admin views. This

2016-10-09 18:33:52
admin.ModelAdmin.prepopulated_fields

ModelAdmin.prepopulated_fields Set prepopulated_fields to a dictionary mapping field names to the fields it should

2016-10-09 18:33:53
admin.AdminSite.index_title

AdminSite.index_title The text to put at the top of the admin index page (a string). By default, this is “Site administration”

2016-10-09 18:33:24
admin.AdminSite.logout_template

AdminSite.logout_template Path to a custom template that will be used by the admin site logout view.

2016-10-09 18:33:25
admin.InlineModelAdmin.model

InlineModelAdmin.model The model which the inline is using. This is required.

2016-10-09 18:33:32
admin.ModelAdmin.has_module_permission()

ModelAdmin.has_module_permission(request) Should return True if displaying the module on the admin index page and

2016-10-09 18:33:49
admin.AdminSite.site_title

AdminSite.site_title The text to put at the end of each admin page’s <title> (a string). By default, this

2016-10-09 18:33:26
admin.ModelAdmin.preserve_filters

ModelAdmin.preserve_filters The admin now preserves filters on the list view after creating, editing or deleting an object.

2016-10-09 18:33:53
admin.ModelAdmin.exclude

ModelAdmin.exclude This attribute, if given, should be a list of field names to exclude from the form. For

2016-10-09 18:33:38