django/tests
Diederik van der Boor 8503120c10 Fixed #15849 -- Made IfChanged node thread safe.
Previously, the ifchanged node stored state on `self._last_seen`,
thereby giving undesired results when the node is reused by another
thread at the same time (e.g. globally caching a Template object).

Thanks to akaihola for the report and Diederik van der Boor and
Bas Peschier for the patch.
2013-02-24 16:06:55 +01:00
..
modeltests Merge pull request #717 from slurms/ticket_19746 2013-02-24 06:31:14 -08:00
regressiontests Fixed #15849 -- Made IfChanged node thread safe. 2013-02-24 16:06:55 +01:00
templates
.coveragerc
runtests.py Fixed a few ResourceWarnings. 2013-02-24 13:11:19 +01:00
test_sqlite.py
urls.py