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
Age
Commit message (
Expand
)
Author
2017-04-03
Fixed #27974 -- Kept resolved templates constant during one rendering cycle.
kapil garg
2017-03-31
Fixed #27359 -- Made Engine.get_default() return the first DjangoTemplates en...
Carlton Gibson
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-02-11
Fixed #27722 -- Reallowed using django.Template in {% include %}.
Tim Graham
2017-02-07
Refs #27795 -- Removed force_text from the template layer
Claude Paroz
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-06
Fixed #27783 -- Switched VariableDoesNotExist.__str__() to repr() context.
Ryan O’Hara
2017-02-04
Refs #27546 -- Removed hardcoded class names in __repr__() methods.
Mads Jensen
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-30
Refs #23919 -- Assumed request COOKIES and META are str
Claude Paroz
2017-01-26
Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...
Claude Paroz
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
Refs #23919 -- Replaced errno checking with PEP 3151 exceptions.
Tim Graham
2017-01-25
Removed unused variables that are overwritten.
Mads Jensen
2017-01-23
Assumed iri_to_uri always returns a string
Claude Paroz
2017-01-22
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-21
Refs #23919 -- Removed re.U and re.UNICODE (default on Python 3).
Mariusz Felisiak
2017-01-21
Refs #5748 -- Removed obsolete Python/Windows workarounds in floatformat filter.
Tim Graham
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Replaced io.open() with open().
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed obsolete __ne__() methods.
Aymeric Augustin
2017-01-18
Refs #23919 -- Stopped using django.utils.lru_cache().
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #24046 -- Removed mark_for_escaping() per deprecation timeline.
Tim Graham
2017-01-17
Refs #26263 -- Removed deprecated Context.has_key().
Tim Graham
2017-01-17
Refs #25466 -- Removed aliases for LoaderOrigin and StringOrigin.
Tim Graham
2017-01-17
Refs #25120 -- Removed template.loaders.eggs.Loader per deprecation timeline.
Tim Graham
2017-01-17
Refs #15053 -- Removed support for non-recursive template loading.
Tim Graham
2017-01-17
Refs #18651 -- Removed assignment_tag per deprecation timeline.
Tim Graham
2016-12-30
Fixed #26478 -- Made {% for %} reject invalid unpacking vars with quotes or v...
Tim Martin
2016-12-28
Fixed #27258 -- Prohibited django.Template.render() with non-dict context.
Shivang Bharadwaj
2016-12-27
Fixed #15667 -- Added template-based widget rendering.
Preston Timmons
2016-12-20
Fixed #27584 -- Fixed display of render time template errors.
Preston Timmons
2016-12-14
Fixed #27598 -- Allowed specifying directories for a filesystem template loader.
Tim Graham
2016-11-24
Fixed #27517 -- Fixed charset param in SimpleTemplateResponse.__init__().
Kosei Kitahara
2016-11-23
Cleaned up some __getstate__() docstrings.
Tim Graham
2016-11-15
Fixed #27394 -- Added scientific notation support for big integers in floatfo...
Mariusz Felisiak
2016-11-14
Fixed #27463 -- Fixed E741 flake8 warnings.
Ramin Farajpour Cami
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-09-08
Fixed #27175 -- Deprecated silencing exceptions from the {% include %} templa...
Jon Dufresne
2016-09-03
Fixed #25788 -- Enabled the cached template loader if debug is False.
Tim Graham
[prev]
[next]