allow_future A boolean specifying whether to include “future” objects on this page, where “future” means objects in which the
pattern_name The name of the URL pattern to redirect to. Reversing will be done using the same args and kwargs as are passed
QueryDict.setlist(key, list_) [source] Sets the given key to list_ (unlike
It’s sometimes useful to pre-populate your database with hard-coded data when you’re first setting up an app. You can provide initial data via fixtures.
AppConfig.models_module Module containing the models, e.g. <module 'django.contrib.admin.models' from 'django/contrib/admin/models
This topic guide describes Django’s support for interacting with multiple databases. Most of the rest of Django’s documentation assumes you are interacting with a single database
AdminSite.add_action(action, name=None) [source] Some actions are best if they’re made available
class BoolAnd(expression, **extra) [source] Returns True, if all input values
class django.views.generic.base.TemplateResponseMixin Provides a mechanism to construct a
form_invalid() Renders a response, providing the invalid form as context.
Page 72 of 100