You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Project
1
+
# SQL Server backend for Django
2
2
3
3
Welcome to the MSSQL-Django 3rd party backend project!
4
4
@@ -10,7 +10,7 @@ We hope you enjoy using the MSSQL-Django 3rd party backend.
10
10
11
11
## Features
12
12
13
-
- Supports Django 2.2, 3.0, 3.1 and 3.2
13
+
- Supports Django 2.2, 3.0, 3.1, 3.2 and 4.0
14
14
- Tested on Microsoft SQL Server 2016, 2017, 2019
15
15
- Passes most of the tests of the Django test suite
16
16
- Compatible with
@@ -153,7 +153,7 @@ Dictionary. Current available keys are:
153
153
- extra_params
154
154
155
155
String. Additional parameters for the ODBC connection. The format is
156
-
``"param=value;param=value"``, [Azure AD Authentication](https://github.com/microsoft/mssql-django/wiki/Azure-AD-Authentication) can be added to this field.
156
+
``"param=value;param=value"``, [Azure AD Authentication](https://github.com/microsoft/mssql-django/wiki/Azure-AD-Authentication)(Service Principal, Interactive, Msi) can be added to this field.
157
157
158
158
- collation
159
159
@@ -225,7 +225,6 @@ The following features are currently not fully supported:
0 commit comments