[3.0.x] Fixed #30834 -- Added explicit list of supported databases to the databases docs.
Backport of 9dca904a5b
from master
This commit is contained in:
parent
30271a47da
commit
717d845737
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue