diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2010-01-09 19:11:41 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2010-01-09 19:11:41 +0000 |
| commit | 88265d4a731e8b2071853d275f1bdac9465bc1f4 (patch) | |
| tree | 0dd0614f81c4cc99a7247d296ca42d29ed6210d2 /docs/ref/templates | |
| parent | df9adbafb71a4275ec281fb01938ab41f8e208a0 (diff) | |
Fixed #12497 -- Fixed Sphinx errors in docs. Thanks, ramiro
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12129 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/templates')
| -rw-r--r-- | docs/ref/templates/api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/templates/api.txt b/docs/ref/templates/api.txt index 120cab384b..6131b247c1 100644 --- a/docs/ref/templates/api.txt +++ b/docs/ref/templates/api.txt @@ -380,7 +380,7 @@ If :setting:`TEMPLATE_CONTEXT_PROCESSORS` contains this processor, every .. versionchanged:: 1.2 Prior to version 1.2, the ``messages`` variable was a lazy accessor for ``user.get_and_delete_messages()``. It has been changed to include any - messages added via the :ref:`messages framework <ref-contrib-messages`. + messages added via the :ref:`messages framework <ref-contrib-messages>`. django.core.context_processors.debug ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
