#3303: [patch] Cleaning the newforms fields `clean` methods
-----------------------------+----------------------------------------------
Reporter: SmileyChris | Owner: adrian
Type: defect | Status: new
Priority: normal | Milestone:
Component: django.newforms | Version:
Severity: normal | Keywords:
-----------------------------+----------------------------------------------
Small patch to clean up some inconsistencies with the `clean` methods of
fields in newforms.
(an outstanding inconsistency that I did not address in this patch is that
sometimes `super(fieldname, self).clean` is used, other times
`Field.clean` is used)
--
Ticket URL: <http://code.djangoproject.com/ticket/3303>
Django <http://code.djangoproject.org/>
The web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django
updates" 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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---