[patch] custom edit_inline classes aren't used
Long ago in the new-admin branch, rjwittams (I think) added the capability to specify a class as the edit_inline argument. This was supposed to be a subclass (or at least implement the same interface as) BoundRelatedObject
. In Django's trunk only StackedBoundRelatedObject
and TabularBoundRelatedObject
are possible though. The attatched patch fixes that. I know edit_inline as it exists now is supposed to be destined for death, and AFAIK this particular feature is more or less undocumented, but it would be useful to have around for now.
patch against [3545]