v0.18.0.rst 340 B

12345678910111213141516
  1. v0.18.0 release notes
  2. =====================
  3. New features
  4. ------------
  5. * Upgraded Wagtail to version 2.8
  6. * Now supports Django 2.1, 2.2, 3.0 and Python 3.5, 3.6, 3.7, 3.8
  7. Upgrade considerations
  8. ----------------------
  9. * You may need to run ``python manage.py makemigrations website`` and
  10. ``python manage.py migrate`` after upgrading.