diff options
| author | Tim Graham <timograham@gmail.com> | 2018-08-25 18:36:00 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-08-25 18:37:21 -0400 |
| commit | aa527e074f129e47e1681a0db93b0051380eb3a6 (patch) | |
| tree | 0f800e0affc995c2815a02f6ffda01a1a9dfe613 | |
| parent | fb9c1f4b46623208ed8dd587a020ae5fc1b2a87e (diff) | |
[2.1.x] Fixed #29709 -- Updated recommended SQL Server backend to django-pyodbc-azure.
Backport of 7b7fb2eca51dacb5002a4e6b6e1417b36bd5dfd7 from master
| -rw-r--r-- | docs/ref/databases.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index e50f99524e..42bd419b87 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -922,6 +922,6 @@ the support channels provided by each 3rd party project. .. _SAP SQL Anywhere: https://github.com/sqlanywhere/sqlany-django .. _IBM DB2: https://pypi.org/project/ibm_db/ -.. _Microsoft SQL Server: https://django-mssql.readthedocs.io/en/latest/ +.. _Microsoft SQL Server: https://pypi.org/project/django-pyodbc-azure/ .. _Firebird: https://github.com/maxirobaina/django-firebird .. _ODBC: https://github.com/lionheart/django-pyodbc/ |
