#30028: Uneditable object still editable through change_list if list_editable 
not
empty
-------------------------------+--------------------------------------
     Reporter:  ksl            |                    Owner:  nobody
         Type:  Bug            |                   Status:  closed
    Component:  contrib.admin  |                  Version:  2.1
     Severity:  Normal         |               Resolution:  worksforme
     Keywords:  changelist     |             Triage Stage:  Unreviewed
    Has patch:  0              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  0              |                    UI/UX:  0
-------------------------------+--------------------------------------
Changes (by Carlton Gibson):

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


Comment:

 I can't reproduce this.

 * For a superuser `list_editable` is working as expected.
 * For a user with view-only permissions on the admin, `list_editable`
 fields are **not** presented as form widgets. (As expected.)
    * Any POST data submitted is not processed.
 * Same adding `has_change_permission()` to always return `False`
   * For superuser and view-only user, fields are not presented as
 editable.

 I'm going to close as-is. If you can provide an example project
 reproducing this (perhaps with a frozen requirements files so we can see
 the exact Django version) I'm happy to look again.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/30028#comment:1>
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/061.af8d72e27381df1ece7a138896f11d4d%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to