Tool Versions:
OS: Linux SuSE11
Python: 2.6.5
SQL server: 2008 R2
djanjo_pyodbc from lionheart (0.2.1)
pyodbc based on FreeTDS 0.82
Connection and permissions are okay,
%> python2.6.5 manage.py inspectdb
Worked, the output is messy but, I can handle it.
The error is:
return connection.ops.field_cast_sql(db_type, internal_type) % lhs
TypeError: field_cast_sql() takes exactly 2 arguments (3 given)
Stack trace is attached, as a newbie to django I am not familiar enough
with the DB modelsts to make a call (debug efficiently)
Attached is a stack trace.
--
Ticket URL: <https://code.djangoproject.com/ticket/21589>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_docs: => 0
* resolution: => invalid
* needs_tests: => 0
* needs_better_patch: => 0
Comment:
This seems like it's probably an issue between the version of Django you
are using and django_pyodbc. This ticket tracker isn't appropriate for
getting help with these types of issues. Please see
https://code.djangoproject.com/wiki/TicketClosingReasons/UseSupportChannels
--
Ticket URL: <https://code.djangoproject.com/ticket/21589#comment:1>