Django.In admin get values from inline -


i have model "test1" , other model "test2" fk on first one. , register them in admin "test1admin" , tabular inline "test2inline". wanna access in test1admin values of fields inlines. can't values in "test1" model because instances of "test2" wasn't created yet. can't figure out how can this?


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -