New issue 56 by angusm...@gmail.com: Compatibility with Django 1.3 and
MySQL backend
http://code.google.com/p/django-jython/issues/detail?id=56
What steps will reproduce the problem?
1. Install Django 1.3 (latest trunk)
2. Install django-jython trunk
3. create django project w/ doj.backends.zxjdbc.mysql as DATABASE default
engine
4. mysql-connector-java-5.1.14-bin.jar and zxJDBC.jar in CLASSPATH
5. activate admin in settings.py
6. jython manage.py syncdb
doj/backends/zxjdbc/mysql/base.py", line 152, in __init__
self.features = DatabaseFeatures()
TypeError: __init__() takes exactly 2 arguments (1 given)
Traceback (most recent call last):
...
What is the expected output? What do you see instead?
creation of table
What version of the product are you using? On what operating system?
Django trunk as of Feb 22, 2011
Jython 2.5.2 rc4 as of Feb 15, 2011
doj trunk
I will take a look at this issue...thanks for reporting.
Comment #2 on issue 56 by juneau001: Compatibility with Django 1.3 and
MySQL backend
http://code.google.com/p/django-jython/issues/detail?id=56
(No comment was entered for this change.)
Comment #3 on issue 56 by juneau001: Compatibility with Django 1.3 and
MySQL backend
http://code.google.com/p/django-jython/issues/detail?id=56
This issue will wait until Django-Jython has been made compliant with
Django v1.3. Please try Django 1.2 as it should work.
sorry to bump an old issue, but any update on this?
I will try to get a repair for this in-the-works so that it can be made
part of 1.3.0b2. If time allows, I'd like to release a 2nd beta within the
next week. Sorry for the long delay on this old issue.
I'm hoping to fix this bug too
I am unable to reproduce this issue using Django-Jython latest trunk,
Django 1.3.1, and mysql-connector-java-5.0.8-bin.jar in CLASSPATH.
Can you please try to recreate issue using Django 1.3.1 rather than the
latest trunk?
Please pull the latest django-jython sources as I've updated common.py
which may have an effect on this issue.