#20151: get_deleted_objects does not check permissions on proxy model objects
without ModelAdmin
-------------------------+-------------------------------------------------
     Reporter:           |      Owner:  nobody
  anonymous              |     Status:  new
         Type:  Bug      |    Version:  1.5
    Component:           |   Keywords:  ModelAdmin; get_deleted_objects;
  contrib.admin          |  proxy
     Severity:  Normal   |  Has patch:  0
 Triage Stage:           |      UI/UX:  0
  Unreviewed             |
Easy pickings:  0        |
-------------------------+-------------------------------------------------
 When deleting an object through django admin interface, only related
 objects with Admin pages are checked for delete permissions.  The
 following objects are NOT checked for delete permissions:

 * proxy models with no ModelAdmin (even if the concrete model as an admin
 page)
 * models with InlineAdmin

-- 
Ticket URL: <https://code.djangoproject.com/ticket/20151>
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].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to