Hiya, We've got a couple of "large models" (large as in they have lots of fields), which are closely related (reference each other through Foreign Keys) and are edited "inline" through a single very large form. This is currently achieved by using the 'follow' keyword argument passed to an AutoManipulator (we're running 0.91). eg:
users.AddManipulator(follow = { 'contact_details' : True, 'site_preferences' : True, 'user_info' : True}) We're trying to migrate to magic-removal and this is the last big thing we have to update. MR doesn't support 'follow' anymore and as there are such a large number of fields we don't want to duplicate all the field/validation info in a very large manipulator. I understand this is being worked on as I write! Just wondering what solutions to this kind of problem people may be using until the validation-aware models (or the like) are sorted. =) Thanks very much! foot --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---