Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 820 Bytes

CHANGELOG.md

File metadata and controls

21 lines (16 loc) · 820 Bytes

Changelog

[?] - ????-??-??

  • added support for Django 2.x
  • dropped python2 support

1.9.2 - 2017-11-21

  • Fix: setup.py is now python2 compatible (Issue #4)

1.9.1 - 2017-11-18

  • Improvement: Replaced thread unsafe workaround for Django < 1.11 with backported get_form implementation from Django 1.11. (Issue #2)
  • Fix: get_exclude now takes into accounts fields set by exclude on Django < 1.11 (Issue #3)

1.9.0 - 2017-11-13

  • Initial release