mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-16 11:13:15 +00:00
#3583 release notes.
This commit is contained in:
parent
41ed24d294
commit
50a52c20a6
2 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ Changelog
|
|||
* Added hooks `before_create_user`, `after_create_user`, `before_delete_user`, `after_delete_user`, `before_edit_user`, `after_edit_user` (Jon Carmack)
|
||||
* Added `exclude_fields_in_copy` property to Page to define fields that should not be included on page copy (LB (Ben Johnston))
|
||||
* Improved error message on incorrect `{% image %}` tag syntax (LB (Ben Johnston))
|
||||
* Optimized preview data storage (Bertrand Bordage)
|
||||
* Fix: Do not remove stopwords when generating slugs from non-ASCII titles, to avoid issues with incorrect word boundaries (Sævar Öfjörð Magnússon)
|
||||
* Fix: The PostgreSQL search backend now preserves ordering of the `QuerySet` when searching with `order_by_relevance=False` (Bertrand Bordage)
|
||||
* Fix: Using `modeladmin_register` as a decorator no longer replaces the decorated class with `None` (Tim Heap)
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ Other features
|
|||
* Added hooks ``before_create_user``, ``after_create_user``, ``before_delete_user``, ``after_delete_user``, ``before_edit_user``, ``after_edit_user`` (Jon Carmack)
|
||||
* Added ``exclude_fields_in_copy`` property to Page to define fields that should not be included on page copy (LB (Ben Johnston))
|
||||
* Improved error message on incorrect ``{% image %}`` tag syntax (LB (Ben Johnston))
|
||||
* Optimized preview data storage (Bertrand Bordage)
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue