Skip to content

Commit 7908006

Browse files
committed
fill a gap between branches
1 parent 55b7302 commit 7908006

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ Features
2020
- Supports Django 1.11.12
2121
- Supports Microsoft SQL Server 2005, 2008/2008R2, 2012, 2014, 2016, 2017 and
2222
Azure SQL Database
23-
- Passes most of the tests of the Django test suite.
23+
- Passes most of the tests of the Django test suite
2424
- Compatible with
2525
`Micosoft ODBC Driver for SQL Server <https://msdn.microsoft.com/library/mt654048(v=sql.1).aspx>`__,
2626
`SQL Server Native Client <https://msdn.microsoft.com/library/ms130892(v=sql.120).aspx>`__,
2727
`SQL Server <https://msdn.microsoft.com/library/aa968814(vs.85).aspx>`__
28-
and `FreeTDS <http://www.freetds.org/>`__ ODBC drivers.
28+
and `FreeTDS <http://www.freetds.org/>`__ ODBC drivers
2929

3030
Dependencies
3131
------------

sql_server/pyodbc/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
from django.core.exceptions import ImproperlyConfigured
99
from django import VERSION
10+
1011
if VERSION[:3] < (1,11,12) or VERSION[:2] >= (2,0):
1112
raise ImproperlyConfigured("Django %d.%d.%d is not supported." % VERSION[:3])
1213

0 commit comments

Comments
 (0)