Re: Problem with Django 1.5.1 and django-pyodbc

2013-05-04 Thread Thomas De Reyck
Hi, I had almost exactly the same issue just a week ago. Try using the django-pyodbc-azure fork. It works great for me. Mvg, Thomas De Reyck On 3-mei-2013, at 00:47, Kerry Calvert wrote: > I have Django running on a Windows server with MS Sql using django-pyodbc. I > had Django version 1.4.2

Re: Problem with Django 1.5.1 and django-pyodbc

2013-05-03 Thread Vernon D. Cole
Kerry: This is not what you asked for, but it might work for both of us... I am working on an update for django-mssql for 1.5.1 and could really use a beta tester. To be specific, I am pulling the old, customized ado api module out and replacing it with the next version of adodbapi. (The *next*

Problem with Django 1.5.1 and django-pyodbc

2013-05-02 Thread Kerry Calvert
I have Django running on a Windows server with MS Sql using django-pyodbc. I had Django version 1.4.2 working, and then upgraded to 1.5.1. This broke django-pyodbc, which I fixed by updating to a fork by 'Gorah'. This got my old site up and running. I then tried to create a new site, and when