Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/template/context_processors.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-2/+0
|
* Simplified the lazy CSRF token implementation in csrf ↵Alex Gaynor2015-02-081-4/+2
| | | | | | | | context processor. This significantly improves performance on PyPy. The previous implementation would generate a new class on every single request, which is relatively slow.
* Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin2014-12-281-2/+3
|
* Moved context_processors from django.core to ↵Aymeric Augustin2014-12-281-0/+85
django.template.