Opened 16 years ago

Closed 16 years ago

Last modified 12 years ago

#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)

9384.diff (944 bytes ) - added by Thomas Güttler 16 years ago.
9384.2.diff (1.5 KB ) - added by Thomas Güttler 16 years ago.
Found an other typo in a comment.

Download all attachments as: .zip

Change History (7)

comment:1 by Thomas Güttler, 16 years ago

Has patch: set
Triage Stage: UnreviewedReady for checkin

comment:2 by Thomas Güttler, 16 years ago

Cc: hv@… added

by Thomas Güttler, 16 years ago

Attachment: 9384.diff added

by Thomas Güttler, 16 years ago

Attachment: 9384.2.diff added

Found an other typo in a comment.

comment:3 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

(In [9255]) Fixed #9384 -- Fixed a couple of typos. Thanks, Thomas Güttler and romke.

comment:4 by Malcolm Tredinnick, 16 years ago

(In [9259]) [1.0.X] Fixed #9384 -- Fixed a couple of typos. Thanks, Thomas Güttler and romke.

Backport of r9255 from trunk.

comment:5 by Thomas Güttler, 12 years ago

Cc: hv@… removed
Easy pickings: unset
Severity: Normal
Type: Uncategorized
UI/UX: unset
Note: See TracTickets for help on using tickets.
Back to Top