Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/template_tests/test_nodelist.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-3/+15
* Used %r in the TextNode repr to show newlines better.Ned Batchelder2015-06-301-1/+17
* Fixed #17085, #24783 -- Refactored template library regis...Preston Timmons2015-05-211-1/+1
* Updated template tests to create their own engine.Preston Timmons2015-04-201-8/+12
* Cleaned up the template debug implementation.Preston Timmons2015-03-201-3/+2
* Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin2015-02-151-1/+1
* Cleaned up the django.template namespace.Aymeric Augustin2014-12-281-1/+2
* Avoided using private API get_template_from_string.Aymeric Augustin2014-10-311-11/+6
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-1/+1
* Fixing E302 ErrorsJason Myers2013-11-031-1/+2
* 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/+58