summaryrefslogtreecommitdiff
path: root/tests/template_tests/syntax_tests
AgeCommit message (Expand)Author
2017-04-03[1.11.x] Fixed #27974 -- Kept resolved templates constant during one renderin...kapil garg
2017-02-11[1.11.x] Fixed #27722 -- Reallowed using django.Template in {% include %}.Tim Graham
2017-01-06Fixed #24423 -- Reorganized i18n tag tests.Andy Craze
2016-12-30Fixed #26478 -- Made {% for %} reject invalid unpacking vars with quotes or v...Tim Martin
2016-12-30Used assertRaisesMessage() in {% for %} tests.Tim Graham
2016-12-19Refs #25484 -- Made non-staticfiles {% static %} tag quote its output.Tim Graham
2016-12-19Refs #21221 -- Prevented {% static %} tests from using contrib.staticfiles.Tim Graham
2016-12-17Fixed #25484 -- Made {% static %} render escaped URLs.alix-
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-09-17Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham
2016-09-08Fixed #27175 -- Deprecated silencing exceptions from the {% include %} templa...Jon Dufresne
2016-09-01Fixed #5908 -- Added {% resetcycle %} template tag.Sergei Maertens
2016-08-31Fixed #27140 -- Prevented template rendering from hiding a property's TypeError.Tim Graham
2016-08-26Fixed #27126 -- Made {% regroup %} return a namedtuple to ease unpacking.Baptiste Mispelon
2016-08-15Fixed #27058 -- Reallowed the {% for %} tag to unpack any iterable.Tim Graham
2016-08-09Fixed #26830 -- Prevented the 'with' templatetag from resetting the cycle var...Alexander Schrijver
2016-08-09Refs #26830 -- Added a test for a named cycle template tag inside an ifchange...Alexander Schrijver
2016-07-21Fixed #26923 -- Fixed template_tests with numpy < 1.9.0.Raphaël Hertzog
2016-07-09Fixed numpy deprecation warning silencing in template_tests.Baptiste Mispelon
2016-05-27Fixed #26573 -- Added descriptive error message for malformed if/else/elif te...inondle
2016-04-29Refs #26479 -- Documented is/is not if tag operator behavior for nonexistent ...Alasdair Nicol
2016-04-29Added tests for if tag's != operator.Alasdair Nicol
2016-04-09Fixed #26479 -- Added 'is not' operator to the if tag.Alasdair Nicol
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-01-22Fixed #26118 -- Added 'is' operator to if template tag.Preston Timmons
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-11-17Removed obsolete comments about Django 1.10 in two test files.Tim Graham
2015-10-26Fixed #25610 -- Reverted removal of request.current_app in {% url %} tag.Marten Kenbeek
2015-09-23Refs #23913 -- Removed support for a single equals sign in {% if %} tag.Tim Graham
2015-09-23Refs #13408 -- Made unpacking mismatch an exception in {% for %} tag per depr...Tim Graham
2015-09-23Refs #22384 -- Removed the ability to reverse URLs by dotted path per depreca...Tim Graham
2015-09-23Refs #24451 -- Removed comma-separated {% cycle %} syntax per deprecation tim...Tim Graham
2015-09-23Refs #24022 -- Removed the ssi tag per deprecation timeline.Tim Graham
2015-09-23Refs #22306 -- Removed cycle/firstof template tags from "future".Tim Graham
2015-09-15Fixed #25404 -- Added line numbers to TemplateSyntaxError strings.Dave Smith
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-08-12Fixed #24257 -- Corrected i18n handling of percent signs.Doug Beck
2015-08-08Refs #25236 -- Removed ifequal/ifnotequal usage.Tim Graham
2015-07-27Fixed #24127 -- Changed the default current_app to the current namespace.Marten Kenbeek
2015-07-21Corrected HTML-escaping behaviour of url template tag.Luke Plant
2015-07-01Fixed #21695 -- Added asvar option to blocktrans.Matthew Somerville
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-06-06Fixed #23516 -- Added caching of include tag Template objectsMatthew Somerville
2015-06-02Fixed #24230 -- Added translated language name for i18n template tag/filter.Tomáš Ehrlich
2015-05-21Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons
2015-04-20Updated template tests to create their own engine.Preston Timmons
2015-04-14Fixed #12199 -- Added the ability to use "as" with the firstof template tag.Craig Oldford
2015-03-20Cleaned up the template debug implementation.Preston Timmons
2015-03-07Fixed #24451 -- Deprecated comma-separated {% cycle %} syntax.Tim Graham
2015-03-02Fixed #24372 - Replaced TokenParser usage with traditional parsing.Preston Timmons