*Problem description*
I've used PAGE_CONNECTED_MODELS settings and faced with a problem that
connected model's fields are alway blank, even if connected model exists.
*patch description*
I made some patch, don't know how nice it is, but it fixes this problem
for me.
Also, I've moved saving connected models to save_model method, rather than
get_form. As I think, it is better place for it.
BTW, I think, that it's better to use models formset in this situation,
I'll make that patch soon too :)
Original issue reported on code.google.com by summer.is.gone on 30 Jul 2009 at 10:00
Original issue reported on code.google.com by
summer.is.gone
on 30 Jul 2009 at 10:00Attachments: