- Supports Django 1.9.9 - Supports COUNT_BIG in counting rows (60) - Fixed SQL syntax error in executing select_for_update against joined tables (66)
1.9.6.0
- Supports Django 1.9.6 - Added support for SQL Server 2016 - Fixed the error on changing ForeignKeyField to not nullable (52)
1.9.3.0
- Supports Django 1.9.3/1.9.4/1.9.5 - Fixed the error on removing OneToOneField (51)
1.9.2.0
- Supports Django 1.9.2 - Fixed the error on removing a column with check constraint (49) - Fixed unexpected data type conversion of `id` fields to bigint under old TDS protocol (23)
1.9.1.0
- Supports Django 1.9.1
1.9.0.1
- Fixed the error in formatting a default value for legacy datetime type columns (47)