The ticket is http://code.djangoproject.com/ticket/4667
* InlineFormset.rel_name is not really applicable in this case,
what would be best to use as a prefix (the value in the patch - 'aaa'
is far from ideal ;) )
* I moved some of the functionality to FormSet (add_fk), to allow
for custom binding between objects and use string
"content_type_field:object_id_field" as the foreign key name to pass
that information. I feel that its not the most elegant solution, could
anybody help me out here with some ideas? thanks
After I work these questions out, I will clean up the patch.
btw. Great work, Joseph Kocherhans, your implementation of edit_inline
really made this easy for me, thanks.
--
Honza Král
E-Mail: Honza...@gmail.com
ICQ#: 107471613
Phone: +420 606 678585
-Weston