ModelAdmin.list_display Set list_display to control which fields are displayed on the change list page of the admin
ModelAdmin.fieldsets Set fieldsets to control the layout of admin “add” and “change” pages.
class AllowAllUsersModelBackend New in Django 1.10. Same
user_logged_in() Sent when a user logs in successfully. Arguments sent with this signal:
class RemoteUserBackend Use this backend to take advantage of external-to-Django-handled authentication. It authenticates using
name The human-readable name of the content type. This is taken from the
register(*models, site=django.admin.sites.site) [source] There is also a decorator for registering
class storage.fallback.FallbackStorage This class first uses CookieStorage, and falls back to using SessionStorage
class views.SuccessMessageMixin Adds a success message attribute to
create_superuser(username, email, password, **extra_fields) Same as create_user(), but sets is_staff
Page 22 of 27