summaryrefslogtreecommitdiff
path: root/tests/template_tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34518 -- Fixed crash of random() template filter with an empty list.David Sanders2023-04-261-0/+5
* Fixed #34427 -- Improved error message when context processor does not return...David Sanders2023-03-291-1/+28
* Fixed some typos in comments, docstrings, and tests.Liyang Zhang2023-03-201-1/+1
* Fixed #34363 -- Fixed floatformat crash on zero with trailing zeros.Panagiotis H.M. Issaris2023-02-221-0/+4
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-012-2/+0
* Fixed #34272 -- Fixed floatformat crash on zero with trailing zeros to zero d...David Wobrock2023-01-191-0/+2
* Fixed #33879 -- Improved timesince handling of long intervals.GianpaoloBranca2023-01-041-0/+17
* Fixed #27654 -- Propagated alters_data attribute to callables overridden in s...LightDiscord2022-11-041-0/+63
* Fixed #34098 -- Fixed loss of precision for Decimal values in floatformat fil...Vlastimil Zíma2022-10-241-0/+4
* Fixed #33864 -- Deprecated length_is template filter.Nick Pope2022-07-231-1/+18
* Fixed #33631 -- Marked {% blocktranslate asvar %} result as HTML safe.cheng2022-07-141-0/+16
* Fixed #33748 -- Fixed date template filter crash with lazy format.Claude Paroz2022-05-311-0/+5
* Normalized imports of functools.wraps.Aymeric Augustin2022-05-251-2/+2
* Fixed #33653 -- Fixed template crash when calling methods for built-in types ...cheng2022-05-201-0/+8
* Fixed #33628 -- Ignored directories with empty names in autoreloader check fo...Manel Clos2022-04-111-0/+11
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-0761-301/+800
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-07130-4953/+6799
* Fixed #33473 -- Fixed detecting changes by autoreloader in .py files inside t...Hrushikesh Vaidya2022-02-031-0/+13
* Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak2022-02-033-7/+5
* Fixed CVE-2022-22818 -- Fixed possible XSS via {% debug %} template tag.Markus Holtermann2022-02-012-10/+46
* Fixed CVE-2021-45116 -- Fixed potential information disclosure in dictsort te...Florian Apolloner2022-01-042-2/+63
* Fixed #33302 -- Made element_id optional argument for json_script template fi...Baptiste Mispelon2021-11-221-0/+5
* Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz2021-09-143-9/+4
* Fixed #30086, Refs #32873 -- Made floatformat template filter independent of ...Mariusz Felisiak2021-09-081-2/+14
* Fixed #33036 -- Made simple_tag()/inclusion_tag() with takes_context raise Te...Matt Westcott2021-08-193-0/+42
* Refs #33002 -- Added DebugLexer/Lexer.tokenize() test for trailing text token.Mariusz Felisiak2021-08-091-0/+2
* Refs #33002 -- Made template_tests.tests.py's tests test both Lexer and Debug...Chris Jerdonek2021-08-091-32/+45
* Refs #32990 -- Added tests for DebugLexer/Lexer.tokenize().Greg Twohig2021-08-091-0/+40
* Added test for TemplateSyntaxError when variables begin with underscores.Mariusz Felisiak2021-08-021-5/+6
* Refs #32956 -- Corrected spelling of "gray".David Smith2021-08-021-2/+2
* Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.David Smith2021-07-271-12/+12
* Fixed #28935 -- Fixed display of errors in extended blocks.cammil2021-07-023-1/+19
* Fixed #32824 -- Improved performance of NodeList.render().Keryn Knight2021-06-111-1/+1
* Refs #24121 -- Added __repr__() to AdminForm, BlockContext, BlockTranslateNod...saeedblanchette2021-06-103-0/+38
* Refs #24121 -- Added __repr__() to Engineabhiabhi942021-06-011-0/+37
* Fixed #32744 -- Normalized to pathlib.Path in autoreloader check for template...Hasan Ramezani2021-05-261-0/+20
* Refs #24121 -- Added__repr__() to StaticNode.saeedblanchette2021-05-121-0/+15
* Refs #24121 -- Added __repr__() to Origin and Template.Tiago Honorato2021-03-172-0/+17
* Refs #21429 -- Added SimpleTestCase.assertNoLogs() on Python < 3.10.François Freitag2021-03-021-3/+2
* Refs #24121 -- Added __repr__() to URLNode.Rohith PR2021-03-021-0/+21
* Refs #24121 -- Added __repr__() to FilterExpression, Lexer, Parser, and Token.David Smith2021-02-261-1/+17
* Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and do...Markus Holtermann2021-02-061-1/+1
* Fixed #32290 -- Fixed TemplateNotFound in {% include %} tag for relative path...Hasan Ramezani2021-01-272-0/+7
* Refs #32290 -- Added {% extends %} test for relative path in variable.Hasan Ramezani2021-01-272-0/+9
* Refs #25236 -- Removed {% ifequal %} and {% ifnotequal %} template tags per d...Mariusz Felisiak2021-01-143-276/+2
* Fixed #32208 -- Allowed adding lazy() objects.Hasan Ramezani2020-12-211-0/+17
* Refs #15053 -- Clarified debug message when skipping templates to avoid recur...Daniel Hahler2020-11-211-1/+6
* Changed docs and a code comment to use gender-neutral pronouns.Nick Pope2020-11-131-1/+1
* Fixed #25791 -- Implement autoreload behaviour for cached template loader.Tom Forbes2020-11-051-0/+92
* Refs #25791 -- Added get_dirs() method to cached template loader.Tom Forbes2020-11-051-0/+4