Commit 8812060d authored by Brian Rosner's avatar Brian Rosner
Browse files

Fixed #12115 -- Corrected typo in admin documentation. Thanks encinas.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11686 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 120ea2a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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