Loading django/db/backends/mysql/base.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
django/db/backends/mysql/base.py +1 −1 Original line number Diff line number Diff line Loading @@ -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