Feature
- Add setting to configure JSON encoder for context. [Zac Miller, 430225f]
``django-pghistory`` now uses Django's default JSON encoder
to serialize contexts, which supports datetimes, UUIDs,
and other fields.
You can override the JSON encoder by setting
``PGHISTORY_JSON_ENCODER`` to the path of the class.
Trivial
- Local development enhancements [Wes Kendall, 95a5b1d]