admin.ModelAdmin.get_readonly_fields()

ModelAdmin.get_readonly_fields(request, obj=None) The get_readonly_fields method is given the HttpRequest

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

ModelAdmin.get_changeform_initial_data(request) [source] A hook for the initial data on admin

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

ModelAdmin.formfield_for_foreignkey(db_field, request, **kwargs) The formfield_for_foreignkey method on a ModelAdmin

2016-10-09 18:33:40
admin.ModelAdmin.formfield_overrides

ModelAdmin.formfield_overrides This provides a quick-and-dirty way to override some of the

2016-10-09 18:33:41
admin.ModelAdmin.list_per_page

ModelAdmin.list_per_page Set list_per_page to control how many items appear on each paginated admin change list

2016-10-09 18:33:51
admin.InlineModelAdmin.classes

InlineModelAdmin.classes New in Django 1.10. A

2016-10-09 18:33:28
admin.ModelAdmin.list_max_show_all

ModelAdmin.list_max_show_all Set list_max_show_all to control how many items can appear on a “Show all” admin change

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

ModelAdmin.has_delete_permission(request, obj=None) Should return True if deleting obj is permitted, False

2016-10-09 18:33:48
admin.ModelAdmin.delete_confirmation_template

ModelAdmin.delete_confirmation_template Path to a custom template, used by

2016-10-09 18:33:37
admin.ModelAdmin.change_list_template

ModelAdmin.change_list_template Path to a custom template, used by

2016-10-09 18:33:36