I've got a question please. I built an edit page for a model using the autogenerated ChangeManipulator, and that worked great but now I need to add some more fields to the model (including CharFields and a ManyToManyField) and I don't want to put the new fields on this edit page. Is there a way to specify a _subset_ of the fields in a model for the ChangeManipulator to operate on? It's not enough to just omit them from my template, because that makes the manipulator erase the omitted fields. And I could just make my own big custom manipulator of course, but I'd rather not re-code all the logic that goes into the ChangeManipulator because I probably wouldn't duplicate it exactly... I'm hoping for something a little more DRY.
This feels like the sort of thing that I'm probably not the first one to encounter... is there a recommended recipe for dealing with it? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---