serbaut wrote:
Respect! Dont have time to wait though... :D

Can you please consider passing the cleaned value to the
(undocumented?) clean_%s method in Form.full_clean()?

-                    value = getattr(self, 'clean_%s' % name)()
+                    value = getattr(self, 'clean_%s' % name)(value)

Perhaps you could read:

http://code.djangoproject.com/browser/django/trunk/tests/regressiontests/forms/tests.py

It will make stuff a lot clearer for you. Check especially the custom validator code.

 - bram

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to