====================
Enhancements:
- JsonMixin will use request.content_type and request.content_params in Django
1.10+, instead of parsing them itself.
- NapView now decorates the as_view response with except_response, instead of
overriding dispatch.
- Simplified code that builds ModelMapper
- RPCView now uses NapView to handle exception responses.
- Micro-optimsations for ``nap.extras.simplecsv.Writer``
Bug Fixes:
- A ``TypeError`` or ``ValueError`` raised in ``nap.mapper.Field.set`` will now
be caught and raised as a ``ValidationError``.
-------
History
-------