Postgres 9.6 is deprecated, we need to upgrade to a version which is compatible with Django 1.11.20.
Django Docs mentions that any Postgres version(>9.3) should be compatible with Django 1.11.20.
Is there any way to verify that both versions are fully compatible and no code will break due to upgrade.
Note: we don't have much unit tests.