mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
39 lines
1.5 KiB
ReStructuredText
39 lines
1.5 KiB
ReStructuredText
==========================================
|
|
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)
|
|
* 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)
|
|
* The ``{% slugurl %}`` template tag is now site-aware (Samir Shah)
|
|
* Added ``file_size`` field to documents (Karl Hobley)
|
|
* Added ``file_hash`` field to images (Karl Hobley)
|
|
* Update documentation (configuring Django for Wagtail) to contain all current settings options (Matt Westcott, LB (Ben Johnston))
|
|
* Added ``defer`` flag to ``PageQuerySet.specific`` (Karl Hobley)
|
|
* Snippets can now be deleted from the listing view (LB (Ben Johnston))
|
|
* Increased max length of redirect URL field to 255 (Michael Harrison)
|
|
* Added documentation for new JS/CSS media files association with Draftail feature definitions (Ed Henderson)
|
|
|
|
Bug fixes
|
|
~~~~~~~~~
|
|
|
|
* Handle all exceptions from ``Image.get_file_size`` (Andrew Plummer)
|
|
* Fix display of breadcrumbs in ModelAdmin (LB (Ben Johnston))
|
|
* Remove duplicate border radius of avatars (Benjamin Thurm)
|
|
* Site.get_site_root_paths() preferring other sites over the default when some sites share the same root_page (Andy Babic)
|
|
|
|
Upgrade considerations
|
|
======================
|