#24083 closed Bug (fixed)
Docs incorrectly refer to form's is_bound() method
| Reported by: | Jamie Norrish | Owned by: | Claude Paroz |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
The docs at https://docs.djangoproject.com/en/dev/topics/forms/#bound-and-unbound-form-instances refer to a "form’s is_bound() method". However, as correctly stated at https://docs.djangoproject.com/en/dev/ref/forms/api/#django.forms.Form.is_bound this is an attribute, not a method.
Change History (3)
comment:1 by , 11 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In e0080cf577166e160987c74e2d8324ddbbee3b6d: