Skip to content

Minified JS and Django 3.1 support

Compare
Choose a tag to compare
@MRigal MRigal released this 22 Sep 11:28
· 39 commits to master since this release
8e6897d
  • Drop support for Python 3.5 (although it should still work)
  • Add support for Django 3.1
  • Minified JS and reduce potential for incompatibility with other django libraries (See #148)
  • Fix formfield_for_dbfield signature (#134)
  • Fix CSS property word separator (#131)
  • Enforce isort in tests