Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: ffa6d95f65363b7f4f9047ab11561880be29049a
      
https://github.com/django/django/commit/ffa6d95f65363b7f4f9047ab11561880be29049a
  Author: Gabe Jackson <[email protected]>
  Date:   2012-06-18 (Mon, 18 Jun 2012)

  Changed paths:
    M docs/topics/files.txt

  Log Message:
  -----------
  Fixed #18154 -- Documentation on closing File objects and best practices


  Commit: c57ba673312cb5774d544353044e2182b6223040
      
https://github.com/django/django/commit/c57ba673312cb5774d544353044e2182b6223040
  Author: Chris Beaven <[email protected]>
  Date:   2012-06-18 (Mon, 18 Jun 2012)

  Changed paths:
    M django/template/base.py
    M django/template/defaulttags.py
    M docs/ref/templates/builtins.txt
    M tests/regressiontests/templates/tests.py

  Log Message:
  -----------
  Fixed #14502 again -- saner verbatim closing token

Previously, the closing token for the verbatim tag was specified as the
first argument of the opening token. As pointed out by Jannis, this is
a rather major departure from the core tag standard.

The new method reflects how you can give a specific closing name to
{% block %} tags.


Compare: https://github.com/django/django/compare/aee9eecb920c...c57ba673312c

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to