Changes between Version 1 and Version 2 of Ticket #29918
- Timestamp:
- Nov 3, 2018, 11:16:22 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29918 – Description
v1 v2 5 5 A new method `get_permission_object()` could be added. This is what django-guardian does. However, in django core it should return `None` by default for backwards compatibility (In django-guardian it falls back to `get_object()`). 6 6 7 I sent a [mail](https://groups.google.com/forum/#!topic/django-developers/5vpc_DExhUw) in which I propose this and some more changes to object permission support. Unfortunately, I did not get a response.7 I sent a mail (https://groups.google.com/forum/#!topic/django-developers/5vpc_DExhUw) in which I propose this and some more changes to object permission support. Unfortunately, I did not get a response. 8 8 9 9 A patch is available at https://github.com/django/django/pull/10600