Opened 10 years ago
Closed 10 years ago
#22796 closed Cleanup/optimization (fixed)
"Working with forms" docs need improving
Reported by: | Daniele Procida | Owned by: | Daniele Procida |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description
Our main "introduction to forms" documentation is https://docs.djangoproject.com/en/dev/topics/forms/
It lacks sufficient basic explanation of web form handling in general to be useful to someone who is tackling this for the first time.
It also contains some sections that mention, but offer no explanation of, matters that don't need to be in an introductory document.
It also interrupts its own basic explanations with unnecessary reference to much more advanced concepts.
Change History (5)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:3 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 10 years ago
Patch needs improvement: | set |
---|---|
Triage Stage: | Ready for checkin → Accepted |
Some more comments have been left on the PR.
comment:5 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Patch in https://github.com/django/django/pull/2776.