Changes between Version 2 and Version 3 of Ticket #29918


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29918 – Description

    v2 v3  
    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
    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.
     7I sent a mail (https://groups.google.com/forum/#!topic/django-developers/5vpc_DExhUw) in which I proposed this and some more changes to object permission support. Unfortunately, I did not get a response.
    88
    99A patch is available at https://github.com/django/django/pull/10600
Back to Top