danni / django-postgres-composite-types

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

Support Django serialization framework, and dumpdata/loaddata #20

Closed mx-moth closed 6 years ago

mx-moth commented 6 years ago

This required adding BaseField.value_to_string() and BaseField.to_python() methods.

django_fake_model does not play nice with the serialization framework, so this had to be dropped in favour of using real models.

Fixes #17