#25268 closed Cleanup/optimization (fixed)
Documentation small error on Forms - Subclassing forms.
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.