#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)
Change History (4)
by , 14 years ago
Attachment: | 14205.diff added |
---|
comment:1 by , 14 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 14 years ago
Note:
See TracTickets
for help on using tickets.
(In [13687]) Fixed #14205 - Tiny grammar fix in form validation documentation
Thanks to zendak for report and patch.