en/dev/ref/forms/validation 2 typos
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)
Has patch: |
set
|
Triage Stage: |
Unreviewed → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Cc: |
hv@… removed
|
Easy pickings: |
unset
|
Severity: |
→ Normal
|
Type: |
→ Uncategorized
|
UI/UX: |
unset
|
Found an other typo in a comment.