ibmdb / python-ibmdb-django

IBM DB2 Driver for the Django application Framework
Apache License 2.0
29 stars 42 forks source link

Django compatibility #76

Closed wandss closed 2 years ago

wandss commented 2 years ago

Is ibm-db-django compatible with Django 4?

bimalkjha commented 2 years ago

@wandss No. It works till version 3.2 only. It is clearly documented. Check the prerequisite section here: https://github.com/ibmdb/python-ibmdb-django#prerequisites-for-django-on-python Thanks.

0x2ec commented 1 year ago

Just to follow up on this, is there any desire to support Django 4?

0x2ec commented 1 year ago

Oh, I just found #80 that mentions that Django 4.x should work, just ignore me.

mattixpet commented 1 year ago

@0x2ec your point is still valid. Support for 4.2 would be great since 3.2 is end of support from Django in april 2024. That #80 is still open and unmerged.