#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 |
Pull Requests: | How to create a pull request | ||
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
Change History (7)
comment:1 by , 16 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 16 years ago
Cc: | added |
---|
by , 16 years ago
by , 16 years ago
Attachment: | 9384.2.diff added |
---|
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 16 years ago
comment:5 by , 13 years ago
Cc: | 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.