views.sitemap(request, sitemaps, section=None, template_name='sitemap.xml', content_type='application/xml') To activate sitemap
ModelAdmin.list_filter Set list_filter to activate filters in the right sidebar of the change list page of the
AdminSite.index_template Path to a custom template that will be used by the admin site main index view.
is_staff Boolean. Designates whether this user can access the admin site.
InlineModelAdmin.raw_id_fields By default, Django’s admin uses a select-box interface (<select>) for fields that are
class models.Permission
ModelAdmin.get_search_fields(request) [source] The get_search_fields method
class models.UserManager The User model has a custom manager that has the following helper methods (in addition
ModelAdmin.change_view(request, object_id, form_url='', extra_context=None) [source] Django
ModelAdmin.save_on_top Set save_on_top to add save buttons across the top of your admin change forms.
Page 11 of 27