#11561: raw_id_fields requires that the user has change permissions on the model
class that is being linked to
------------------------------------------------+---------------------------
               Reporter:  dhowden@…             |         Owner:  nobody        
           
                 Status:  new                   |     Milestone:  2.0           
           
              Component:  django.contrib.admin  |       Version:  1.0           
           
             Resolution:                        |      Keywords:  raw_if_fields 
permissions
           Triage Stage:  Accepted              |     Has patch:  0             
           
    Needs documentation:  0                     |   Needs tests:  0             
           
Patch needs improvement:  0                     |  
------------------------------------------------+---------------------------
Changes (by julien):

  * milestone:  => 2.0


Comment:

 #15185 is another use case where the `has_change_permission` gets in the
 way of displaying the change list. I'm getting more and more incline to
 introduce a new "list" (or "read", or "view", or "browse") standard
 permission so you can display the "change" list without having change
 permissions. A bit like the difference that exist between "r" and "w" in
 the Unix file system. Now that might be something for version 2.0 as I
 imagine this would be seriously backwards incompatible.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/11561#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