django/docs/ref
Chris Beaven c57ba67331 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.
2012-06-19 10:49:33 +12:00
..
class-based-views Fixed #18451 -- Vastly improved class based view documentation. 2012-06-11 10:40:23 +02:00
contrib Fixed #18444 -- Replace hard coded "View on Site" URLs 2012-06-18 18:12:29 +02:00
files Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
forms Fixed #18445 -- Added a links in the docs. 2012-06-07 22:11:24 +02:00
models Removed references to changes made in 1.2. 2012-06-07 15:02:35 +02:00
templates Fixed #14502 again -- saner verbatim closing token 2012-06-19 10:49:33 +12:00
authbackends.txt
clickjacking.txt
databases.txt Removed references to changes made in 1.2. 2012-06-07 15:02:35 +02:00
django-admin.txt fix bad locale names 2012-06-07 17:24:48 +02:00
exceptions.txt
index.txt Fixed #18451 -- Vastly improved class based view documentation. 2012-06-11 10:40:23 +02:00
middleware.txt Removed references to changes made in 1.2. 2012-06-07 15:02:35 +02:00
request-response.txt
settings.txt Removed references to changes made in 1.2. 2012-06-07 15:02:35 +02:00
signals.txt Removed references to changes made in 1.2. 2012-06-07 15:02:35 +02:00
template-response.txt
unicode.txt Fixed #18363 -- Added Python 3 compatibility layer. 2012-06-07 18:36:53 +02:00
utils.txt Fixed the syntax used for the Python repl examples in docs and docstrings. 2012-05-05 09:54:30 -05:00
validators.txt Removed references to changes made in 1.2. 2012-06-07 15:02:35 +02:00