Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/template_tests/syntax_tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25610 -- Reverted removal of request.current_app i...Marten Kenbeek2015-10-261-0/+20
* Refs #23913 -- Removed support for a single equals sign i...Tim Graham2015-09-241-44/+6
* Refs #13408 -- Made unpacking mismatch an exception in {%...Tim Graham2015-09-241-34/+18
* Refs #22384 -- Removed the ability to reverse URLs by dot...Tim Graham2015-09-241-50/+19
* Refs #24451 -- Removed comma-separated {% cycle %} syntax...Tim Graham2015-09-241-33/+1
* Refs #24022 -- Removed the ssi tag per deprecation timeline.Tim Graham2015-09-241-112/+0
* Refs #22306 -- Removed cycle/firstof template tags from "...Tim Graham2015-09-242-20/+8
* Fixed #25404 -- Added line numbers to TemplateSyntaxError...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 cu...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 obj...Matthew Somerville2015-06-061-0/+14
* Fixed #24230 -- Added translated language name for i18n t...Tomáš Ehrlich2015-06-021-10/+27
* Fixed #17085, #24783 -- Refactored template library regis...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 fi...Craig Oldford2015-04-141-0/+7
* Cleaned up the template debug implementation.Preston Timmons2015-03-201-0/+12
* Fixed #24451 -- Deprecated comma-separated {% cycle %} sy...Tim Graham2015-03-072-2/+8
* Fixed #24372 - Replaced TokenParser usage with traditiona...Preston Timmons2015-03-031-0/+43
* Moved ifchanged tests into syntax_tests/test_if_changed.py.Preston Timmons2015-02-241-0/+35
* Moved cache tests into syntax_tests/test_cache.py.Preston Timmons2015-02-241-2/+46
* Moved include tests into syntax_tests/test_include.py.Preston Timmons2015-02-241-2/+131
* Moved ssi tests into syntax_tests/test_ssi.py.Preston Timmons2015-02-241-0/+32
* Refs #24324 -- Fixed Python 2 test failures when path to ...Tim Graham2015-02-181-0/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-0611-14/+11
* Removed usage of deprecated removetags in a template test.Tim Graham2015-01-191-6/+4
* Removed ssi/url tags from future per deprecation timeline...Tim Graham2015-01-171-5/+3
* Fixed test from refs #23913 when running tests in reverse.Tim Graham2015-01-121-0/+2
* Fixed #23913 -- Deprecated the `=` comparison in `if` tem...Ola Sitarska2015-01-111-1/+43
* Fixed #24022 -- Deprecated the ssi tag.Preston Timmons2015-01-061-1/+2
* Applied ignore_warnings to Django testsClaude Paroz2014-12-306-128/+85
* Isolated template tests from Django settings.Aymeric Augustin2014-12-2836-798/+780
* Refs #23890 -- Restored silencing of numpy DeprecationWar...Tim Graham2014-12-061-0/+8
* Fixed #23958 -- Rewrote filter tests as unit tests.Preston Timmons2014-12-0637-242/+36
* Converted recently refactored templates tests to SimpleTe...Ramiro Morales2014-12-0436-73/+73
* 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-0338-0/+4849