- Fix path in deconstruct() call
- Add deconstruct() call to model to prevent spurious migrations
- Add Django 1.8 support
- Fix pypi upload (no code changes)
- Backwards incompatible change JSONFormField has been moved to
jsonfield_compat.forms.JSONFormField
- More tests
- Travis, coveralls integration
- Support
JSONFormField
s
- Subclass Django's native
JSONField
to override the json encoder with theJSONFIELD_ENCODER_CLASS
setting
- Initial release