Katello 3.15 not FIPS compliant?

Performing a fresh installation of Katello 3.15 on CentOS 7.8 fails with:
[ERROR 2020-05-18T20:45:21 main] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[python3-django-admin migrate --noinput]/returns: change from ‘notrun’ to [‘0’] failed: ‘python3-django-admin migrate --noinput’ returned 1 instead of one of [0]

Running the command interactively (based on: Katello 3.15 upgrade failure with "python3-django-admin migrate --noinput") clearly shows that the operation is trying to utilize an md5 hash which is being disallowed in FIPS mode.

AFAIK at this point Pulp 3 is not FIPS compatible but it’s on their roadmap. Part of the problem is that Django itself is not FIPS compliant because it uses md5 to calculate cache keys.