michiya / django-pyodbc-azure

Django backend for Microsoft SQL Server and Azure SQL Database using pyodbc
https://pypi.python.org/pypi/django-pyodbc-azure
BSD 3-Clause "New" or "Revised" License
321 stars 140 forks source link

Django 3 #212

Open brunohkbx opened 4 years ago

brunohkbx commented 4 years ago

Does it work with django 3?

variable commented 4 years ago

It doesn't even support 2.2 yet, so I guess django 3 will be a long way. It seems the author has gone to work on the core project to bring MSSQL into django core. Meanwhile, you can get onto django 2.2 by using https://github.com/ESSolutions/django-mssql-backend if you not ready know.

https://github.com/michiya/django-pyodbc-azure/issues/192

schacki commented 4 years ago

Any news here or a plan? This is a kind of showstopper for us?