ModelAdmin.readonly_fields By default the admin shows all fields as editable. Any fields in this option (which should be a list
ModelAdmin.get_search_results(request, queryset, search_term) [source] The get_search_results
class models.UserManager The User model has a custom manager that has the following helper methods (in addition
ModelAdmin.form By default a ModelForm is dynamically created for your model. It is used to create the form presented
class validators.ASCIIUsernameValidator New in Django 1.10.
InlineModelAdmin.show_change_link Specifies whether or not inline objects that can be changed in the admin have a link to the
items [source] Required. A method that returns a list of objects. The framework
ModelAdmin.formfield_overrides This provides a quick-and-dirty way to override some of the
InlineModelAdmin.form The value for form defaults to ModelForm. This is what is passed through to
class storage.StaticFilesStorage A subclass of the
Page 16 of 27