Skip to content

Releases: skorokithakis/django-annoying

v0.10.4

13 Dec 12:04
e495751
Compare
Choose a tag to compare

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

  • add syntax highlighting on code samples (#71) (44ded60)

v0.10.3

07 Oct 09:54
abadf93
Compare
Choose a tag to compare

Fix

  • Try to fix the previous fix.

v0.10.2

06 Oct 12:56
d9b78b5
Compare
Choose a tag to compare

Fix

  • Fix persisting data to strings for the JSONField after a Django 1.9 change.

v0.10.1

12 Aug 13:32
bacd5bd
Compare
Choose a tag to compare
v0.10.1

v0.10.0

12 Aug 10:07
25f4720
Compare
Choose a tag to compare
v0.10.0

v0.8.7

28 Jan 14:07
Compare
Choose a tag to compare

Fix

  • Fix not working JSONField in Django 1.9

Documentation

  • Add CONTRIBUTING.md.