#9384 closed Uncategorized (fixed)
en/dev/ref/forms/validation 2 typos
Reported by: | Roman Barczyński | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.0 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
http://docs.djangoproject.com/en/dev/ref/forms/validation/ has 2 typo errors:
...This attribute is an instance of a django.form.utils.ErrorDict class. Essentially, though, it’s just a dictionary. There is a key in the dictionary for each field in the form that has an error. Each value in the dictionary is a django.form.utils.ErrorList instance...
in both cases it should be forms.util instead of form.utils
Attachments (2)
Change History (7)
comment:1 Changed 10 years ago by
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:2 Changed 10 years ago by
Cc: | hv@… added |
---|
Changed 10 years ago by
Changed 10 years ago by
Attachment: | 9384.2.diff added |
---|
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 10 years ago by
comment:5 Changed 7 years ago by
Cc: | hv@… removed |
---|---|
Easy pickings: | unset |
Severity: | → Normal |
Type: | → Uncategorized |
UI/UX: | unset |
Note: See
TracTickets for help on using
tickets.
Found an other typo in a comment.