Opened 11 years ago

Closed 11 years ago

#22081 closed Uncategorized (invalid)

Form Validation -- Cleaning specifiv field

Reported by: torsten_rudolf@… Owned by: nobody
Component: Documentation Version: 1.6
Severity: Normal Keywords: Documentation form
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Method for cleaning a specific field attribute should return only value of that field and not the entire cleaned_data dictionary.

https://docs.djangoproject.com/en/1.6/ref/forms/validation/#cleaning-a-specific-field-attribute

Change History (3)

comment:1 by Daniele Procida, 11 years ago

Can you be a bit clearer about what you think the problem is please? What do you think is happening, or being described, that is not correct?

comment:2 by anonymous, 11 years ago

Sorry guys. I was wrong...was confused by the variable naming

data = self.cleaned_data['recipients']

please close this

comment:3 by Tim Graham, 11 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top