- Nothing changed yet.
- Add support for requests without a Content-Type header to JsonTestClient
- Remove support for old versions of Django (<= 1.7)
- Tests mocked http requests don't always have charset
- Fixed package (include the CHANGELOG in
MANIFEST.in
)
- Added
JsonTestCase
andJsonTestMixin
- Fixed package
Cleanup:
- Dropped support for Django 1.3
- Added support for Python 3
- Updated documentation
- Switched testing to py.test
- Switched to zest.releaser
- Fixed tests
Initial release:
- Extracted from django-fusionbox
- Safe JSON Serializer
- Safe JSON template filter
- JSON Views