#10817 closed (fixed)
grammar in forms section
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | typo grammar | |
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 ¶
Grammatical inconsistency in the following snippet, found at http://docs.djangoproject.com/en/dev/topics/forms/
Using it, you can:
- Display an HTML form with automatically generated form widgets.
- Checking submitted data against a set of validation rules.
- Redisplaying a form in the case of validation errors.
- Converting submitted form data to the relevant Python data types.
Change History (4)
by , 16 years ago
Attachment: | 10817.diff added |
---|
comment:1 by , 16 years ago
Has patch: | set |
---|---|
Keywords: | typo grammar added |
Triage Stage: | Unreviewed → Ready for checkin |
Version: | 1.0 → SVN |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
(In [10814]) Fixed #10817 -- Corrected some grammar in the forms doc. Thanks nickretallack@….