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

Passing parameter from model admin into Inline

Open shrutisrivastava86 opened this issue 7 years ago • 0 comments
trafficstars

I have a dropdown field in my model - TopLevelAdmin I want to pass the value selected to the Inline - LevelOneInline Based on value selected in TopLevelAdmin's form I want to store the value on LevelOneInline's formset How do I pass that parameter from model admin to the inline

shrutisrivastava86 avatar Apr 11 '18 12:04 shrutisrivastava86