mirror of
https://github.com/django/django.git
synced 2025-03-31 11:37:06 +00:00
Fixed #33133 -- Fixed handling NullBooleanField in historical migrations.
Regression in d992f4e3c29a81c956d3d616f0bc19701431b26e.
This commit is contained in:
parent
3f2170f720
commit
3b9fe906bf
@ -1999,9 +1999,6 @@ class NullBooleanField(BooleanField):
|
||||
del kwargs['blank']
|
||||
return name, path, args, kwargs
|
||||
|
||||
def get_internal_type(self):
|
||||
return "NullBooleanField"
|
||||
|
||||
|
||||
class PositiveIntegerRelDbTypeMixin:
|
||||
def __init_subclass__(cls, **kwargs):
|
||||
|
Loading…
x
Reference in New Issue
Block a user