Changes between Initial Version and Version 1 of Ticket #29918


Ignore:
Timestamp:
Nov 3, 2018, 11:15:31 AM (5 years ago)
Author:
Tobias Bengfort
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29918 – Description

    initial v1  
    55A 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()`).
    66
     7I 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
    79A patch is available at https://github.com/django/django/pull/10600
Back to Top