2.4.rst 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. =========================
  2. Wagtail 2.4 release notes
  3. =========================
  4. .. contents::
  5. :local:
  6. :depth: 1
  7. What's new
  8. ==========
  9. New "Welcome to your Wagtail site" Starter Page
  10. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  11. When using the ``wagtail start`` command to make a new site, users will now be greeted with a proper starter page. Thanks to Timothy Allen and Scott Cranfill for pulling this off!
  12. .. figure:: ../_static/images/tutorial/tutorial_1.png
  13. :alt: Wagtail welcome message
  14. Other features
  15. ~~~~~~~~~~~~~~
  16. * Added support for Python 3.7 (Matt Westcott)
  17. * Added ``max_count`` option on page models to limit the number of pages of a particular type that can be created (Dan Braghis)
  18. * Document and image choosers now show the document / image's collection (Alejandro Garza, Janneke Janssen)
  19. Bug fixes
  20. ~~~~~~~~~
  21. * Query objects returned from ``PageQuerySet.type_q`` can now be merged with ``|`` (Brady Moe)
  22. * Add ``rel="noopener noreferrer"`` to target blank links (Anselm Bradford)
  23. * Additional fields on custom document models now show on the multiple document upload view (Robert Rollins, Sergey Fedoseev)
  24. * Help text does not overflow when using a combination of BooleanField and FieldPanel in page model (Dzianis Sheka)
  25. Upgrade considerations
  26. ======================
  27. Removed support for Django 1.11
  28. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  29. Django 1.11 is no longer supported in this release; please upgrade your project to Django 2.0 or 2.1 before upgrading to Wagtail 2.4.