In the Django docs Databases section for release 4.1 it’s stated that cx_oracle versions 7.0 and above are supported. I’m using cx_oracle version 7.3 and getting the below error.
This happened after I upgraded from Django v3.2. DB_TYPE_DATE is an attribute in cx_oracle that was added in version 8.0 so does Django 4.1 not actually support cx_oracle 7.3 or is there some configuration that I’ve missed?
Thanks