class storage.base.Message When you loop over the list of messages in a template, what you get are instances of the Message
InlineModelAdmin.template The template used to render the inline on the page.
app_label The name of the application the model is part of. This is taken from the app_label attribute of the model
storage.StaticFilesStorage.post_process(paths, **options) This method is called by the collectstatic management
InlineModelAdmin.min_num This controls the minimum number of forms to show in the inline. See
get_short_name() Returns the first_name.
ModelAdmin.get_ordering(request) The get_ordering method takes a request as parameter and is expected
class models.Redirect Redirects are represented by a standard Django model, which lives in
Django aims to follow Python’s
response_redirect_class The
Page 7 of 27