1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/tests
Christopher Medrela 636c45fc58 Fixed #19890 -- ifchanged templatetag rendered its content twice
The content of ifchanged template tag was rendered twice: first time, to
compare it with the previous value and the second time, to return the
rendered output.
2013-02-24 16:49:28 +01:00
..
modeltests Merge pull request #717 from slurms/ticket_19746 2013-02-24 06:31:14 -08:00
regressiontests Fixed #19890 -- ifchanged templatetag rendered its content twice 2013-02-24 16:49:28 +01:00
templates
.coveragerc
runtests.py Fixed a few ResourceWarnings. 2013-02-24 13:11:19 +01:00
test_sqlite.py
urls.py