Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 8503120c1024ad7ec2151196a743d6daec21334b
      
https://github.com/django/django/commit/8503120c1024ad7ec2151196a743d6daec21334b
  Author: Diederik van der Boor <vdb...@edoburu.nl>
  Date:   2013-02-24 (Sun, 24 Feb 2013)

  Changed paths:
    M django/template/defaulttags.py
    M tests/regressiontests/templates/tests.py

  Log Message:
  -----------
  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.



-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to