Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#14205 closed (fixed)

Tiny grammar fix in form validation documentation

Reported by: zendak Owned by: nobody
Component: Documentation Version: dev
Severity: 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/#using-validators

These can passed to a field's constructor should probably be These can be passed to a field's constructor

Attachments (1)

14205.diff (611 bytes ) - added by zendak 14 years ago.

Download all attachments as: .zip

Change History (4)

by zendak, 14 years ago

Attachment: 14205.diff added

comment:1 by Tim Graham, 14 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Luke Plant, 14 years ago

Resolution: fixed
Status: newclosed

(In [13687]) Fixed #14205 - Tiny grammar fix in form validation documentation

Thanks to zendak for report and patch.

comment:3 by Luke Plant, 14 years ago

(In [13689]) [1.2.X] Fixed #14205 - Tiny grammar fix in form validation documentation

Thanks to zendak for report and patch.

Backport of [13687] from trunk.

Note: See TracTickets for help on using tickets.
Back to Top