Re: Does the bulk delete check the permissions correctly?

2015-10-30 Thread Tim Graham
I think there are a number of open tickets related to this. See https://code.djangoproject.com/ticket/23869 and the first comment that links to related issues. Feel free to offer a patch if you are able. On Friday, October 30, 2015 at 3:04:21 PM UTC-4, Szymon Pyżalski wrote: > > Hello! > >

Does the bulk delete check the permissions correctly?

2015-10-30 Thread Szymon Pyzalski
Hello! According to the documentation, the behaviour of has_delete_permission should look like this: If obj is None, should return True or False to indicate whether deleting objects of this type is permitted in general (e.g., False will be interpreted as meaning that the current user is not