mirror of
https://github.com/django/django.git
synced 2024-12-01 15:42:04 +01: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")
|
||||
return cursor.fetchone() is not None
|
||||
|
||||
def introspected_boolean_field_type(self, *args):
|
||||
def introspected_boolean_field_type(self, *args, **kwargs):
|
||||
return 'IntegerField'
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user