Author: carljm
Date: 2011-09-16 03:57:53 -0700 (Fri, 16 Sep 2011)
New Revision: 16837

Modified:
   django/branches/releases/1.3.X/docs/topics/auth.txt
Log:
[1.3.X] Fixed #16094 -- Added missing colon in custom permissions docs.

Backport of r16836 from trunk.

Modified: django/branches/releases/1.3.X/docs/topics/auth.txt
===================================================================
--- django/branches/releases/1.3.X/docs/topics/auth.txt 2011-09-16 10:53:15 UTC 
(rev 16836)
+++ django/branches/releases/1.3.X/docs/topics/auth.txt 2011-09-16 10:57:53 UTC 
(rev 16837)
@@ -1261,7 +1261,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')
 

-- 
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