digglife / ibm-db

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

ibm_db_django 1.0.7 does not work on django version 1.5 and below #165

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install ibm_db_django 1.0.7
2. Modify settings.py to point towards an ibm_db_django instance
3. Execute random query

What is the expected output? What do you see instead?
Expected output: Query being successfully executed.
Actual output: Error message 'ImproperlyConfigured' in regards to the database 
backend.

Resolution:

After digging into this for a little bit, the FieldInfo import needs to be 
guarded against the wrong version.

Patch will follow shortly.

Original issue reported on code.google.com by toby.ber...@gmail.com on 9 Dec 2014 at 2:25

GoogleCodeExporter commented 8 years ago
Attached is the patch to fix the above issue.

Original comment by toby.ber...@gmail.com on 9 Dec 2014 at 2:31

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks toby for pointing out this, will check and include this in next release

Original comment by rahul.pr...@in.ibm.com on 9 Dec 2014 at 7:32