#28156: User.has_perm always returns False for a custom permission inherited 
from
group
------------------------------+--------------------------------------
     Reporter:  Vasili Korol  |                    Owner:  nobody
         Type:  Bug           |                   Status:  closed
    Component:  contrib.auth  |                  Version:  1.8
     Severity:  Normal        |               Resolution:  invalid
     Keywords:  permissions   |             Triage Stage:  Unreviewed
    Has patch:  0             |      Needs documentation:  0
  Needs tests:  0             |  Patch needs improvement:  0
Easy pickings:  0             |                    UI/UX:  0
------------------------------+--------------------------------------
Changes (by Tim Graham):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 You put the permission's name first in the tuple rather than the codename.
 It should be: `permissions = ( ("run_task_locally", "Can run tasks on the
 local server"), )`

--
Ticket URL: <https://code.djangoproject.com/ticket/28156#comment:2>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.35c28f9eeac3fee2539aff8fe5365ca8%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to