- Fixed issue with GenericForeignKey field
- Support upcoming Django 1.11 in test suite
- Renamed method get_db_prep_value to get_prep_value
- Added Django 1.9 and 1.10 support, removed support for Django versions older than 1.8, fixed to_python to allow for empty string
- Added fix to setup.py to allow PIP install
- Re-added fix for south migration bug
- Added Django 1.8 support
- Removed native JSON datatype support for PostgreSQL (breaking change) & added Python 3.4 to tests
- Allowed tests to run in older versions of Django
- Added Django 1.7 support
- Added better support for Python 3 and tests for regex lookups
- Fixed load_kwargs on form fields, added Django 1.6 to automated tests
- Fixed changes to django.six.with_metaclass that broke django-jsonfield for Django 1.6
- Fixed bugs with South datamigration
- Fixed bugs in JSONCharField admin form
- Python 3 support added!
- PyPi changes
- PyPi changes
- Added support for native PostgreSQL JSON data type
- Fix bug #33 where JSONField didn't correctly store some values inside of strings