Brantley Harris wrote: > Maybe it's a philosophic question, but I see it best > defined in the "model" space because then it provides a modular > process for views to leverage.
Manipulators can (and do) serve not only as model savers. They can authorize, register, send mail etc. Manipulator is just a very good pattern for dealing with form POSTs. I think that manipulators that save models should still look like other manipulators and this logic is best suitable to live in a view. If we relay an entire model manipulation into the model itself then we'll get two kinds of manipulators: those living in views and those living in models. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@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-developers -~----------~----~----~----~------~----~------~--~---