summaryrefslogtreecommitdiff
path: root/tests/template_tests
AgeCommit message (Expand)Author
2024-02-07Fixed #30686 -- Used Python HTMLParser in utils.text.Truncator.David Smith
2024-02-07Refs #30686 -- Fixed text truncation for negative or zero lengths.David Smith
2024-02-06Refs #30686 -- Improved test coverage of Truncator.David Smith
2024-01-29Refs #35141 -- Corrected value of CACHE_MIDDLEWARE_SECONDS in CacheMiddleware...Alexander Lazarević
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-12-31Used addCleanup() in tests where appropriate.Mariusz Felisiak
2023-10-26Fixed #10941 -- Added {% query_string %} template tag.Tom Carrick
2023-10-02Fixed #34883 -- Allowed template tags to set extra data on templates.Carlton Gibson
2023-09-29Refs #15667 -- Added resetting default renderer when FORM_RENDERER is changed.Mariusz Felisiak
2023-09-29Fixed #34878 -- Fixed autoreloader crash when FORM_RENDERER is set to Templat...Dan Jacob
2023-09-18Refs #33864 -- Removed length_is template filter per deprecation timeline.Mariusz Felisiak
2023-08-22Removed unnecessary trailing commas in tests.konsti
2023-08-09Fixed #34692 -- Made autoreloader reset cached template loader for default re...priyank.panchal
2023-07-12Refs #30116 -- Simplified tests related with dictionary order.Mariusz Felisiak
2023-05-22Fixed #34577 -- Added escapeseq template filter.Arthur Moreira
2023-05-19Fixed #34578 -- Made "join" template filter respect autoescape for joiner.rajeeshp
2023-04-26Fixed #34518 -- Fixed crash of random() template filter with an empty list.David Sanders
2023-03-29Fixed #34427 -- Improved error message when context processor does not return...David Sanders
2023-03-20Fixed some typos in comments, docstrings, and tests.Liyang Zhang
2023-02-22Fixed #34363 -- Fixed floatformat crash on zero with trailing zeros.Panagiotis H.M. Issaris
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-01-19Fixed #34272 -- Fixed floatformat crash on zero with trailing zeros to zero d...David Wobrock
2023-01-04Fixed #33879 -- Improved timesince handling of long intervals.GianpaoloBranca
2022-11-04Fixed #27654 -- Propagated alters_data attribute to callables overridden in s...LightDiscord
2022-10-24Fixed #34098 -- Fixed loss of precision for Decimal values in floatformat fil...Vlastimil Zíma
2022-07-23Fixed #33864 -- Deprecated length_is template filter.Nick Pope
2022-07-14Fixed #33631 -- Marked {% blocktranslate asvar %} result as HTML safe.cheng
2022-05-31Fixed #33748 -- Fixed date template filter crash with lazy format.Claude Paroz
2022-05-25Normalized imports of functools.wraps.Aymeric Augustin
2022-05-20Fixed #33653 -- Fixed template crash when calling methods for built-in types ...cheng
2022-04-11Fixed #33628 -- Ignored directories with empty names in autoreloader check fo...Manel Clos
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-02-03Fixed #33473 -- Fixed detecting changes by autoreloader in .py files inside t...Hrushikesh Vaidya
2022-02-03Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak
2022-02-01Fixed CVE-2022-22818 -- Fixed possible XSS via {% debug %} template tag.Markus Holtermann
2022-01-04Fixed CVE-2021-45116 -- Fixed potential information disclosure in dictsort te...Florian Apolloner
2021-11-22Fixed #33302 -- Made element_id optional argument for json_script template fi...Baptiste Mispelon
2021-09-14Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz
2021-09-08Fixed #30086, Refs #32873 -- Made floatformat template filter independent of ...Mariusz Felisiak
2021-08-19Fixed #33036 -- Made simple_tag()/inclusion_tag() with takes_context raise Te...Matt Westcott
2021-08-09Refs #33002 -- Added DebugLexer/Lexer.tokenize() test for trailing text token.Mariusz Felisiak
2021-08-09Refs #33002 -- Made template_tests.tests.py's tests test both Lexer and Debug...Chris Jerdonek
2021-08-09Refs #32990 -- Added tests for DebugLexer/Lexer.tokenize().Greg Twohig
2021-08-02Added test for TemplateSyntaxError when variables begin with underscores.Mariusz Felisiak
2021-08-02Refs #32956 -- Corrected spelling of "gray".David Smith
2021-07-27Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.David Smith
2021-07-02Fixed #28935 -- Fixed display of errors in extended blocks.cammil
2021-06-11Fixed #32824 -- Improved performance of NodeList.render().Keryn Knight
2021-06-10Refs #24121 -- Added __repr__() to AdminForm, BlockContext, BlockTranslateNod...saeedblanchette