mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-25 05:02:57 +01:00
Release note for #4021
This commit is contained in:
parent
c7a418b1c3
commit
21c5c7cc67
@ -26,6 +26,7 @@ Changelog
|
||||
* Added `bgcolor` image operation (Karl Hobley)
|
||||
* Added `WAGTAILADMIN_USER_LOGIN_FORM` setting for overriding the admin login form (Mike Dingjan)
|
||||
* Snippets now support custom primary keys (Sævar Öfjörð Magnússon)
|
||||
* Upgraded jQuery to version 3.2.1 (Janneke Janssen)
|
||||
* 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)
|
||||
|
@ -39,6 +39,7 @@ Other features
|
||||
* Added ``bgcolor`` image operation (Karl Hobley)
|
||||
* Added ``WAGTAILADMIN_USER_LOGIN_FORM`` setting for overriding the admin login form (Mike Dingjan)
|
||||
* Snippets now support custom primary keys (Sævar Öfjörð Magnússon)
|
||||
* Upgraded jQuery to version 3.2.1 (Janneke Janssen)
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
Loading…
Reference in New Issue
Block a user