mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #29548 -- Updated docs for MariaDB support.
This commit is contained in:
@@ -340,5 +340,4 @@ class DatabaseWrapper(BaseDatabaseWrapper):
|
||||
|
||||
@cached_property
|
||||
def mysql_is_mariadb(self):
|
||||
# MariaDB isn't officially supported.
|
||||
return 'mariadb' in self.mysql_server_info.lower()
|
||||
|
||||
Reference in New Issue
Block a user