waliwali / ibm-db

Automatically exported from code.google.com/p/ibm-db
0 stars 0 forks source link

ibm_db_django does not support Django 1.8 LTS #177

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I tried using ibm_db_django with the latest version of django (1.8) and got 
import errors. This is because some of the internal symbols in django have been 
moved. I also noted from the django db documentation that some of the method 
prototypes have been altered in the 1.8 release.

Original issue reported on code.google.com by nhardma...@googlemail.com on 9 Jun 2015 at 10:16

GoogleCodeExporter commented 9 years ago
You can try latest branch of 
https://github.com/ibmdb/python-ibmdb/tree/master/IBM_DB/ibm_db_django . Some 
of the Django-1.8 specific patches have been applied on this.

Original comment by rahul.pr...@in.ibm.com on 10 Jun 2015 at 5:15