Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#25268 closed Cleanup/optimization (fixed)

Documentation small error on Forms - Subclassing forms.

Reported by: Alejandro Veintimilla Owned by: nobody
Component: Documentation Version: 1.8
Severity: Normal Keywords: Documentation, Forms Api
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Where it writes, near the end of the document, under Subclassing forms:

"It’s possible to declaratively remove a Field inherited from a parent class by setting the name to be None on the subclass."

it should write:

"It’s possible to declaratively remove a Field inherited from a parent class by setting the value to be None on the subclass."

Change History (3)

comment:1 by Tim Graham, 9 years ago

Is "name of the field" more clear? I think that's the intention of the sentence.

comment:2 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: newclosed

In 5b5a279:

Fixed #25268 -- Tweaked wording in docs/ref/forms/api.txt

comment:3 by Tim Graham <timograham@…>, 9 years ago

In d2dfe3ae:

[1.8.x] Fixed #25268 -- Tweaked wording in docs/ref/forms/api.txt

Backport of 5b5a27942b2fa113df4d6eb3d77a33c85f58634f from master

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