Changes between Initial Version and Version 1 of Ticket #29918
- Timestamp:
- Nov 3, 2018, 11:15:31 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29918 – Description
initial v1 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. 8 7 9 A patch is available at https://github.com/django/django/pull/10600