Author: brosner
Date: 2009-10-30 03:48:48 -0500 (Fri, 30 Oct 2009)
New Revision: 11686

Modified:
   django/trunk/docs/ref/contrib/admin/index.txt
Log:
Fixed #12115 -- Corrected typo in admin documentation. Thanks encinas.

Modified: django/trunk/docs/ref/contrib/admin/index.txt
===================================================================
--- django/trunk/docs/ref/contrib/admin/index.txt       2009-10-30 08:24:45 UTC 
(rev 11685)
+++ django/trunk/docs/ref/contrib/admin/index.txt       2009-10-30 08:48:48 UTC 
(rev 11686)
@@ -770,7 +770,7 @@
 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


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to