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
views.decorators.http.etag()

etag(etag_func) [source]

2016-10-09 18:40:45
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
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
sessions.serializers.JSONSerializer

class serializers.JSONSerializer A wrapper around the JSON serializer from django.core.signing. Can only serialize

2016-10-09 18:39:33
test.runner.DiscoverRunner.test_runner

DiscoverRunner.test_runner This is the class of the low-level test runner which is used to execute the individual tests and

2016-10-09 18:40:03
views.i18n.JavaScriptCatalog

class JavaScriptCatalog [source] A view that produces a JavaScript code library with functions

2016-10-09 18:41:14
utils.log.RequireDebugTrue

class RequireDebugTrue [source] This filter is similar to RequireDebugFalse

2016-10-09 18:40:33
sessions.backends.db.SessionStore

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

2016-10-09 18:39:31
conf.settings.configure()

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

2016-10-09 18:34:35