Opened 11 years ago
Closed 11 years ago
#21904 closed Uncategorized (duplicate)
Form clean() method should return cleaned_data in examples
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
There is missing return statement:
return cleaned_data
in examples on "Form and field validation" documentation page.
This issue is seen for development version, but is ok for 1.6
Note:
See TracTickets
for help on using tickets.
Hi,
See my comment in https://code.djangoproject.com/ticket/21894#comment:1
Thanks.