mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
Fixed #33133 -- Fixed handling NullBooleanField in historical migrations.
Regression in d992f4e3c2
.
This commit is contained in:
parent
3f2170f720
commit
3b9fe906bf
1 changed files with 0 additions and 3 deletions
|
@ -1999,9 +1999,6 @@ class NullBooleanField(BooleanField):
|
||||||
del kwargs['blank']
|
del kwargs['blank']
|
||||||
return name, path, args, kwargs
|
return name, path, args, kwargs
|
||||||
|
|
||||||
def get_internal_type(self):
|
|
||||||
return "NullBooleanField"
|
|
||||||
|
|
||||||
|
|
||||||
class PositiveIntegerRelDbTypeMixin:
|
class PositiveIntegerRelDbTypeMixin:
|
||||||
def __init_subclass__(cls, **kwargs):
|
def __init_subclass__(cls, **kwargs):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue