summaryrefslogtreecommitdiff
path: root/tests/template_tests
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #20601 -- Allowed forcing format with thousand separators in floatforma...Jacob Walls2020-10-131-0/+15
* Fixed #32002 -- Added headers parameter to HttpResponse and subclasses.Tom Carrick2020-10-071-0/+17
* Fixed #18995 -- Made blocktranslate tag raise TemplateSyntaxError when plural...Jacob Walls2020-09-291-0/+9
* Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick2020-09-141-6/+6
* Made test_once a keyword argument in template_tests.utils.setup().Jon Dufresne2020-05-211-4/+4
* Completed lorem tag test coverage.David Smith2020-05-141-1/+23
* Fixed #25236 -- Deprecated {% ifequal %} and {% ifnotequal %} template tags.Jon Dufresne2020-05-114-8/+39
* Switched unittest.TestCase to SimpleTestCase in template_tests/test_nodelist.py.Jon Dufresne2020-05-111-5/+4
* Changed `'%s' % value` pattern to `str(value)`.Nick Pope2020-05-041-2/+2
* Capitalized Unicode in docs, strings, and comments.Jon Dufresne2020-04-201-1/+1
* Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...Claude Paroz2020-02-181-4/+5
* Fixed #20995 -- Added support for iterables of template names to {% include %...Keshav Kumar2020-02-181-0/+20
* Used assertRaisesMessage() in various tests.Hasan Ramezani2020-02-071-8/+4
* Fixed #31128 -- Fixed TemplateSyntaxError in simple_tag() and inclusion_tag()...Patrick Seebauer2020-01-022-0/+35
* Refs #30585 -- Updated project templates and tests to use (block)translate tags.Mike Hansen2019-12-183-156/+171
* Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags.Mike Hansen2019-12-182-71/+215
* Removed unnecessary numeric indexes in format strings.Jon Dufresne2019-11-191-2/+2
* Harmonized Windows checks in tests to a single style.Jon Dufresne2019-11-061-1/+1
* Fixed #30761 -- Prevented floatformat filter from returning a negative zero.Sky2019-10-311-0/+10
* Added more tests for floatformat filter with negative values.Sky2019-10-311-0/+2
* Used more specific unittest assertions in tests.Nick Pope2019-10-291-4/+6
* Fixed #30651 -- Made __eq__() methods return NotImplemented for not implement...ElizabethU2019-10-011-0/+3
* Removed some outdated backwards compatibility imports and misleading comments.Mads Jensen2019-09-241-1/+2
* Fixed CVE-2019-14232 -- Adjusted regex to avoid backtracking issues when trun...Florian Apolloner2019-08-011-2/+2
* Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin2019-06-202-4/+5
* Refs #27486 -- Added tests for filesizeformat filter.Jon Dufresne2019-06-111-0/+5
* Refs #27804 -- Used subTest() in filesizeformat tests and HumanizeTests.Jon Dufresne2019-06-101-30/+45
* Fixed #30453 -- Fixed crash of simple_tag() and inclusion_tag() when function...Batuhan Taşkaya2019-05-171-0/+20
* Fixed #20122 -- Made pluralize template filter return '' on invalid input.Tobias Kunze2019-05-031-2/+3
* Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...Jon Dufresne2019-04-255-7/+7
* Fixed #29791 -- Made Engine.render_to_string() honor autoescape.Nathan Gaberel2019-03-251-0/+7
* Reverted "Fixed relative paths imports per isort 4.3.5."Mariusz Felisiak2019-03-039-9/+9
* Fixed relative paths imports per isort 4.3.5.Mariusz Felisiak2019-02-259-9/+9
* Fixed typos in tests/template_tests/test_context.py.Tim Graham2019-02-211-4/+2
* Removed uneeded generator expressions and list comprehensions.Sergey Fedoseev2019-02-091-5/+5
* Removed uneeded iter() calls with generator expression as argument.Sergey Fedoseev2019-02-091-1/+1
* Refs #30137 -- Fixed template test on Windows.Tim Graham2019-01-291-1/+2
* Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne2019-01-281-2/+2
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-312-13/+13
* Made reused RequestFactory instances class attributes.Simon Charette2018-11-273-12/+12
* Used SimpleTestCase for template library tests.Simon Charette2018-11-261-5/+5
* Added a urlize test for wrapping characters.Tim Graham2018-10-121-0/+18
* Refs #28909 -- Simplifed code using unpacking generalizations.Sergey Fedoseev2018-09-282-5/+5
* Refs #27795 -- Removed force_bytes() usage in utils/_os.py.Jon Dufresne2018-09-251-13/+6
* Fixed #29654 -- Made text truncation an ellipsis character instead of three d...Claude Paroz2018-08-216-26/+26
* Fixed typos in comments and docs.luz.paz2018-08-011-1/+1
* Fixed #29617 -- Fixed Template crash if template_string is lazy.Dražen Odobašić2018-07-311-1/+8
* Moved yesno filter test to its file.Hasan Ramezani2018-07-272-8/+9
* Fixed #29432 -- Allowed passing an integer to the slice template filter.ryabtsev2018-05-261-0/+3
* Fixed #29400 -- Fixed crash in custom template filters that use decorated fun...Ryan Rubin2018-05-252-0/+13