Closed hannseman closed 4 years ago
Looks like support for ICU collations was introduced in Postgres 10: https://wiki.postgresql.org/wiki/New_in_postgres_10#ICU_Collation_Support
Setting POSTGRES_VERSION=10
fixes this error.
Not an issue with django-docker-box
- see https://code.djangoproject.com/ticket/32073
I'm not able to run the test suite under PostgreSQL with
POSTGRES_VERSION=9.6
, ~but they seem to fail with newer versions as well.~I might be missing something here but it could also be something introduced by https://github.com/django/django/pull/13207.
https://github.com/django/django/pull/13207/files#diff-9385ef62a9e10556c6768c66e8f6e2ebR62