danni / django-postgres-composite-types

Postgres composite types support for Django
BSD 3-Clause "New" or "Revised" License
51 stars 13 forks source link

Version upgrades #19

Closed mx-moth closed 6 years ago

mx-moth commented 6 years ago

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.