Skip to content

0.3.0

Compare
Choose a tag to compare
@danaspiegel danaspiegel released this 06 Mar 16:47
· 10 commits to master since this release
  • Supports Django 1.9
  • Use TextField for all fields (thanks @JshWright)
    • Allow max_length to be None
    • Remove max_length from the kwargs returned in the deconstruct method
    • Update tests and make sure all fields use TextField as the underlying
      type.
    • Add test to verify form validation
  • make fields and tests compatible with Python 3 (thanks @guruofgentoo)
  • PEP8 cleanup (thanks @JshWright)
  • Allow key rotation (thanks @LucasRoesler)