wagtail/docs/releases/2.2.rst

33 wiersze
1.1 KiB
ReStructuredText
Czysty Zwykły widok Historia

==========================================
2018-05-17 13:20:01 +00:00
Wagtail 2.2 release notes - IN DEVELOPMENT
==========================================
.. contents::
:local:
:depth: 1
What's new
==========
Other features
~~~~~~~~~~~~~~
* Added another valid AudioBoom oEmbed pattern (Bertrand Bordage)
* Added ``annotate_score`` support to PostgreSQL search backend (Bertrand Bordage)
2018-05-29 09:31:14 +00:00
* Pillow's image optimisation is now applied when saving PNG images (Dmitry Vasilev)
* JS / CSS media files can now be associated with Draftail feature definitions (Matt Westcott)
2018-06-04 08:56:46 +00:00
* The ``{% slugurl %}`` template tag is now site-aware (Samir Shah)
2018-05-04 17:13:33 +00:00
* Added ``file_size`` field to documents (Karl Hobley)
2018-06-10 02:52:10 +00:00
* Update documentation (configuring Django for Wagtail) to contain all current settings options (Matt Westcott, LB (Ben Johnston))
2018-06-11 18:02:18 +00:00
* Added ``defer`` flag to ``PageQuerySet.specific`` (Karl Hobley)
Bug fixes
~~~~~~~~~
* Handle all exceptions from ``Image.get_file_size`` (Andrew Plummer)
* Fix display of breadcrumbs in ModelAdmin (LB (Ben Johnston))
Upgrade considerations
======================