It would seem highly useful to me if the update_object and
create_opject generic views could also take an additional keyword
argument for the manipulator class to use.
I end up making a lot of custom manipulators for my different forms,
but I must make a custom view to handle this. It seems like almost
every case I could just use the generic views for this, if I could feed
in my own manipulator class.
Do other people find this situation common? Or have I entered into some
strange style of development that is not usual? I would happily submit
the patch for this if it is the type of thing that would get reviewed.
I share your opinion; perhaps I'll write a wiki entry about this style. See
http://code.djangoproject.com/ticket/1563
There's also a patch (for magic-removal). You can also simply copy the
generic views into your project, if you don't want to patch django.
Michael