Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/template_tests/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25423 -- Made error message for unknown template t...Pindi Albert2015-10-051-5/+12
* Fixed #25404 -- Added line numbers to TemplateSyntaxError...Dave Smith2015-09-151-1/+1
* Fixed #17085, #24783 -- Refactored template library regis...Preston Timmons2015-05-211-1/+4
* Refs #24652 -- Converted a template test to avoid executi...Simon Charette2015-05-201-2/+2
* Fixed #15053 -- Enabled recursive template loading.Preston Timmons2015-04-221-1/+4
* Updated template tests to create their own engine.Preston Timmons2015-04-201-24/+21
* Cleaned up the template debug implementation.Preston Timmons2015-03-201-6/+36
* Cleaned up template directory handling in template tests.Preston Timmons2015-02-241-4/+0
* Combined TemplateTests and TemplateRegressionTests.Preston Timmons2015-02-241-13/+15
* Moved test_token_smart_split into ParserTests.Preston Timmons2015-02-241-8/+1
* Moved ifchanged tests into syntax_tests/test_if_changed.py.Preston Timmons2015-02-241-28/+0
* Moved cache tests into syntax_tests/test_cache.py.Preston Timmons2015-02-241-41/+0
* Moved RequestContextTests into test_context.Preston Timmons2015-02-241-56/+3
* Moved TemplateTagLoading cases into test_custom.Preston Timmons2015-02-241-38/+1
* Moved include tests into syntax_tests/test_include.py.Preston Timmons2015-02-241-144/+0
* Moved ssi tests into syntax_tests/test_ssi.py.Preston Timmons2015-02-241-36/+1
* Cleaned up template loader tests.Preston Timmons2015-02-241-113/+4
* Set context.template instead of context.engine while rend...Aymeric Augustin2015-02-191-5/+2
* Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin2015-02-151-20/+35
* Fixed #24338 -- Accepted Template wrapper in {% extends %}.Aymeric Augustin2015-02-141-1/+11
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+8
* Deprecated passing a Context to a generic Template.render.Aymeric Augustin2015-01-121-6/+6
* Fixed #24022 -- Deprecated the ssi tag.Preston Timmons2015-01-061-1/+3
* Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin2014-12-281-4/+5
* Deprecated TEMPLATE_DIRS.Aymeric Augustin2014-12-281-6/+3
* Deprecated TEMPLATE_LOADERS.Aymeric Augustin2014-12-281-34/+65
* Deprecated TEMPLATE_STRING_IF_INVALID.Aymeric Augustin2014-12-281-1/+7
* Deprecated ALLOWED_INCLUDE_ROOTS.Aymeric Augustin2014-12-281-8/+7
* Supported multiple template engines in get_template and s...Aymeric Augustin2014-12-281-3/+3
* Cleaned up the django.template namespace.Aymeric Augustin2014-12-281-2/+3
* Fixed #23958 -- Rewrote filter tests as unit tests.Preston Timmons2014-12-061-120/+0
* Converted recently refactored templates tests to SimpleTe...Ramiro Morales2014-12-041-6/+6
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-031-2/+2
* Fixed #23768 -- Rewrote template tests as unit tests.Preston Timmons2014-12-031-1356/+4
* Fixed #23914 -- Improved {% now %} to allow storing its r...Baptiste Mispelon2014-11-251-0/+2
* Fixed #23890 -- Silenced numpy DeprecationWarnings in tem...Tim Graham2014-11-251-0/+7
* Encapsulated TEMPLATE_STRING_IF_INVALID in Engine.Aymeric Augustin2014-11-231-10/+5
* Moved template loaders management in Engine.Aymeric Augustin2014-11-231-6/+4
* Simplified caching of templatetags modules.Aymeric Augustin2014-11-191-5/+0
* Refactored getting the list of template loaders.Aymeric Augustin2014-11-161-16/+25
* Removed override_template_loaders and override_with_test_...Aymeric Augustin2014-11-161-17/+21
* Moved all template loaders under django.template.loaders.Aymeric Augustin2014-11-161-2/+2
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-5/+5
* Fixed #23269 -- Deprecated django.utils.remove_tags() and...Tim Graham2014-08-151-1/+2
* Fixed #23261 -- Deprecated old style list support for uno...Jaap Roes2014-08-111-0/+2
* Fixed #16383 -- Raised the AttributeError raised in prope...Anubhav Joshi2014-07-311-2/+9
* Fixed #23060 -- Prevented UnicodeDecodeError in debug tem...qingfeng2014-07-261-0/+10
* Fixed #21707 -- Added helpful error message when using {{...Anubhav Joshi2014-07-241-0/+3
* Fixed #22789 -- Deprecated django.contrib.webdesign.Tim Graham2014-07-141-0/+2
* Fixed #22223 -- Prevented over-escaping URLs in reverse()Claude Paroz2014-07-091-3/+3