We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35bacff commit 00bbdcaCopy full SHA for 00bbdca
README.md
@@ -10,7 +10,7 @@ We hope you enjoy using the MSSQL-Django 3rd party backend.
10
11
## Features
12
13
-- Supports Django 2.2, 3.0
+- Supports Django 2.2, 3.0 and 3.1
14
- Tested on Microsoft SQL Server 2016, 2017, 2019
15
- Passes most of the tests of the Django test suite
16
- Compatible with
@@ -20,12 +20,12 @@ We hope you enjoy using the MSSQL-Django 3rd party backend.
20
21
## Dependencies
22
23
-- Django 2.2 or 3.0
+- Django 2.2, 3.0 or 3.1
24
- pyodbc 3.0 or newer
25
26
## Installation
27
28
-1. Install pyodbc 3.0 (or newer) and Django 2.2 (or 3.0)
+1. Install pyodbc 3.0 (or newer) and Django 2.2, 3.0 or 3.1
29
30
2. Install mssql-django:
31
0 commit comments