Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/template_tests
Commit message (Expand)AuthorAgeFilesLines
...
* Converted recently refactored templates tests to SimpleTe...Ramiro Morales2014-12-0439-90/+90
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-031-2/+2
* Fixed "no such test method" error in template_tests.Berker Peksag2014-12-031-0/+1
* Fixed #23768 -- Rewrote template tests as unit tests.Preston Timmons2014-12-0340-1369/+4854
* 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-232-12/+10
* Deprecated dirs argument to override TEMPLATE_DIRS.Aymeric Augustin2014-11-231-1/+2
* Simplified caching of templatetags modules.Aymeric Augustin2014-11-191-5/+0
* Refactored getting the list of template loaders.Aymeric Augustin2014-11-162-17/+27
* 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 #23789 -- TemplateResponse handles context differen...Luke Plant2014-11-101-0/+6
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-5/+5
* Avoided using private API get_template_from_string.Aymeric Augustin2014-10-311-11/+6
* Fixed urlize after smart_urlquote rewriteClaude Paroz2014-09-091-4/+20
* Fixed #23269 -- Deprecated django.utils.remove_tags() and...Tim Graham2014-08-151-1/+2
* Updated tests for added newlines in 68686430638215b5405b2...Tim Graham2014-08-131-3/+3
* Added newlines to the ends of CSS, HTML, and JavaScript f...Trey Hunner2014-08-132-2/+2
* Fixed #23276 -- Deprecated passing views as strings to ur...Tim Graham2014-08-121-1/+1
* 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
* Fixed #18400 -- Modified length template filter to return...Susan Tan2014-06-051-2/+2
* Fixed #22384 -- Deprecated reversing URLs by dotted path.Tim Graham2014-06-031-2/+2
* Fixed #21598 -- cleaned up template loader overrides in t...Unai Zalakain2014-05-231-156/+125
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-153-3/+3
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-262-3/+3
* Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of do...chriscauley2014-04-171-4/+4
* Fixed #13408 -- Deprecated silent unpacking exception pas...e0ne2014-04-081-6/+12
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-062-5/+5
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-032-12/+11
* Corrected many style guide violations that the newest ver...Alex Gaynor2014-03-301-1/+2
* Fixed #22306 -- Deprecated future versions of cycle and f...Maxime Turcotte2014-03-281-2/+4
* Fixed #22294 -- Prevented converting length filter output...Claude Paroz2014-03-221-2/+3
* The cycle and firstof tags no longer raise warnings.Aymeric Augustin2014-03-211-3/+1
* Switched {% cycle %} and {% firstof %} tags to auto-escap...Tim Graham2014-03-211-4/+4
* Removed fix_ampersands template filter per deprecation ti...Tim Graham2014-03-212-9/+1
* Fixed flake8 warnings.Tim Graham2014-03-211-1/+1
* Fixed #22184 -- Allowed template_tests.tests to be run is...Anubhav Joshi2014-03-151-0/+2
* Removed obsolete hack to run template tests.Aymeric Augustin2014-03-091-7/+1
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-2/+3
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-032-2/+2
* Fixed #22130 -- Deprecated fix_ampersands, removed utils....Erik Romijn2014-03-011-1/+4
* Removed Django 1.5 upgrade hints for {% url %} tag.Tim Graham2014-02-281-14/+0
* Fixed #21741 -- Fixed render_to_string to stop pushing em...Baptiste Mispelon2014-02-223-0/+19