We looked in vain for an 'easy' way to do this using old forms, newforms,
generic views etc etc, but eventually started writing our own views to do this.
Sure I could probably start trying to grok the inner horrors of update_object
and minulators etc etc, but that seems really overkill for such a simple
requirement.
I expected to be able to pass in a list of fields that were to be left alone or
something as easy. Is there no easy way to do these simple extensions; if not
what's the 'right' way to do this in the various contexts?
--
Robin Becker