AdminSite.index_template Path to a custom template that will be used by the admin site main index view.
has_module_perms(self, user_obj, app_label) Returns whether the user_obj has any permissions on the app app_label
get_by_natural_key(app_label, model) Returns the ContentType instance uniquely identified by the given application
InlineModelAdmin.verbose_name An override to the verbose_name found in the model’s inner Meta class
ModelAdmin.show_full_result_count Set show_full_result_count to control whether the full count of objects should
ModelAdmin.search_fields Set search_fields to enable a search box on the admin change list page. This should be
ModelAdmin.get_list_filter(request) [source] The get_list_filter method is given
class InlineModelAdmin
views.sitemap(request, sitemaps, section=None, template_name='sitemap.xml', content_type='application/xml') To activate sitemap
InlineModelAdmin.get_extra(request, obj=None, **kwargs) Returns the number of extra inline forms to use. By default, returns
Page 12 of 27