Changes between Initial Version and Version 1 of Ticket #30050


Ignore:
Timestamp:
Dec 20, 2018, 10:58:38 AM (5 years ago)
Author:
Andrea Angelini
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30050 – Description

    initial v1  
    88
    99Before this commit, `obj` was `None` both of the times, now it's `None` the first time, an empty instance of `ParentModel` the second time, and `None` the third time.
     10
     11Line 1962 should be something like:
     12
     13permission_obj = obj if change else None
     14if not inline.has_change_permission(request, permission_obj):
Back to Top