summaryrefslogtreecommitdiff
path: root/docs/faq
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2019-05-27 19:59:49 +0200
committerGitHub <noreply@github.com>2019-05-27 19:59:49 +0200
commitb6c4766f53cf00bcf63cc2aa8be977c8589d083e (patch)
tree7433fc163e14691496f4014ce7d27a2a11d43a31 /docs/faq
parent5ec44973dc2add8ced1ba50659344b52cec845e5 (diff)
Refs #29548 -- Updated docs for MariaDB support.
Diffstat (limited to 'docs/faq')
-rw-r--r--docs/faq/install.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt
index 231c06d042..f5025305e6 100644
--- a/docs/faq/install.txt
+++ b/docs/faq/install.txt
@@ -30,10 +30,12 @@ popular alternatives.
If you want to use Django with a database, which is probably the case, you'll
also need a database engine. PostgreSQL_ is recommended, because we're
-PostgreSQL fans, and MySQL_, `SQLite`_, and Oracle_ are also supported.
+PostgreSQL fans, and MariaDB_, MySQL_, `SQLite`_, and Oracle_ are also
+supported.
.. _Python: https://www.python.org/
.. _PostgreSQL: https://www.postgresql.org/
+.. _MariaDB: https://mariadb.org/
.. _MySQL: https://www.mysql.com/
.. _`SQLite`: https://www.sqlite.org/
.. _Oracle: https://www.oracle.com/