Aymeric Augustin
Aymeric Augustin
I have ugraded a project that uses this library to Django 1.8 and it just worked. I haven't taken the time to run Django's entire test suite (it takes ages)...
... which gives me a good excuse for not testing until @manfre pushes a 1.8-compatible release of django-mssql ;-)
You may need to build django-mssql from git master branch.
I removed the check on the Django version in ed572efabbc2365aabbd4caaec24c5d2a37a8d03.
I was talking with @manfre earlier today. He almost has a version of django-mssql that passes the test suite of Django 1.8. Once he makes a release I can advertise...
Django has reached 1.10 since then and I haven't caught up. Actually I'm no longer working with SQL Server and I'm unlikely to maintain this library going forward. If someone...
Do you know what the limit is?
I'd say that the fix, if one is appropriate (perhaps raising an exception?) belongs to pymssql rather than django-pymssql. By the way, I'm no longer working with SQL Server and...
The settings.py file I'm referring to is the settings module of the Django project you're integrating myks-gallery into.
From https://websockets.readthedocs.io/en/stable/reference/index.html: > For convenience, many public APIs can be imported from the websockets package. However, this feature is incompatible with static code analysis. It breaks autocompletion in an IDE...