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
Post a Comment