v0.17.0.rst 582 B

123456789101112131415161718192021222324
  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. Upgrade considerations
  13. ----------------------
  14. * You will need to run ``python manage.py makemigrations website`` and
  15. ``python manage.py migrate`` after upgrading.