summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_custom.py
AgeCommit message (Expand)Author
2015-09-23Removed current_app argument to render() and TemplateResponse().Tim Graham
2015-09-18Refs #25422 -- Added a test for a template tag with type annotations.Thomas Orozco
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-06-29Fixed #25018 -- Changed simple_tag to apply conditional_escape() to its output.Luke Plant
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-05-21Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons
2015-04-20Updated template tests to create their own engine.Preston Timmons
2015-04-01Fixed #23441, #24555 -- Improved the behavior of InclusionNode.Preston Timmons
2015-02-24Moved TemplateTagLoading cases into test_custom.Preston Timmons
2015-02-04Cleaned up formatting in template_tests.test_custom.Preston Timmons
2015-02-03Fixed #18651 -- Enabled optional assignments for simple_tag().Preston Timmons
2015-01-09Fixed #24094 -- Enabled template tests to run individually.Preston Timmons
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-12-28Deprecated current_app in TemplateResponse and render(_to_response).Aymeric Augustin
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-04-12Modified template_tests for unittest2 discovery.Preston Timmons