diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-05-27 19:59:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-27 19:59:49 +0200 |
| commit | b6c4766f53cf00bcf63cc2aa8be977c8589d083e (patch) | |
| tree | 7433fc163e14691496f4014ce7d27a2a11d43a31 /django | |
| parent | 5ec44973dc2add8ced1ba50659344b52cec845e5 (diff) | |
Refs #29548 -- Updated docs for MariaDB support.
Diffstat (limited to 'django')
| -rw-r--r-- | django/db/backends/mysql/base.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/db/backends/mysql/base.py b/django/db/backends/mysql/base.py index 2cd6248cdb..6613a85b1b 100644 --- a/django/db/backends/mysql/base.py +++ b/django/db/backends/mysql/base.py @@ -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() |
