Closed HenningTimm closed 3 years ago
Django versions below 3.1 are not compatible with psycopg2(-binary)>=2.9 (see https://github.com/psycopg/psycopg2/issues/1293) and this has been confirmed to stay this way (see https://github.com/django/django/pull/14530).
This PR pins the psycopg2 requirements for postgres databases to the compatible version, resolving https://github.com/rdmorganiser/rdmo/issues/351. The <2.9 requirement can be removed, once rdmo uses Django>=3.1.
Django versions below 3.1 are not compatible with psycopg2(-binary)>=2.9 (see https://github.com/psycopg/psycopg2/issues/1293) and this has been confirmed to stay this way (see https://github.com/django/django/pull/14530).
This PR pins the psycopg2 requirements for postgres databases to the compatible version, resolving https://github.com/rdmorganiser/rdmo/issues/351. The <2.9 requirement can be removed, once rdmo uses Django>=3.1.