codename Required. 100 characters or fewer. Example: 'can_vote'.
class storage.session.SessionStorage This class stores all messages inside of the request’s session. Therefore it requires Django’s
class apps.AdminConfig This is the default
ModelAdmin.has_module_permission(request) Should return True if displaying the module on the admin index page and
authenticate(username=None, password=None, **kwargs) Tries to authenticate username with password
content_type Required. A reference to the django_content_type database table, which contains a record for each
ModelAdmin.paginator The paginator class to be used for pagination. By default,
AdminSite.index_title The text to put at the top of the admin index page (a string). By default, this is “Site administration”
A set of Django template filters useful for adding a “human touch” to data. To activate these filters, add 'django.contrib.humanize'
ModelAdmin.prepopulated_fields Set prepopulated_fields to a dictionary mapping field names to the fields it should
Page 2 of 27