1
0
mirror of https://github.com/django/django.git synced 2025-03-31 11:37:06 +00:00
django/tests/regressiontests
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
..
2013-02-24 12:38:28 +01:00
2013-02-23 19:01:38 +01:00
2013-02-23 23:05:22 +01:00
2013-02-23 23:20:00 +01:00