1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Merge remote-tracking branch 'django/master' into t3011

This commit is contained in:
Russell Keith-Magee
2012-09-24 07:49:46 +08:00
29 changed files with 167 additions and 113 deletions

View File

@@ -555,7 +555,7 @@ with the :ttag:`url` template tag:
If ``{% url 'polls.views.detail' poll.id %}`` (with quotes) doesn't work,
but ``{% url polls.views.detail poll.id %}`` (without quotes) does, that
means you're using a version of Django 1.4. In this case, add the
means you're using a version of Django < 1.5. In this case, add the
following declaration at the top of your template:
.. code-block:: html+django