google-code-export / django-pyodbc

Automatically exported from code.google.com/p/django-pyodbc
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Django-1.3rc1 compatibility patch #103

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. setup Django-1.3rc1
2. setup django-pyodbc
3. configure pyodbc et al

What is the expected output? What do you see instead?
base.py encounters an error when instancing DatabaseFeatures() with no 
parameters

the attached patch will fix this issue.

Original issue reported on code.google.com by klum...@gmail.com on 14 Mar 2011 at 1:01

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in r184, thanks.

Original comment by vcc.ch...@gmail.com on 24 Mar 2011 at 4:35