ModelAdmin.date_hierarchy Set date_hierarchy to the name of a DateField or DateTimeField
ModelAdmin.get_urls() [source] The get_urls method on a ModelAdmin
ModelAdmin.formfield_for_manytomany(db_field, request, **kwargs) Like the formfield_for_foreignkey method, the
class AdminSite(name='admin') [source] A Django administrative site is represented by an
AdminSite.site_url The URL for the “View site” link at the top of each admin page. By default, site_url is /
ModelAdmin.readonly_fields By default the admin shows all fields as editable. Any fields in this option (which should be a list
ModelAdmin.get_search_results(request, queryset, search_term) [source] The get_search_results
InlineModelAdmin.show_change_link Specifies whether or not inline objects that can be changed in the admin have a link to the
ModelAdmin.formfield_overrides This provides a quick-and-dirty way to override some of the
InlineModelAdmin.form The value for form defaults to ModelForm. This is what is passed through to
Page 8 of 14