danni / django-postgres-composite-types

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

Keep composite field values after a validation error #21

Closed mx-moth closed 6 years ago

mx-moth commented 6 years ago

Previously the submitted value for a composite field was lost if the form had a validation error.

Fixes #18