diff options
| author | Julien Phalip <jphalip@gmail.com> | 2011-10-03 08:06:01 +0000 |
|---|---|---|
| committer | Julien Phalip <jphalip@gmail.com> | 2011-10-03 08:06:01 +0000 |
| commit | c2b9f6496e59c9268fb265ea80df8c8d7ec88034 (patch) | |
| tree | 94e8c615e5ee9294ca5f5acc1aebcb0935b11bd2 /docs/ref/templates/api.txt | |
| parent | 0d9b6a5bc43c06716212bd3f847460ce985381aa (diff) | |
Added some sphinx cross-reference links to the built-in template tags and filters in multiple areas of the documentation. Also fixed a few minor inconsistencies and did a little PEP8 cleanup while I was at it.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16922 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/templates/api.txt')
| -rw-r--r-- | docs/ref/templates/api.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ref/templates/api.txt b/docs/ref/templates/api.txt index 2cea3eb7da..8aff949ecf 100644 --- a/docs/ref/templates/api.txt +++ b/docs/ref/templates/api.txt @@ -493,8 +493,9 @@ django.core.context_processors.csrf .. versionadded:: 1.2 -This processor adds a token that is needed by the ``csrf_token`` template tag -for protection against :doc:`Cross Site Request Forgeries </ref/contrib/csrf>`. +This processor adds a token that is needed by the :ttag:`csrf_token` template +tag for protection against :doc:`Cross Site Request Forgeries +</ref/contrib/csrf>`. django.core.context_processors.request ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
