This makes the necessary changes to make this compatible with Django 2.0, as well as the latest versions of the test utilities. Support for Django < 1.11 was dropped, as recommended in the Django 2.0 release notes.
The most controversial change here is making the default widget rendered via template, Django 1.11 style. This requires adding "postgres_composite_types" to your Django INSTALLED_APPS setting.
This makes the necessary changes to make this compatible with Django 2.0, as well as the latest versions of the test utilities. Support for Django < 1.11 was dropped, as recommended in the Django 2.0 release notes.
The most controversial change here is making the default widget rendered via template, Django 1.11 style. This requires adding
"postgres_composite_types"
to your DjangoINSTALLED_APPS
setting.