Opened 18 years ago
Closed 18 years ago
#5205 closed (invalid)
Should be clean_data not cleaned_data
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | clean_data | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The newforms documentation refers to the attribute "cleaned_data" a couple of times. I'm using a recent cut of Django, and the attribute is really "clean_data".
Cheers!
Note:
See TracTickets
for help on using tickets.
No, this was changed to prevent a name clash. Please use the appropriate documentation version for your Django (i.e. if you're using 0.96, use the 0.96 docs and not the SVN docs).