summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatie McLaughlin <katie@glasnt.com>2019-10-03 11:52:50 -0400
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-10-03 19:34:51 +0200
commit9dca904a5bf37ee9ad015212b17a9929ab8952cd (patch)
treedef01f241e2fb29c11329a9272f11a30db1d8992
parentf4ac9ae8d9471daf56f19c239a03ef046c379b54 (diff)
Fixed #30834 -- Added explicit list of supported databases to the databases docs.
-rw-r--r--docs/ref/databases.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index d0eed1ecc4..3b23a9dd51 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -2,6 +2,17 @@
Databases
=========
+Django officially supports the following databases:
+
+* :ref:`PostgreSQL <postgresql-notes>`
+* :ref:`MariaDB <mariadb-notes>`
+* :ref:`MySQL <mysql-notes>`
+* :ref:`Oracle <oracle-notes>`
+* :ref:`SQLite <sqlite-notes>`
+
+There are also a number of :ref:`database backends provided by third parties
+<third-party-notes>`.
+
Django attempts to support as many features as possible on all database
backends. However, not all database backends are alike, and we've had to make
design decisions on which features to support and which assumptions we can make