Michael Radziej <[EMAIL PROTECTED]> writes: > If only the Manipulator would use its follow attribute to decide > which fields need to be validated.
This way you would get only partial validation that would break stuff like ValidateIfOtherFieldEquals. > Or the if the generic view and manipulators provided a way for a > clean prepopulate. This is exactly what I have in mind. I also thought about adding another parameter to generic views that would let you pass a function to change the contents of new_data right after POST.copy(), but before validation. Say, update_new_data. > Also, I feel I don't have a deeper understanding of the structure > and interactions between generic views, manipulators, and form > fields--yet ;-) Same here, but hey, this is how I learn about this stuff -- I'm sharing my ideas hoping that someone will let me know if I'm about to do something stupid :) -mk --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---