Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/template_tests/test_unicode.py
Commit message (Collapse)AuthorAgeFilesLines
* Updated template tests to create their own engine.Preston Timmons2015-04-201-5/+6
| | | | This continues work to treat Django templates as a library.
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
|
* Cleaned up the django.template namespace.Aymeric Augustin2014-12-281-1/+2
| | | | | | | | | Since this package is going to hold both the implementation of the Django Template Language and the infrastructure for Multiple Template Engines, it should be untied from the DTL as much as possible within our backwards-compatibility policy. Only public APIs (i.e. APIs mentioned in the documentation) were left.
* Removed unused local variables in tests.Tim Graham2013-10-191-3/+3
|
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+2
| | | | Refs #20680.
* Modified template_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+32