Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 636c45fc58bcc19d7669a739ccd05ff475381f48
      
https://github.com/django/django/commit/636c45fc58bcc19d7669a739ccd05ff475381f48
  Author: Christopher Medrela <[email protected]>
  Date:   2013-02-24 (Sun, 24 Feb 2013)

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

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


  Commit: e369dc28075b4331c125494fe7bd73855d73a0ce
      
https://github.com/django/django/commit/e369dc28075b4331c125494fe7bd73855d73a0ce
  Author: Preston Holmes <[email protected]>
  Date:   2013-02-24 (Sun, 24 Feb 2013)

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

  Log Message:
  -----------
  Merge pull request #832 from chrismedrela/ticket19890

Fixed #19890 -- ifchanged templatetag rendered its content twice


Compare: https://github.com/django/django/compare/d54625964789...e369dc28075b

-- 
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 [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to