django-nested-inline icon indicating copy to clipboard operation
django-nested-inline copied to clipboard

Added a root_obj field to the NestedInline class

Open ralkan opened this issue 8 years ago • 1 comments
trafficstars

With this PR you should be able to get the root object (eg. for updating the queryset of deeply nested models based on the root object's pk or other field)

ralkan avatar Oct 13 '17 14:10 ralkan

Hey!

Could this PR be reviewed and merged please? Because I really need this for another project. I had solved the issue in a hacky way but I'd really appreciate if this PR could be merged so I can update my code.

https://github.com/ralkan/django-rulengine/pull/3/files

Thanks! :)

ralkan avatar Mar 28 '18 10:03 ralkan