On Jan 30, 9:36 am, "noahz" <[EMAIL PROTECTED]> wrote: > I ran into the same issue recently, and I got to thinking... Are > validators going to go away when manipulators do?
I believe they are going away, in favor of creating custom subclasses of Field and using its clean() method to validate. > It seems that the answer is yes, validators are no longer favored, and > that validation-aware models is the ideal solution. But there is > little documentation that I can find on progress in this area. Is this > not an API changing issue that should be targetted for 1.0? There is little documentation because the newforms system and validation-aware models are not fully implemented yet and are a work in progress. You can find some documentation about newforms here: http://code.djangoproject.com/wiki/NewForms Both of these are targeted to be complete and API-stable before 1.0. See also: http://code.djangoproject.com/wiki/VersionOneFeatures --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
