--
Ticket URL: <https://code.djangoproject.com/ticket/29227>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/8467 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/29227#comment:1>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"5fa4f40f45fcdbb7e48489ed3039a314b5c961d0" 5fa4f40f]:
{{{
#!CommitTicketReference repository=""
revision="5fa4f40f45fcdbb7e48489ed3039a314b5c961d0"
Fixed #29227 -- Allowed BooleanField to be null=True.
Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/29227#comment:2>
Comment (by Tim Graham <timograham@…>):
In [changeset:"6421bd702fb8205c6b91395d087dc34d179f0c35" 6421bd70]:
{{{
#!CommitTicketReference repository=""
revision="6421bd702fb8205c6b91395d087dc34d179f0c35"
Refs #29227 -- Made inspectdb generate BooleanField(null=True) rather than
NullBooleanField.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/29227#comment:3>
Comment (by Tim Graham <timograham@…>):
In [changeset:"281c0223b376d6fa1a11e0726d824ed35cfe7524" 281c022]:
{{{
#!CommitTicketReference repository=""
revision="281c0223b376d6fa1a11e0726d824ed35cfe7524"
Refs #29227 -- Simplified NullBooleanField by making it subclass
BooleanField.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/29227#comment:4>