Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 648 Bytes

CHANGES.rst

File metadata and controls

39 lines (22 loc) · 648 Bytes

Changelog

Version 0.4 (2018-07-26)

  • Fixed Django 2.0 behavior when foreignkeys are strings.

Version 0.3.1 (2018-03-11)

  • Fixed Python 2 issue with list.clear().

Version 0.3 (2018-02-19)

  • Fixed Django 2.0 support
  • Fixed missing form fields
  • Fixed handling of ForeignKey('modelname')

Version 0.2.1 (2018-01-02) ------------------------

  • Fixed bad packaging of 0.2

Version 0.2 (2018-01-02)

  • Support more Python versions (removed f-strings)

version 0.1 (2017-12-07)

  • Initial version