Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 930 Bytes

CHANGELOG.rst

File metadata and controls

35 lines (22 loc) · 930 Bytes

Change log

v22.0.0 (2022-01-07)

  • Added pre-commit.
  • Dropped compatibility with Python < 3.9, Django < 3.2.
  • Made the tags extension add tags to the list_filter.

v1.3.0 (2020-01-29)

  • Changed contents to return a (template, context) tuple from their render methods. The minimum FeinCMS version supporting this is 1.15.

v1.2.0 (2020-01-21)

  • Reformatted the code using black.
  • Updated the code to work with Django 2 and 3.