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
/
tests
/
template_tests
Age
Commit message (
Expand
)
Author
2018-02-01
Fixed imports per isort 4.3.0.
Mariusz Felisiak
2018-01-25
Fixed #29060 -- Made {% firstof %} assign '' to the asvar if all inputs are f...
Roger Gammans
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2017-10-21
Refs #28721 -- Added test for variations of 'inf'/'infinity' as a template va...
Levi Payne
2017-10-21
Fixed #28730 -- Fixed loss of precision for large integer literals in templates
Claude Paroz
2017-10-20
Fixed #28662 -- Silenced join template filter error if arg isn't iterable.
Mads Jensen
2017-10-18
Refs #28711 -- Replaced ugettext_lazy() with gettext_lazy() in a test.
Tim Graham
2017-10-18
Fixed #28711 -- Fixed unordered_list template filter with lazy translations.
Jonas Haag
2017-10-18
Refs #23260 -- Tested nested generator input to unordered_list template filter.
Jonas Haag
2017-10-05
Added tests for invalid {% for %} usage and ForLoop.__repr__().
Mads Jensen
2017-10-02
Added tests for invalid {% autoescape %} usage.
Mads Jensen
2017-09-30
Completed test coverage for default template filters.
Mads Jensen
2017-09-22
Refs #27175 -- Removed exception silencing from the {% include %} template tag.
Tim Graham
2017-08-22
Refs #28502 -- Complemented stringformat tuple handling/test.
Claude Paroz
2017-08-21
Fixed #28502 -- Made stringformat template filter accept tuples
Srinivas Reddy Thatiparthy
2017-08-19
Refs #28502 -- Completed stringformat filter tests
Srinivas Reddy Thatiparthy
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-06-13
Fixed #28071 -- Fixed {% extends %} origin history.
John D'Ambrosio
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-05-11
Fixed #28129 -- Allowed custom template tags to use keyword-only arguments.
Alexander Allakhverdiyev
2017-04-06
Fixed #28001 -- Updated comment and tested context popping in ForNode.render().
kapil garg
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-31
Added tests for template's Engine.get_default().
Carlton Gibson
2017-03-25
Fixed #27956 -- Fixed display of errors in an {% extends %} child.
Tim Graham
2017-03-15
Fixed #27882 -- Allowed {% cache %} to cache indefinitely.
Bo Marchman
2017-02-23
Refs #23919 -- Used yield from.
Vytis Banaitis
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-06
Fixed #27783 -- Switched VariableDoesNotExist.__str__() to repr() context.
Ryan O’Hara
2017-02-04
Added tests for various __repr__() methods.
Mads Jensen
2017-02-03
Fixed spelling of "nonexistent".
Tim Graham
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-24
Removed unneeded force_text calls in the test suite
Claude Paroz
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-21
Added a missing floatformat test and simplified another.
Tim Graham
2017-01-20
Refs #23919 -- Removed str_prefix usage
Claude Paroz
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-20
Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
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 six.PY2/PY3 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 #26601 -- Removed support for old-style middleware using settings.MIDDLE...
Tim Graham
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 #25120 -- Removed template.loaders.eggs.Loader per deprecation timeline.
Tim Graham
[next]