All Versions
70
Latest Version
Avg Release Cycle
84 days
Latest Release
454 days ago

Changelog History
Page 1

  • v21.2 Changes

    December 27, 2021
    • โฌ‡๏ธ Drop support for Django 3.1 (EOL, #632).
    • โฌ‡๏ธ Drop support for Python 3.6 (EOL, #632).
    • ๐Ÿ›  Fix CI (#632).
  • v21.1 Changes

    November 03, 2021
    • ๐Ÿš€ Switch to a CalVer YY.MINOR versioning scheme. MINOR is the number of the release in the given year. This is the first release in 2021 using this scheme, so its version is 21.1. The next version this year will be 21.2. The first version in 2022 will be 22.1.
    • โž• Add support for Django 4 and Python 3.10 (#579).
  • v15.0.0 Changes

    April 10, 2021
    • โฌ‡๏ธ Drop support for Django 3.0, extended support stopped on 2021-04-01).
    • โž• Add support for Django 3.2.
    • ๐Ÿ›  Fix render_alert (#488)
    • ๐Ÿ“š Rename AUTHORS.md to AUTHORS, remove authors section from documentation.
    • โช Revert to setuptools for packaging.
    • โž• Add docs and tests to sdist (#494).
    • ๐Ÿ‘‰ Use GitHub Actions for CI.
  • v14.2.0 Changes

    October 13, 2020
    • Reformat CHANGELOG.
    • ๐Ÿ›  Fix Django 3.1 warning in test app settings.
    • โšก๏ธ Update black.
    • ๐Ÿ‘ Replace m2r with m2r2 to support Sphinx3.
    • โž• Add Python 3.9 to test matrix.
  • v14.1.0 Changes

    July 02, 2020
    • ๐Ÿ›  Fix coveralls.
    • ๐Ÿ‘ Explicitly support Django 3.1 in tox matrix.
  • v14.0.0 Changes

    June 22, 2020
    • โฌ‡๏ธ Drop support for Python 3.5 and Django 2.1.
    • ๐Ÿ‘‰ Use Poetry (https://python-poetry.org/) for dependency management and packaging.
    • ๐Ÿ“š Change documentation to support main branch rename to 'main'.
    • ๐Ÿ›  Fix settings override bug (fixes #388).
    • ๐Ÿ‘‰ Use Markdown for README.
    • ๐Ÿ›  Fix Travis, ReadTheDocs and tox configurations.
    • โšก๏ธ Update Makefile with lessons learned from other packages.
  • v13.0.0 Changes

    June 22, 2020
    • โฌ‡๏ธ Drop support for Python 3.5 and Django 2.1.
    • ๐Ÿ‘‰ Use Poetry (https://python-poetry.org/) for dependency management and packaging.
    • ๐Ÿ“š Change documentation to support main branch rename to 'main'.
    • ๐Ÿ›  Fix settings override bug (fixes #388).
    • ๐Ÿ‘‰ Use Markdown for README.
    • ๐Ÿ›  Fix Travis, ReadTheDocs and tox configurations.
    • โšก๏ธ Update Makefile with lessons learned from other packages.
  • v12.1.0 Changes

    May 01, 2020
    • ๐Ÿ›  Distinguish between help text and errors (fixes #479)
  • v12.0.3 Changes

    December 21, 2019
    • โšก๏ธ Update changelog
  • v12.0.2 Changes

    December 21, 2019
    • โช Revert of #453, which turned out to break checkboxes (fixes #467)
    • โšก๏ธ Update requirements and fix make docs
    • Replace force_text with force_str, removes warnings