Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 796 Bytes

CHANGES.rst

File metadata and controls

43 lines (27 loc) · 796 Bytes

Changelog

Version 3.0 (2021-11-16)

  • Added Django 3 and 4 support
  • Dropped Python 2.7 support.
  • Dropped Django 1.10 / 1.11 support.

Version 2.0 (2018-01-22)

  • Added Django 2.0 support.
  • Dropped Django 1.7 / 1.8 / 1.9 support

Version 1.2.1 (2017-08-04)

  • Fix regenerating migrations on Python 3 due to str/bytes differences.
  • Fix missing migration for non-null fields.

Version 1.2 (2016-07-29)

  • Change the center markup code to <p class="text-center btn-center-wrapper">.

Version 1.1.1

  • Fix 500 error, added missing migration that removed the block field.

Version 1.1

  • Add alignment option

Version 1.0

  • First version