- fixed JSONField and PickleField in Django 1.9+
- fixed Python 3 support in some model fields
- support PyPy
- added pickle param to JSONField
Backwards-incompatible changes:
- JSONField no longer pickles everything non-jsonifyable by default,
set its pickle parameter to True to return this behavior.
- PickleField and JSONField pickles are encoded differently,
so upgrade with old data won't just work.