diff --git a/django/db/backends/mysql/features.py b/django/db/backends/mysql/features.py index 5af80fcb3cb1..abeef0549a5c 100644 --- a/django/db/backends/mysql/features.py +++ b/django/db/backends/mysql/features.py @@ -187,11 +187,7 @@ def allows_auto_pk_0(self): @cached_property def update_can_self_select(self): - return self.connection.mysql_is_mariadb and self.connection.mysql_version >= ( - 10, - 3, - 2, - ) + return self.connection.mysql_is_mariadb @cached_property def can_introspect_foreign_keys(self):