- Added Django 4.0 support
- Dropped Python 2.7 support.
- Dropped Django 1.11 support.
- Fixed Django 3.0 support by replacing
python_2_unicode_compatible
import.
- 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.
- First release