mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
Fixed git blunder, refs #22738
This commit is contained in:
parent
c1ae0621ba
commit
a54adcecff
@ -224,7 +224,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
|
|||||||
cursor.execute("SELECT 1 FROM mysql.time_zone LIMIT 1")
|
cursor.execute("SELECT 1 FROM mysql.time_zone LIMIT 1")
|
||||||
return cursor.fetchone() is not None
|
return cursor.fetchone() is not None
|
||||||
|
|
||||||
def introspected_boolean_field_type(self, *args):
|
def introspected_boolean_field_type(self, *args, **kwargs):
|
||||||
return 'IntegerField'
|
return 'IntegerField'
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user