1
0
mirror of https://github.com/django/django.git synced 2025-07-05 02:09:13 +00:00

[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
This commit is contained in:
Brian Rosner 2009-10-30 08:49:56 +00:00
parent d45096437b
commit a429943467

View File

@ -770,7 +770,7 @@ documented in :ref:`topics-http-urls`::
However, the ``self.my_view`` function registered above suffers from two However, the ``self.my_view`` function registered above suffers from two
problems: 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. the general public.
* It will *not* provide any header details to prevent caching. This means if * It will *not* provide any header details to prevent caching. This means if
the page retrieves data from the database, and caching middleware is the page retrieves data from the database, and caching middleware is