Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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 Claude Paroz, 10 years ago

Owner: changed from nobody to Claude Paroz
Status: newassigned
Triage Stage: UnreviewedAccepted

comment:2 by Claude Paroz <claude@…>, 10 years ago

Resolution: fixed
Status: assignedclosed

In e0080cf577166e160987c74e2d8324ddbbee3b6d:

Fixed #24083 -- Corrected is_bound nature in forms topic docs

Thanks ajenhl Trac user for the report.

comment:3 by Claude Paroz <claude@…>, 10 years ago

In 5e18f6f724dda3f6462c92f825b31b2e423f4e7c:

[1.7.x] Fixed #24083 -- Corrected is_bound nature in forms topic docs

Thanks ajenhl Trac user for the report.
Backport of e0080cf57 from master.

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