#9414: Documentation on has_perm and the permission_required decorator is
confusing
------------------------------------+---------------------------------------
          Reporter:  wallenfe       |         Owner:  jacob
            Status:  reopened       |     Milestone:  1.1  
         Component:  Documentation  |       Version:  1.0  
        Resolution:                 |      Keywords:       
             Stage:  Accepted       |     Has_patch:  0    
        Needs_docs:  0              |   Needs_tests:  0    
Needs_better_patch:  0              |  
------------------------------------+---------------------------------------
Changes (by anonymous):

  * status:  closed => reopened
  * resolution:  fixed =>

Comment:

 The documentation is still wrong:
 
http://docs.djangoproject.com/en/dev/topics/auth/#django.contrib.auth.models.User.has_perm

 It says `"<application name>.<lowercased model name>"` repeatedly (at
 least twice) in the documentation, when in fact it should be
 `"<application name>.<lowercased permission codename>"`

-- 
Ticket URL: <http://code.djangoproject.com/ticket/9414#comment:4>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
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