mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-20 15:00:57 +00:00
Release note for #4739 in 2.3
This commit is contained in:
parent
550e8f648c
commit
bf4ea3766a
2 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ Changelog
|
|||
* Fix: Respect next param on login (Loic Teixeira)
|
||||
* Fix: InlinePanel now handles relations that specify a related_query_name (Aram Dulyan)
|
||||
* Fix: before_delete_page / after_delete_page hooks now run within the same database transaction as the page deletion (Tomasz Knapik)
|
||||
* Fix: Seek to the beginning of image files when uploading, to restore compatibility with django-storages Google Cloud and Azure backends (Mikalai Radchuk)
|
||||
|
||||
|
||||
2.2.1 (13.08.2018)
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ Bug fixes
|
|||
* Respect next param on login (Loic Teixeira)
|
||||
* InlinePanel now handles relations that specify a related_query_name (Aram Dulyan)
|
||||
* before_delete_page / after_delete_page hooks now run within the same database transaction as the page deletion (Tomasz Knapik)
|
||||
* Seek to the beginning of image files when uploading, to restore compatibility with django-storages Google Cloud and Azure backends (Mikalai Radchuk)
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
|
|||
Loading…
Reference in a new issue