index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
template_tests
/
syntax_tests
Age
Commit message (
Expand
)
Author
2016-04-09
Fixed #26479 -- Added 'is not' operator to the if tag.
Alasdair Nicol
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-01-22
Fixed #26118 -- Added 'is' operator to if template tag.
Preston Timmons
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-11-17
Removed obsolete comments about Django 1.10 in two test files.
Tim Graham
2015-10-26
Fixed #25610 -- Reverted removal of request.current_app in {% url %} tag.
Marten Kenbeek
2015-09-23
Refs #23913 -- Removed support for a single equals sign in {% if %} tag.
Tim Graham
2015-09-23
Refs #13408 -- Made unpacking mismatch an exception in {% for %} tag per depr...
Tim Graham
2015-09-23
Refs #22384 -- Removed the ability to reverse URLs by dotted path per depreca...
Tim Graham
2015-09-23
Refs #24451 -- Removed comma-separated {% cycle %} syntax per deprecation tim...
Tim Graham
2015-09-23
Refs #24022 -- Removed the ssi tag per deprecation timeline.
Tim Graham
2015-09-23
Refs #22306 -- Removed cycle/firstof template tags from "future".
Tim Graham
2015-09-15
Fixed #25404 -- Added line numbers to TemplateSyntaxError strings.
Dave Smith
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-08-12
Fixed #24257 -- Corrected i18n handling of percent signs.
Doug Beck
2015-08-08
Refs #25236 -- Removed ifequal/ifnotequal usage.
Tim Graham
2015-07-27
Fixed #24127 -- Changed the default current_app to the current namespace.
Marten Kenbeek
2015-07-21
Corrected HTML-escaping behaviour of url template tag.
Luke Plant
2015-07-01
Fixed #21695 -- Added asvar option to blocktrans.
Matthew Somerville
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-06
Fixed #23516 -- Added caching of include tag Template objects
Matthew Somerville
2015-06-02
Fixed #24230 -- Added translated language name for i18n template tag/filter.
Tomáš Ehrlich
2015-05-21
Fixed #17085, #24783 -- Refactored template library registration.
Preston Timmons
2015-04-20
Updated template tests to create their own engine.
Preston Timmons
2015-04-14
Fixed #12199 -- Added the ability to use "as" with the firstof template tag.
Craig Oldford
2015-03-20
Cleaned up the template debug implementation.
Preston Timmons
2015-03-07
Fixed #24451 -- Deprecated comma-separated {% cycle %} syntax.
Tim Graham
2015-03-02
Fixed #24372 - Replaced TokenParser usage with traditional parsing.
Preston Timmons
2015-02-24
Moved ifchanged tests into syntax_tests/test_if_changed.py.
Preston Timmons
2015-02-24
Moved cache tests into syntax_tests/test_cache.py.
Preston Timmons
2015-02-24
Moved include tests into syntax_tests/test_include.py.
Preston Timmons
2015-02-24
Moved ssi tests into syntax_tests/test_ssi.py.
Preston Timmons
2015-02-17
Refs #24324 -- Fixed Python 2 test failures when path to Django source contai...
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-18
Removed usage of deprecated removetags in a template test.
Tim Graham
2015-01-17
Removed ssi/url tags from future per deprecation timeline; refs #21939.
Tim Graham
2015-01-12
Fixed test from refs #23913 when running tests in reverse.
Tim Graham
2015-01-11
Fixed #23913 -- Deprecated the `=` comparison in `if` template tag.
Ola Sitarska
2015-01-05
Fixed #24022 -- Deprecated the ssi tag.
Preston Timmons
2014-12-30
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-28
Isolated template tests from Django settings.
Aymeric Augustin
2014-12-06
Refs #23890 -- Restored silencing of numpy DeprecationWarnings in template te...
Tim Graham
2014-12-06
Fixed #23958 -- Rewrote filter tests as unit tests.
Preston Timmons
2014-12-03
Converted recently refactored templates tests to SimpleTestCase.
Ramiro Morales
2014-12-03
Fixed "no such test method" error in template_tests.
Berker Peksag
2014-12-02
Fixed #23768 -- Rewrote template tests as unit tests.
Preston Timmons
[prev]