Skip to content

v0.10.4

Latest
Compare
Choose a tag to compare
@skorokithakis skorokithakis released this 13 Dec 12:04
· 12 commits to master since this release
e495751

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)