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
2019-08-01
Fixed CVE-2019-14232 -- Adjusted regex to avoid backtracking issues when trun...
Florian Apolloner
2019-06-20
Fixed #30451 -- Added ASGI handler and coroutine-safety.
Andrew Godwin
2019-06-11
Refs #27486 -- Added tests for filesizeformat filter.
Jon Dufresne
2019-06-10
Refs #27804 -- Used subTest() in filesizeformat tests and HumanizeTests.
Jon Dufresne
2019-05-17
Fixed #30453 -- Fixed crash of simple_tag() and inclusion_tag() when function...
Batuhan Taşkaya
2019-05-03
Fixed #20122 -- Made pluralize template filter return '' on invalid input.
Tobias Kunze
2019-04-25
Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...
Jon Dufresne
2019-03-25
Fixed #29791 -- Made Engine.render_to_string() honor autoescape.
Nathan Gaberel
2019-03-03
Reverted "Fixed relative paths imports per isort 4.3.5."
Mariusz Felisiak
2019-02-25
Fixed relative paths imports per isort 4.3.5.
Mariusz Felisiak
2019-02-21
Fixed typos in tests/template_tests/test_context.py.
Tim Graham
2019-02-09
Removed uneeded generator expressions and list comprehensions.
Sergey Fedoseev
2019-02-09
Removed uneeded iter() calls with generator expression as argument.
Sergey Fedoseev
2019-01-29
Refs #30137 -- Fixed template test on Windows.
Tim Graham
2019-01-28
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Jon Dufresne
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-11-27
Made reused RequestFactory instances class attributes.
Simon Charette
2018-11-26
Used SimpleTestCase for template library tests.
Simon Charette
2018-10-12
Added a urlize test for wrapping characters.
Tim Graham
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-09-25
Refs #27795 -- Removed force_bytes() usage in utils/_os.py.
Jon Dufresne
2018-08-21
Fixed #29654 -- Made text truncation an ellipsis character instead of three d...
Claude Paroz
2018-08-01
Fixed typos in comments and docs.
luz.paz
2018-07-31
Fixed #29617 -- Fixed Template crash if template_string is lazy.
Dražen Odobašić
2018-07-27
Moved yesno filter test to its file.
Hasan Ramezani
2018-05-26
Fixed #29432 -- Allowed passing an integer to the slice template filter.
ryabtsev
2018-05-25
Fixed #29400 -- Fixed crash in custom template filters that use decorated fun...
Ryan Rubin
2018-05-10
Replaced TOKEN_* constants by TokenType enums.
Claude Paroz
2018-05-07
Captured logging in tests with self.assertLogs().
Claude Paroz
2018-04-18
Refs #23890 -- Removed numpy deprecation warning silencing.
Tim Graham
2018-04-04
Fixed #29288 -- Made {% widthratio %} assign to as var if an exception occurs.
Jirka Vejrazka
2018-03-26
Increased test coverage for {% get_admin_log %} and {% static %}.
Hasan Ramezani
2018-03-24
Increased test coverage for various template tags.
Mads Jensen
2018-03-21
Increased test coverage for i18n template tags.
Mads Jensen
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-02-23
Fixed #29154 -- Corrected examples in pluralize docstring and added tests.
Hasan Ramezani
2018-02-07
Fixed #17419 -- Added json_tag template filter.
Jonas Haag
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
[next]