[1] https://docs.djangoproject.com/en/1.8/topics/forms/modelforms/#field-
types
[2]
https://github.com/django/django/blob/stable/1.8.x/django/db/models/fields/__init__.py#L2080
--
Ticket URL: <https://code.djangoproject.com/ticket/24674>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_docs: => 0
* needs_better_patch: => 0
* version: 1.8 => master
* needs_tests: => 0
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/24674#comment:1>
* status: new => assigned
* owner: nobody => charettes
--
Ticket URL: <https://code.djangoproject.com/ticket/24674#comment:2>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"37e23c606031d5b34197e196fb6e6fed0137bb37" 37e23c60]:
{{{
#!CommitTicketReference repository=""
revision="37e23c606031d5b34197e196fb6e6fed0137bb37"
Fixed #24674 -- Documented the correct NullBooleanField formfield.
Thanks to knbk for the report.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24674#comment:3>
Comment (by Simon Charette <charette.s@…>):
In [changeset:"beb957041cd8c4d4badda58df1ed4d9729d9672c" beb9570]:
{{{
#!CommitTicketReference repository=""
revision="beb957041cd8c4d4badda58df1ed4d9729d9672c"
[1.8.x] Fixed #24674 -- Documented the correct NullBooleanField formfield.
Thanks to knbk for the report.
Backport of 37e23c606031d5b34197e196fb6e6fed0137bb37 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24674#comment:4>
Comment (by Simon Charette <charette.s@…>):
In [changeset:"a297af972f3bf51ecf7670c951c31904e4eefb8e" a297af9]:
{{{
#!CommitTicketReference repository=""
revision="a297af972f3bf51ecf7670c951c31904e4eefb8e"
[1.7.x] Fixed #24674 -- Documented the correct NullBooleanField formfield.
Thanks to knbk for the report.
Backport of 37e23c606031d5b34197e196fb6e6fed0137bb37 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24674#comment:5>