Skip to content

Release 1.4

Compare
Choose a tag to compare
@timsavage timsavage released this 10 Apr 15:03
· 406 commits to development since this release
  • UUID Improvements
    • codecs updated to directly support UUIDField
    • bugfix to handle null=True on UUIDField
  • EnumField added to directly support enums
  • Modernisation of internal code to prepare for dropping of support for Python < 3.5 (thanks to @thedrow )