1
0
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:
Mariusz Felisiak
2019-05-27 19:59:49 +02:00
committed by GitHub
parent 5ec44973dc
commit b6c4766f53
10 changed files with 33 additions and 13 deletions

View File

@@ -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()