Skip to content

Support Django 2.1

Compare
Choose a tag to compare
@blueyed blueyed released this 16 Aug 12:51
· 199 commits to master since this release
  • BACKWARD INCOMPATIBLE Drop support of Python 3.3.

  • BACKWARD INCOMPATIBLE Drop support of Django 1.9.

  • Add support for Django 2.1.

  • Add PositiveIntegerValue configuration value.

  • Fix bool(BooleanValue) to behave as one would expect (e.g.
    bool(BooleanValue(False)) returns False).

  • Miscellaneous documentation improvements and bug fixes.