index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
template
/
context_processors.py
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-06-27
Fixed #15727 -- Added Content Security Policy (CSP) support.
Rob Hudson
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2017-04-26
Replaced temporary lists used for passing arguments with iterables.
Jon Dufresne
2017-02-17
Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-30
Refs #23919 -- Assumed request COOKIES and META are str
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-09-03
Replaced smart_* by force_* calls whenever possible
Claude Paroz
2016-04-09
Fixed #26145 -- Made debug context processor return queries for all databases.
Mounir Messelmeni
2015-11-07
Simplified dict initialization in two places.
Dmitry Dygalo
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-02-08
Simplified the lazy CSRF token implementation in csrf context processor.
Alex Gaynor
2014-12-28
Deprecated TEMPLATE_CONTEXT_PROCESSORS.
Aymeric Augustin
2014-12-28
Moved context_processors from django.core to django.template.
Aymeric Augustin