Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/template_tests/test_custom.py
Commit message (Expand)AuthorAgeFilesLines
* Removed current_app argument to render() and TemplateResp...Tim Graham2015-09-241-17/+1
* Refs #25422 -- Added a test for a template tag with type ...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_e...Luke Plant2015-06-291-0/+22
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Fixed #17085, #24783 -- Refactored template library regis...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 Inclusio...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_t...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...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