- Added Django 3 and 4 support
- Dropped Python 2.7 support.
- Dropped Django 1.10 / 1.11 support.
- Added Django 2.0 support.
- Dropped Django 1.7 / 1.8 / 1.9 support
- Fix regenerating migrations on Python 3 due to str/bytes differences.
- Fix missing migration for non-null fields.
- Change the center markup code to
<p class="text-center btn-center-wrapper">
.
- Fix 500 error, added missing migration that removed the
block
field.
- Add alignment option
- First version