admin.ModelAdmin.get_search_fields()

ModelAdmin.get_search_fields(request) [source] The get_search_fields method

2016-10-09 18:33:47
admin.ModelAdmin.delete_selected_confirmation_template

ModelAdmin.delete_selected_confirmation_template Path to a custom template, used by the delete_selected action

2016-10-09 18:33:37
admin.ModelAdmin.formfield_for_manytomany()

ModelAdmin.formfield_for_manytomany(db_field, request, **kwargs) Like the formfield_for_foreignkey method, the

2016-10-09 18:33:40
admin.InlineModelAdmin.verbose_name

InlineModelAdmin.verbose_name An override to the verbose_name found in the model’s inner Meta class

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

ModelAdmin.get_queryset(request) The get_queryset method on a ModelAdmin returns a

2016-10-09 18:33:46
admin.ModelAdmin.save_model()

ModelAdmin.save_model(request, obj, form, change) [source] The save_model method

2016-10-09 18:33:55
admin.AdminSite.site_url

AdminSite.site_url The URL for the “View site” link at the top of each admin page. By default, site_url is /

2016-10-09 18:33:26
admin.ModelAdmin.change_view()

ModelAdmin.change_view(request, object_id, form_url='', extra_context=None) [source] Django

2016-10-09 18:33:36
admin.ModelAdmin.date_hierarchy

ModelAdmin.date_hierarchy Set date_hierarchy to the name of a DateField or DateTimeField

2016-10-09 18:33:36
admin.views.decorators.staff_member_required()

staff_member_required(redirect_field_name='next', login_url='admin:login') [source] This

2016-10-09 18:34:01