index
:
chango.git
devmain
fix-31295
initial-branch
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.py
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-03-01
Applied Black's 2025 stable style.
Mariusz Felisiak
2024-11-18
Refs #35844 -- Fixed copying BaseContext and its subclasses on Python 3.14+.
Mariusz Felisiak
2024-06-13
Fixed #35417 -- Updated BaseContext.new() with values to create a context tha...
George Y. Kussumoto
2023-03-29
Fixed #34427 -- Improved error message when context processor does not return...
David Sanders
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2019-10-01
Fixed #30651 -- Made __eq__() methods return NotImplemented for not implement...
ElizabethU
2018-07-11
Simplified BaseContext.__iter__().
Sergey Fedoseev
2017-12-26
Fixed #28930 -- Simplified code with any() and all().
Дилян Палаузов
2017-09-28
Simplified various __eq__() methods.
Mads Jensen
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-03-25
Fixed #27956 -- Fixed display of errors in an {% extends %} child.
Tim Graham
2017-02-23
Refs #23919 -- Used yield from.
Vytis Banaitis
2017-02-17
Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-17
Refs #26263 -- Removed deprecated Context.has_key().
Tim Graham
2016-12-28
Fixed #27258 -- Prohibited django.Template.render() with non-dict context.
Shivang Bharadwaj
2016-12-20
Fixed #27584 -- Fixed display of render time template errors.
Preston Timmons
2016-08-09
Fixed #26830 -- Prevented the 'with' templatetag from resetting the cycle var...
Alexander Schrijver
2016-02-23
Fixed #26263 -- Deprecated Context.has_key()
Tim Graham
2015-11-12
Fixed #25469 -- Added autoescape option to DjangoTemplates backend.
Aaron Elliot Ross
2015-09-23
Removed current_app argument to render() and TemplateResponse().
Tim Graham
2015-09-11
Fixed #24765 -- Allowed template context updates to flatten a Context.
Buddy Lindsey, Jr
2015-07-27
Fixed #24127 -- Changed the default current_app to the current namespace.
Marten Kenbeek
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-05-27
Fixed #24847 -- Prevented items set on a RequestContext from being lost.
Paweł Marczewski
2015-04-14
Fixed #24603 -- Allowed Context.update() to be used as a context manager.
Tommy Beadle
2015-03-27
Fixed #18773 -- Added logging for template variable resolving
Caroline Simpson
2015-03-16
Fixed #24493 -- Added BaseContext.setdefault()
Preston Timmons
2015-02-20
Removed a non-obvious side-effect of assigning Context.template.
Aymeric Augustin
2015-02-19
Set context.template instead of context.engine while rendering.
Aymeric Augustin
2015-02-10
Split DTL context creation into its own function.
Aymeric Augustin
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-05
Fixed #24273 -- Allowed copying RequestContext more than once.
Aymeric Augustin
2014-12-28
Deprecated TEMPLATE_CONTEXT_PROCESSORS.
Aymeric Augustin
2014-12-28
Deprecated current_app in TemplateResponse and render(_to_response).
Aymeric Augustin
2014-12-28
Simplified implementation of django.shortcuts.render(_to_response).
Aymeric Augustin
2014-12-28
Moved context_processors from django.core to django.template.
Aymeric Augustin
2014-11-23
Encapsulated TEMPLATE_CONTEXT_PROCESSORS in Engine.
Aymeric Augustin
2014-11-23
Added to each Context a reference to the Engine.
Aymeric Augustin
2014-11-19
Simplified caching of template context processors.
Aymeric Augustin
2014-11-15
Fixed #23585 - Corrected internal comment.
Grzegorz Slusarek
2014-02-16
Made the new template.Context.flatten() method a public API.
Marek Wywiał
2014-02-15
Fixed bad comparison logic introduced in d97bf2e9c8971764690caaf81a0914bc368d...
Baptiste Mispelon
2014-02-15
Fixed #21765 -- Added support for comparing Context instances
Marek Wywiał
2014-02-08
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2013-12-19
Small flake8 fixes -- number of blank lines between top level definitions
Alex Gaynor
2013-12-20
Fixed #21639 -- Implemented RenderContext.__getitem__
Alex Hill
2013-11-02
Fixed the remaining E302 violations int eh django package
Alex Gaynor
[next]