Releases: skorokithakis/django-annoying
Releases · skorokithakis/django-annoying
v0.10.4
Feature
- Adds support for new style middleware (#84) (969484f)
- Allow serializer customization for JSONField (#53) (#65) (95614b5)
- Drop support for unsupported, unmaintained versions of Django (#58) (1612e84)
Fix
- Move dumps outside the function to prevent Django from complaining (563c157)
- Officially deprecate signals (#77) (3d05fbb)
- Officially deprecate autostrip in favor of Django's implementation (#79) (a782267)
Documentation
v0.10.3
Fix
- Try to fix the previous fix.
v0.10.2
Fix
- Fix persisting data to strings for the JSONField after a Django 1.9 change.
v0.10.1
v0.10.1
v0.10.0
v0.10.0
v0.8.7
Fix
- Fix not working JSONField in Django 1.9
Documentation
- Add CONTRIBUTING.md.