Conditional View Processing

HTTP clients can send a number of headers to tell the server about copies of a resource that they have already seen. This is commonly used when retrieving a Web page (using

2016-10-09 18:34:35
core.mail.backends.smtp.EmailBackend

class backends.smtp.EmailBackend(host=None, port=None, username=None, password=None, use_tls=None, fail_silently=False, use_ssl=None, timeout=None, ssl_keyfile=None,

2016-10-09 18:34:52
conf.settings.configure()

django.conf.settings.configure(default_settings, **settings) Example:

2016-10-09 18:34:35
views.decorators.http.etag()

etag(etag_func) [source]

2016-10-09 18:40:45
Introduction to class-based views

Class-based views provide an alternative way to implement views as Python objects instead of functions. They do not replace function-based views, but have certain differences

2016-10-09 18:38:59
External packages

Django ships with a variety of extra, optional tools that solve common problems (contrib.*). For easier maintenance and to trim the size of the codebase, a few

2016-10-09 18:36:32
sessions.backends.db.SessionStore

class backends.db.SessionStore Implements database-backed session store.

2016-10-09 18:39:31
db.transaction.clean_savepoints()

clean_savepoints(using=None) [source] Resets the counter used to generate unique savepoint

2016-10-09 18:36:26
core.mail.EmailMessage

class EmailMessage [source] The EmailMessage class is initialized with the following

2016-10-09 18:34:52
Internationalization and localization

Overview The goal of internationalization and localization is to allow a single Web application to offer its content in languages and formats

2016-10-09 18:38:58