diff --git a/django/db/backends/mysql/base.py b/django/db/backends/mysql/base.py index d2ba75f664..46d034ea85 100644 --- a/django/db/backends/mysql/base.py +++ b/django/db/backends/mysql/base.py @@ -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'