Author: carljm
Date: 2011-09-16 03:53:15 -0700 (Fri, 16 Sep 2011)
New Revision: 16836
Modified:
django/trunk/docs/topics/auth.txt
Log:
Fixed #16094 -- Added missing colon in custom permissions docs.
Modified: django/trunk/docs/topics/auth.txt
===================================================================
--- django/trunk/docs/topics/auth.txt 2011-09-16 06:30:05 UTC (rev 16835)
+++ django/trunk/docs/topics/auth.txt 2011-09-16 10:53:15 UTC (rev 16836)
@@ -1394,7 +1394,7 @@
value of these permissions when an user is trying to access the functionality
provided by the application (viewing tasks, changing the status of tasks,
closing tasks.) Continuing the above example, the following checks if a user
may
-view tasks:
+view tasks::
user.has_perm('app.view_task')
@@ -1753,4 +1753,4 @@
Django's permission framework has a foundation for object permissions, though
there is no implementation for it in the core. That means that checking for
object permissions will always return ``False`` or an empty list (depending on
-the check performed).
\ No newline at end of file
+the check performed).
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.