Releases

1.1 - master

1.0 - 2020-02-09

  • Added support Django 3.0
  • Dropped Django 2.1 support
  • Dropped Python 2.7 support
  • Removed legacy support code

0.4 - 2020-01-28

  • Dropped Django 1.8 and 2.0 support
  • Fixed Django 3.0 deprecation warning
  • Fixed migration test cases

0.3 - 2017-12-19

  • Fixed issue with Django migration generation
  • Added initial support for Django 2.0
  • Dropped Python 3.3 support

0.2 - 2016-12-06

  • Refactored EncryptedField into encrypt() decorator.

0.1 - 2016-05-21

  • Initial release