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.
2 parents bcf3527 + 9219ee7 commit 3c6048aCopy full SHA for 3c6048a
README.md
@@ -20,12 +20,12 @@ We hope you enjoy using the MSSQL-Django 3rd party backend.
20
21
## Dependencies
22
23
-- Django 2.2 or newer
+- Django 2.2 or 3.0
24
- pyodbc 3.0 or newer
25
26
## Installation
27
28
-1. Install pyodbc 3.0 (or newer) and Django 2.2 (or newer)
+1. Install pyodbc 3.0 (or newer) and Django 2.2 (or 3.0)
29
30
2. Install mssql-django:
31
setup.py
@@ -24,7 +24,7 @@
setup(
name='mssql-django',
- version='1.0a5',
+ version='1.0b1',
description='Django backend for Microsoft SQL Server',
long_description=long_description,
long_description_content_type='text/markdown',
0 commit comments