ModelAdmin.delete_selected_confirmation_template Path to a custom template, used by the delete_selected action
InlineModelAdmin.get_max_num(request, obj=None, **kwargs) Returns the maximum number of extra inline forms to use. By default
has_usable_password() Returns False if set_unusable_password() has been called for this user.
class testing.StaticLiveServerTestCase This unittest TestCase subclass extends
domain The fully qualified domain name associated with the website. For example, www.example.com.
ModelAdmin.readonly_fields By default the admin shows all fields as editable. Any fields in this option (which should be a list
ModelAdmin.get_queryset(request) The get_queryset method on a ModelAdmin returns a
AdminSite.password_change_done_template Path to a custom template that will be used by the admin site password change done view
class AdminSite(name='admin') [source] A Django administrative site is represented by an
set_password(raw_password) Sets the user’s password to the given raw string, taking care of the password hashing. Doesn’t save
Page 14 of 27