mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-30 11:34:49 +00:00
Release note for #807
This commit is contained in:
parent
957e1709b5
commit
af6bd8e195
2 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ Changelog
|
|||
* Fix: Page system check for on_delete actions of ForeignKeys now only raises warnings, not errors
|
||||
* Fixed a regression where form builder submissions containing a number field would fail with a JSON serialisation error
|
||||
* Fix: Resizing an image with a focal point equal to the image size would result in a divide-by-zero error
|
||||
* Fix: Focal point indicator would sometimes be positioned incorrectly for small or thin images
|
||||
* Fix: Elasticsearch configuration now supports specifying HTTP authentication parameters as part of the URL, and defaults to ports 80 (HTTP) and 443 (HTTPS) if port number not specified
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ Bug fixes
|
|||
* Page system check for on_delete actions of ForeignKeys now only raises warnings, not errors
|
||||
* Fixed a regression where form builder submissions containing a number field would fail with a JSON serialisation error
|
||||
* Resizing an image with a focal point equal to the image size would result in a divide-by-zero error
|
||||
* Focal point indicator would sometimes be positioned incorrectly for small or thin images
|
||||
* Elasticsearch configuration now supports specifying HTTP authentication parameters as part of the URL, and defaults to ports 80 (HTTP) and 443 (HTTPS) if port number not specified
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue