#32836: User needs both change and view permissions for autocomplete to work, 
not
one or the other.
-------------------------------------+-------------------------------------
               Reporter:  Nat S      |          Owner:  nobody
  Dunn                               |
                   Type:  Bug        |         Status:  new
              Component:             |        Version:  3.2
  Documentation                      |
               Severity:  Normal     |       Keywords:  autocomplete_fields
           Triage Stage:             |      Has patch:  0
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  1
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 The documentation at
 
https://docs.djangoproject.com/en/3.2/ref/contrib/admin/#django.contrib.admin.ModelAdmin.autocomplete_fields
 currently reads:

 To avoid unauthorized data disclosure, users must have the view **or**
 change permission to the related object in order to use autocomplete.

 I think that should be:

 To avoid unauthorized data disclosure, users must have the view **and**
 change permission to the related object in order to use autocomplete.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/32836>
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/051.d036613de4d647f5d867d68bad90245d%40djangoproject.com.

Reply via email to