From 717d845737c794955bb0bf8e28258c18d146b609 Mon Sep 17 00:00:00 2001 From: Katie McLaughlin Date: Thu, 3 Oct 2019 11:52:50 -0400 Subject: [PATCH] [3.0.x] Fixed #30834 -- Added explicit list of supported databases to the databases docs. Backport of 9dca904a5bf37ee9ad015212b17a9929ab8952cd from master --- docs/ref/databases.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 ` +* :ref:`MariaDB ` +* :ref:`MySQL ` +* :ref:`Oracle ` +* :ref:`SQLite ` + +There are also a number of :ref:`database backends provided by third parties +`. + 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