Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 623 Bytes

CHANGES.rst

File metadata and controls

31 lines (19 loc) · 623 Bytes

Changelog

Version 2.0 (2021-11-17)

  • Added Django 4.0 support
  • Dropped Python 2.7 support.
  • Dropped Django 1.11 support.

Version 1.1.1 (2020-01-05)

  • Fixed Django 3.0 support by replacing python_2_unicode_compatible import.

Version 1.1 (2018-01-22)

  • Added Django 2.0 support.
  • Added complete Simplified Chinese Translations
  • Set mptt_indent_field explicitly for proper MPTT list columns
  • Dropped south and Django 1.4 / 1.5 / 1.6 compatibility.

Version 1.0 (2014-08-31)

  • First release