summaryrefslogtreecommitdiff
path: root/tests/template_tests/syntax_tests
Commit message (Expand)AuthorAgeFilesLines
...
* Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham2017-01-201-2/+1
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-1/+2
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-4/+2
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-1810-24/+0
* Refs #15053 -- Removed support for non-recursive template loading.Tim Graham2017-01-171-3/+0
* Fixed #24423 -- Reorganized i18n tag tests.Andy Craze2017-01-0610-523/+932
* Fixed #26478 -- Made {% for %} reject invalid unpacking vars with quotes or v...Tim Martin2016-12-301-0/+18
* Used assertRaisesMessage() in {% for %} tests.Tim Graham2016-12-301-3/+6
* Refs #25484 -- Made non-staticfiles {% static %} tag quote its output.Tim Graham2016-12-191-9/+3
* Refs #21221 -- Prevented {% static %} tests from using contrib.staticfiles.Tim Graham2016-12-191-1/+1
* Fixed #25484 -- Made {% static %} render escaped URLs.alix-2016-12-171-0/+11
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-102-3/+3
* Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham2016-09-171-1/+1
* Fixed #27175 -- Deprecated silencing exceptions from the {% include %} templa...Jon Dufresne2016-09-081-6/+24
* Fixed #5908 -- Added {% resetcycle %} template tag.Sergei Maertens2016-09-011-0/+95
* Fixed #27140 -- Prevented template rendering from hiding a property's TypeError.Tim Graham2016-08-311-0/+5
* Fixed #27126 -- Made {% regroup %} return a namedtuple to ease unpacking.Baptiste Mispelon2016-08-261-0/+19
* Fixed #27058 -- Reallowed the {% for %} tag to unpack any iterable.Tim Graham2016-08-151-0/+5
* Fixed #26830 -- Prevented the 'with' templatetag from resetting the cycle var...Alexander Schrijver2016-08-091-0/+22
* Refs #26830 -- Added a test for a named cycle template tag inside an ifchange...Alexander Schrijver2016-08-091-0/+18
* Fixed #26923 -- Fixed template_tests with numpy < 1.9.0.Raphaël Hertzog2016-07-211-1/+3
* Fixed numpy deprecation warning silencing in template_tests.Baptiste Mispelon2016-07-091-6/+8
* Fixed #26573 -- Added descriptive error message for malformed if/else/elif te...inondle2016-05-271-0/+6
* Refs #26479 -- Documented is/is not if tag operator behavior for nonexistent ...Alasdair Nicol2016-04-291-0/+20
* Added tests for if tag's != operator.Alasdair Nicol2016-04-291-0/+26
* Fixed #26479 -- Added 'is not' operator to the if tag.Alasdair Nicol2016-04-091-0/+12
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-082-14/+20
* Fixed #26118 -- Added 'is' operator to if template tag.Preston Timmons2016-01-221-0/+10
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-1/+1
* Removed obsolete comments about Django 1.10 in two test files.Tim Graham2015-11-171-3/+0
* Fixed #25610 -- Reverted removal of request.current_app in {% url %} tag.Marten Kenbeek2015-10-261-0/+20
* Refs #23913 -- Removed support for a single equals sign in {% if %} tag.Tim Graham2015-09-231-44/+6
* Refs #13408 -- Made unpacking mismatch an exception in {% for %} tag per depr...Tim Graham2015-09-231-34/+18
* Refs #22384 -- Removed the ability to reverse URLs by dotted path per depreca...Tim Graham2015-09-231-50/+19
* Refs #24451 -- Removed comma-separated {% cycle %} syntax per deprecation tim...Tim Graham2015-09-231-33/+1
* Refs #24022 -- Removed the ssi tag per deprecation timeline.Tim Graham2015-09-231-112/+0
* Refs #22306 -- Removed cycle/firstof template tags from "future".Tim Graham2015-09-232-20/+8
* Fixed #25404 -- Added line numbers to TemplateSyntaxError strings.Dave Smith2015-09-152-5/+14
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-124-4/+12
* Fixed #24257 -- Corrected i18n handling of percent signs.Doug Beck2015-08-122-0/+19
* Refs #25236 -- Removed ifequal/ifnotequal usage.Tim Graham2015-08-082-5/+5
* Fixed #24127 -- Changed the default current_app to the current namespace.Marten Kenbeek2015-07-271-3/+31
* Corrected HTML-escaping behaviour of url template tag.Luke Plant2015-07-211-1/+10
* Fixed #21695 -- Added asvar option to blocktrans.Matthew Somerville2015-07-011-0/+35
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-246-48/+48
* Fixed #23516 -- Added caching of include tag Template objectsMatthew Somerville2015-06-061-0/+14
* Fixed #24230 -- Added translated language name for i18n template tag/filter.Tomáš Ehrlich2015-06-021-10/+27
* Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons2015-05-2113-11/+33
* Updated template tests to create their own engine.Preston Timmons2015-04-203-74/+46
* Fixed #12199 -- Added the ability to use "as" with the firstof template tag.Craig Oldford2015-04-141-0/+7