class storage.session.SessionStorage This class stores all messages inside of the request’s session. Therefore it requires Django’s
class managers.CurrentSiteManager If Site plays a key role in your application, consider using the helpful
urls.staticfiles_urlpatterns() This will return the proper URL pattern for serving static files to your already defined pattern
codename Required. 100 characters or fewer. Example: 'can_vote'.
AdminSite.index_title The text to put at the top of the admin index page (a string). By default, this is “Site administration”
ModelAdmin.prepopulated_fields Set prepopulated_fields to a dictionary mapping field names to the fields it should
ModelAdmin.fields Use the fields option to make simple layout changes in the forms on the “add” and “change” pages
ContentType.model_class() Returns the model class represented by this ContentType instance. For
ModelAdmin.has_module_permission(request) Should return True if displaying the module on the admin index page and
ModelAdmin.response_add(request, obj, post_url_continue=None) [source] Determines the
Page 2 of 27