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
2021-06-01
Refs #24121 -- Added __repr__() to Engine
abhiabhi94
2021-05-26
Fixed #32744 -- Normalized to pathlib.Path in autoreloader check for template...
Hasan Ramezani
2021-05-12
Refs #24121 -- Added__repr__() to StaticNode.
saeedblanchette
2021-03-17
Refs #24121 -- Added __repr__() to Origin and Template.
Tiago Honorato
2021-03-02
Refs #21429 -- Added SimpleTestCase.assertNoLogs() on Python < 3.10.
François Freitag
2021-03-02
Refs #24121 -- Added __repr__() to URLNode.
Rohith PR
2021-02-26
Refs #24121 -- Added __repr__() to FilterExpression, Lexer, Parser, and Token.
David Smith
2021-02-06
Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and do...
Markus Holtermann
2021-01-27
Fixed #32290 -- Fixed TemplateNotFound in {% include %} tag for relative path...
Hasan Ramezani
2021-01-27
Refs #32290 -- Added {% extends %} test for relative path in variable.
Hasan Ramezani
2021-01-14
Refs #25236 -- Removed {% ifequal %} and {% ifnotequal %} template tags per d...
Mariusz Felisiak
2020-12-21
Fixed #32208 -- Allowed adding lazy() objects.
Hasan Ramezani
2020-11-21
Refs #15053 -- Clarified debug message when skipping templates to avoid recur...
Daniel Hahler
2020-11-13
Changed docs and a code comment to use gender-neutral pronouns.
Nick Pope
2020-11-05
Fixed #25791 -- Implement autoreload behaviour for cached template loader.
Tom Forbes
2020-11-05
Refs #25791 -- Added get_dirs() method to cached template loader.
Tom Forbes
2020-10-13
Fixed #20601 -- Allowed forcing format with thousand separators in floatforma...
Jacob Walls
2020-10-07
Fixed #32002 -- Added headers parameter to HttpResponse and subclasses.
Tom Carrick
2020-09-29
Fixed #18995 -- Made blocktranslate tag raise TemplateSyntaxError when plural...
Jacob Walls
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2020-05-21
Made test_once a keyword argument in template_tests.utils.setup().
Jon Dufresne
2020-05-14
Completed lorem tag test coverage.
David Smith
2020-05-11
Fixed #25236 -- Deprecated {% ifequal %} and {% ifnotequal %} template tags.
Jon Dufresne
2020-05-11
Switched unittest.TestCase to SimpleTestCase in template_tests/test_nodelist.py.
Jon Dufresne
2020-05-04
Changed `'%s' % value` pattern to `str(value)`.
Nick Pope
2020-04-20
Capitalized Unicode in docs, strings, and comments.
Jon Dufresne
2020-02-18
Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...
Claude Paroz
2020-02-18
Fixed #20995 -- Added support for iterables of template names to {% include %...
Keshav Kumar
2020-02-07
Used assertRaisesMessage() in various tests.
Hasan Ramezani
2020-01-02
Fixed #31128 -- Fixed TemplateSyntaxError in simple_tag() and inclusion_tag()...
Patrick Seebauer
2019-12-18
Refs #30585 -- Updated project templates and tests to use (block)translate tags.
Mike Hansen
2019-12-18
Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags.
Mike Hansen
2019-11-19
Removed unnecessary numeric indexes in format strings.
Jon Dufresne
2019-11-06
Harmonized Windows checks in tests to a single style.
Jon Dufresne
2019-10-31
Fixed #30761 -- Prevented floatformat filter from returning a negative zero.
Sky
2019-10-31
Added more tests for floatformat filter with negative values.
Sky
2019-10-29
Used more specific unittest assertions in tests.
Nick Pope
2019-10-01
Fixed #30651 -- Made __eq__() methods return NotImplemented for not implement...
ElizabethU
2019-09-24
Removed some outdated backwards compatibility imports and misleading comments.
Mads Jensen
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
[prev]
[next]