summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_custom.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-28/+60
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-179/+319
* Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak2022-02-031-2/+1
* Fixed #33036 -- Made simple_tag()/inclusion_tag() with takes_context raise Te...Matt Westcott2021-08-191-0/+20
* Fixed #31128 -- Fixed TemplateSyntaxError in simple_tag() and inclusion_tag()...Patrick Seebauer2020-01-021-0/+26
* Fixed #29400 -- Fixed crash in custom template filters that use decorated fun...Ryan Rubin2018-05-251-0/+5
* Fixed #28129 -- Allowed custom template tags to use keyword-only arguments.Alexander Allakhverdiyev2017-05-111-0/+6
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-2/+2
* Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2.Tim Graham2017-01-201-10/+6
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-3/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #18651 -- Removed assignment_tag per deprecation timeline.Tim Graham2017-01-171-23/+0
* Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham2016-12-071-2/+2
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-4/+7
* Removed current_app argument to render() and TemplateResponse().Tim Graham2015-09-231-17/+1
* Refs #25422 -- Added a test for a template tag with type annotations.Thomas Orozco2015-09-181-0/+7
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+4
* Fixed #25018 -- Changed simple_tag to apply conditional_escape() to its output.Luke Plant2015-06-291-0/+22
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons2015-05-211-23/+34
* Updated template tests to create their own engine.Preston Timmons2015-04-201-21/+29
* Fixed #23441, #24555 -- Improved the behavior of InclusionNode.Preston Timmons2015-04-011-1/+22
* Moved TemplateTagLoading cases into test_custom.Preston Timmons2015-02-241-0/+39
* Cleaned up formatting in template_tests.test_custom.Preston Timmons2015-02-041-137/+135
* Fixed #18651 -- Enabled optional assignments for simple_tag().Preston Timmons2015-02-031-157/+55
* Fixed #24094 -- Enabled template tests to run individually.Preston Timmons2015-01-091-51/+51
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-5/+5
* Deprecated current_app in TemplateResponse and render(_to_response).Aymeric Augustin2014-12-281-2/+6
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+2
* Modified template_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+377