diff options
| author | Katie McLaughlin <katie@glasnt.com> | 2019-10-03 11:52:50 -0400 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-10-03 19:49:32 +0200 |
| commit | 146086f219d01dbb1cd8c089b5a5667e396e1cc4 (patch) | |
| tree | 78a227796ab18dbb5bbf99f1f9e89495086335c8 /docs | |
| parent | f5f4c28bfcf5b1303689ed8d854d5e0d9cfb14ea (diff) | |
[2.2.x] Fixed #30834 -- Added explicit list of supported databases to the databases docs.
Backport of 9dca904a5bf37ee9ad015212b17a9929ab8952cd from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/databases.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 2520e479c3..f712926bca 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -2,6 +2,16 @@ Databases ========= +Django officially supports the following databases: + +* :ref:`PostgreSQL <postgresql-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 |
