index
:
django.git
fix-31295
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
2022-07-23
Fixed #33864 -- Deprecated length_is template filter.
Nick Pope
2022-07-14
Fixed #33631 -- Marked {% blocktranslate asvar %} result as HTML safe.
cheng
2022-05-31
Fixed #33748 -- Fixed date template filter crash with lazy format.
Claude Paroz
2022-05-25
Normalized imports of functools.wraps.
Aymeric Augustin
2022-05-20
Fixed #33653 -- Fixed template crash when calling methods for built-in types ...
cheng
2022-04-11
Fixed #33628 -- Ignored directories with empty names in autoreloader check fo...
Manel Clos
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-03
Fixed #33473 -- Fixed detecting changes by autoreloader in .py files inside t...
Hrushikesh Vaidya
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2022-02-01
Fixed CVE-2022-22818 -- Fixed possible XSS via {% debug %} template tag.
Markus Holtermann
2022-01-04
Fixed CVE-2021-45116 -- Fixed potential information disclosure in dictsort te...
Florian Apolloner
2021-11-22
Fixed #33302 -- Made element_id optional argument for json_script template fi...
Baptiste Mispelon
2021-09-14
Fixed #32873 -- Deprecated settings.USE_L10N.
Claude Paroz
2021-09-08
Fixed #30086, Refs #32873 -- Made floatformat template filter independent of ...
Mariusz Felisiak
2021-08-19
Fixed #33036 -- Made simple_tag()/inclusion_tag() with takes_context raise Te...
Matt Westcott
2021-08-09
Refs #33002 -- Added DebugLexer/Lexer.tokenize() test for trailing text token.
Mariusz Felisiak
2021-08-09
Refs #33002 -- Made template_tests.tests.py's tests test both Lexer and Debug...
Chris Jerdonek
2021-08-09
Refs #32990 -- Added tests for DebugLexer/Lexer.tokenize().
Greg Twohig
2021-08-02
Added test for TemplateSyntaxError when variables begin with underscores.
Mariusz Felisiak
2021-08-02
Refs #32956 -- Corrected spelling of "gray".
David Smith
2021-07-27
Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.
David Smith
2021-07-02
Fixed #28935 -- Fixed display of errors in extended blocks.
cammil
2021-06-11
Fixed #32824 -- Improved performance of NodeList.render().
Keryn Knight
2021-06-10
Refs #24121 -- Added __repr__() to AdminForm, BlockContext, BlockTranslateNod...
saeedblanchette
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
[prev]
[next]