ibmdb / python-ibmdb-django

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

Compatibility-Fixes for Django 4 #83

Closed juliushacker closed 1 year ago

juliushacker commented 1 year ago

I'd like to contribute these two fixes needed to be compatible with django 4.

praveen-db2 commented 1 year ago

Appreciate your contribution, I will consider this change in my next delivery, which I am taking up shortly.

0x2ec commented 1 year ago

See also #81 - I pushed that PR for Django 4 support. But I think eb70d062523b426cdbc0f8de61e8ccee00b9e1cb is worthwhile including, I didn't make any changes like that.

Janani26priya commented 11 months ago

@praveen-db2 I'd like to ask if you could deliver the eb70d06 fix as a patch at least, as our team is unable to use ibm_db_django version 1.5.2.0 in our ci/cd pipeline due to the following error. I tried using previous versions but no luck with that.

error in ibm_db_django setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; .* suffix can only be used with `==` or `!=` operators
          django>=3.2.*
praveen-db2 commented 11 months ago

@Janani26priya I am almost ready with developments of supporting Django 4.2. Shortly in another week or two I will be delivering new release.