1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- v0.23.0 release notes
- =====================
- New features
- ------------
- * Upgraded to Wagtail 2.16
- Bug fixes
- ---------
- * Fix the ``CODERED_BANNER`` :doc:`setting </reference/django_settings>`
- not being applied to the site's CMS.
- Maintenance
- -----------
- Upgrade considerations
- ----------------------
- * Wagtail is now using a new search backend.
- * Specify the `new default in your settings <https://docs.wagtail.org/en/stable/releases/2.15.html#database-search-backends-replaced>`_.
- * Next, you will need to run the `update_index command <https://docs.wagtail.org/en/stable/reference/management_commands.html#update-index>`_.
- * Other upgrade considerations for `Wagtail 2.15 <https://docs.wagtail.org/en/stable/releases/2.15.html#upgrade-considerations>`_.
- * Other upgrade considerations for `Wagtail 2.16 <https://docs.wagtail.org/en/stable/releases/2.16.html#upgrade-considerations>`_.
- Supported software
- ------------------
- * Python 3.7, 3.8, 3.9
- * Django 3.0, 3.1, 3.2
- Thank you!
- ----------
- Thanks to everyone who contributed to `0.23.0 on GitHub <https://github.com/coderedcorp/coderedcms/milestone/33?closed=1>`_.
|