#12901: Forms _get_validations_exclusions is still not backwards compatible
-------------------------+--------------------------------------------------
Reporter: SmileyChris | Owner: nobody
Status: new | Milestone: 1.2
Component: Forms | Version: 1.1
Keywords: | Stage: Unreviewed
Has_patch: 1 |
-------------------------+--------------------------------------------------
In my user registration form, I have a field named `password`, but the
modelform's Meta has `fields = ('first_name', 'last_name', 'email')`.
Submitting the form causes a "This field cannot be blank." validation
error for the password field.
The current logic doesn't actually refer to those fields, but to the
fields dictionary (which will also contain any user-generated fields).
--
Ticket URL: <http://code.djangoproject.com/ticket/12901>
Django <http://code.djangoproject.com/>
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.