#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."
Note:
See TracTickets
for help on using tickets.
Is "name of the field" more clear? I think that's the intention of the sentence.