diff options
| author | Brian Rosner <brosner@gmail.com> | 2009-10-30 08:49:56 +0000 |
|---|---|---|
| committer | Brian Rosner <brosner@gmail.com> | 2009-10-30 08:49:56 +0000 |
| commit | a429943467b2125d29e672150002d3d6cfd7a751 (patch) | |
| tree | f1af53d2045afbb5c4920970721696239878e41c /docs/ref | |
| parent | d45096437b55697348a9da8bf859eddfddbf3c68 (diff) | |
[1.1.X] Fixed #12115 -- Corrected typo in admin documentation. Thanks encinas.
Backport of [11686] from trunk
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11687 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index c1e05eda1d..bd201b2312 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -770,7 +770,7 @@ documented in :ref:`topics-http-urls`:: However, the ``self.my_view`` function registered above suffers from two problems: - * It will *not* perform and permission checks, so it will be accessible to + * It will *not* perform any permission checks, so it will be accessible to the general public. * It will *not* provide any header details to prevent caching. This means if the page retrieves data from the database, and caching middleware is |
