"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."
--
Ticket URL: <https://code.djangoproject.com/ticket/25268>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
Is "name of the field" more clear? I think that's the intention of the
sentence.
--
Ticket URL: <https://code.djangoproject.com/ticket/25268#comment:1>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"5b5a27942b2fa113df4d6eb3d77a33c85f58634f" 5b5a279]:
{{{
#!CommitTicketReference repository=""
revision="5b5a27942b2fa113df4d6eb3d77a33c85f58634f"
Fixed #25268 -- Tweaked wording in docs/ref/forms/api.txt
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25268#comment:2>
Comment (by Tim Graham <timograham@…>):
In [changeset:"d2dfe3ae81b7a0ea4db0d177d3c316c7c99a4a4b" d2dfe3ae]:
{{{
#!CommitTicketReference repository=""
revision="d2dfe3ae81b7a0ea4db0d177d3c316c7c99a4a4b"
[1.8.x] Fixed #25268 -- Tweaked wording in docs/ref/forms/api.txt
Backport of 5b5a27942b2fa113df4d6eb3d77a33c85f58634f from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25268#comment:3>