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
/
test_for.py
Age
Commit message (
Expand
)
Author
2017-10-05
Added tests for invalid {% for %} usage and ForLoop.__repr__().
Mads Jensen
2017-04-06
Fixed #28001 -- Updated comment and tested context popping in ForNode.render().
kapil garg
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-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-08-15
Fixed #27058 -- Reallowed the {% for %} tag to unpack any iterable.
Tim Graham
2015-11-17
Removed obsolete comments about Django 1.10 in two test files.
Tim Graham
2015-09-23
Refs #13408 -- Made unpacking mismatch an exception in {% for %} tag per depr...
Tim Graham
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-05-21
Fixed #17085, #24783 -- Refactored template library registration.
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
Fixed #23958 -- Rewrote filter tests as unit tests.
Preston Timmons
2014-12-03
Converted recently refactored templates tests to SimpleTestCase.
Ramiro Morales
2014-12-02
Fixed #23768 -- Rewrote template tests as unit tests.
Preston Timmons