v0.17.0.rst 867 B

1234567891011121314151617181920212223242526272829
  1. CodeRed CMS 0.17.0 release notes
  2. ================================
  3. New features
  4. ------------
  5. * Upgraded Wagtail to version 2.7
  6. * New UI of streamfield, and other changes from
  7. `Wagtail 2.7 <https://docs.wagtail.io/en/stable/releases/2.7.html>`_.
  8. * Now supports Django 2.0, 2.1, 2.2 and Python 3.5, 3.6, 3.7, 3.8
  9. Bug fixes
  10. ---------
  11. * Fix bug where form field without a selected type would cause a 500 error.
  12. * Render valid AMP images and iframes on ArticlePage and in RichText and Embed
  13. blocks.
  14. Upgrade considerations
  15. ----------------------
  16. * You will need to run ``python manage.py makemigrations website`` and
  17. ``python manage.py migrate`` after upgrading.
  18. * Template tag ``richtext_amp_formatting`` has been removed and should be
  19. replaced with ``richtext|convert_to_amp``.
  20. * Template tag ``amp_formatting`` has been replaced with ``convert_to_amp``.