Changes between Initial Version and Version 1 of Ticket #30050
- Timestamp:
- Dec 20, 2018, 10:58:38 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30050 – Description
initial v1 8 8 9 9 Before 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 11 Line 1962 should be something like: 12 13 permission_obj = obj if change else None 14 if not inline.has_change_permission(request, permission_obj):