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
Age
Commit message (
Expand
)
Author
2018-02-20
[1.11.x] Removed blank lines per isort 4.3.0.
Tim Graham
2017-08-22
[1.11.x] Fixed #28502 -- Made stringformat template filter accept tuples.
Claude Paroz
2017-04-03
[1.11.x] Fixed #27974 -- Kept resolved templates constant during one renderin...
kapil garg
2017-03-25
[1.11.x] Fixed #27956 -- Fixed display of errors in an {% extends %} child.
Tim Graham
2017-02-11
[1.11.x] Fixed #27722 -- Reallowed using django.Template in {% include %}.
Tim Graham
2017-01-06
Fixed #24423 -- Reorganized i18n tag tests.
Andy Craze
2016-12-30
Fixed #26478 -- Made {% for %} reject invalid unpacking vars with quotes or v...
Tim Martin
2016-12-30
Used assertRaisesMessage() in {% for %} tests.
Tim Graham
2016-12-20
Fixed #27584 -- Fixed display of render time template errors.
Preston Timmons
2016-12-19
Refs #25484 -- Made non-staticfiles {% static %} tag quote its output.
Tim Graham
2016-12-19
Refs #21221 -- Prevented {% static %} tests from using contrib.staticfiles.
Tim Graham
2016-12-17
Fixed #25484 -- Made {% static %} render escaped URLs.
alix-
2016-12-14
Fixed #27598 -- Allowed specifying directories for a filesystem template loader.
Tim Graham
2016-12-07
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
Tim Graham
2016-11-24
Fixed #27517 -- Fixed charset param in SimpleTemplateResponse.__init__().
Kosei Kitahara
2016-11-22
Refs #27394 -- Removed @expectedFailure from a floatformat test.
Tim Graham
2016-11-15
Fixed #27394 -- Added scientific notation support for big integers in floatfo...
Mariusz Felisiak
2016-11-14
Fixed #27463 -- Fixed E741 flake8 warnings.
Ramin Farajpour Cami
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-09-08
Fixed #27175 -- Deprecated silencing exceptions from the {% include %} templa...
Jon Dufresne
2016-09-03
Fixed #25788 -- Enabled the cached template loader if debug is False.
Tim Graham
2016-09-01
Fixed #5908 -- Added {% resetcycle %} template tag.
Sergei Maertens
2016-08-31
Fixed #27140 -- Prevented template rendering from hiding a property's TypeError.
Tim Graham
2016-08-26
Fixed #27126 -- Made {% regroup %} return a namedtuple to ease unpacking.
Baptiste Mispelon
2016-08-15
Fixed #27058 -- Reallowed the {% for %} tag to unpack any iterable.
Tim Graham
2016-08-09
Fixed #26830 -- Prevented the 'with' templatetag from resetting the cycle var...
Alexander Schrijver
2016-08-09
Refs #26830 -- Added a test for a named cycle template tag inside an ifchange...
Alexander Schrijver
2016-07-21
Fixed #26923 -- Fixed template_tests with numpy < 1.9.0.
Raphaƫl Hertzog
2016-07-09
Fixed numpy deprecation warning silencing in template_tests.
Baptiste Mispelon
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-05-27
Fixed #26573 -- Added descriptive error message for malformed if/else/elif te...
inondle
2016-05-17
Refs #26601 -- Deprecated old-style middleware.
Tim Graham
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-05-11
Refs #24046 -- Fixed a template test when run in reverse.
Tim Graham
2016-05-10
Fixed #24046 -- Deprecated the "escape" half of utils.safestring.
Tim Graham
2016-05-10
Fixed #26603 -- Forced lazy template names to text when computing cache key.
Simon Charette
2016-05-07
Fixed #26402 -- Added relative path support in include/extends template tags.
Vitaly Bogomolov
2016-04-29
Refs #26479 -- Documented is/is not if tag operator behavior for nonexistent ...
Alasdair Nicol
2016-04-29
Added tests for if tag's != operator.
Alasdair Nicol
2016-04-24
Fixed #26536 -- Preserved leading dashes of the cached template loader keys.
Simon Charette
2016-04-09
Fixed #26479 -- Added 'is not' operator to the if tag.
Alasdair Nicol
2016-04-09
Fixed #26403 -- Removed translated content in "Invalid block tag" message.
amureki
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-03-16
Fixed #26306 -- Fixed memory leak in cached template loader.
Alex Hill
2016-02-26
Fixed #26280 -- Fixed cached template loader crash when loading nonexistent t...
Ivan Tsouvarev
2016-02-23
Fixed #25670 -- Allowed dictsort to sort a list of lists.
Andrew Kuchev
2016-02-23
Fixed #26263 -- Deprecated Context.has_key()
Tim Graham
2016-02-15
Fixed #26193 -- Made urlize() trim multiple trailing punctuation.
Jon Dufresne
[next]