mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-24 00:24:48 +00:00
Release notes for #3541
This commit is contained in:
parent
665d06c8ce
commit
563b8e48ef
3 changed files with 5 additions and 1 deletions
|
|
@ -14,6 +14,8 @@ Changelog
|
|||
* Fix: In PostgreSQL, new default ordering when ranking of objects is the same (Bertrand Bordage)
|
||||
* Fix: Fixed overlapping header elements on form submissions view on mobile (Jack Paine)
|
||||
* Fix: Fixed avatar position in footer on mobile (Jack Paine)
|
||||
* Fix: Custom document models no longer require their own post-delete signal handler (Gordon Pendleton)
|
||||
* Fix: Deletion of image / document files now only happens when database transaction has completed (Gordon Pendleton)
|
||||
|
||||
|
||||
1.12.2 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ Contributors
|
|||
* Jeffrey Hearn
|
||||
* Robert Clark
|
||||
* Nathan Brizendine
|
||||
* thenewguy
|
||||
* Gordon Pendleton
|
||||
* John-Scott Atlakson
|
||||
* Eric Drechsel
|
||||
* Alejandro Giacometti
|
||||
|
|
|
|||
|
|
@ -29,6 +29,8 @@ Bug fixes
|
|||
* In PostgreSQL, new default ordering when ranking of objects is the same (Bertrand Bordage)
|
||||
* Fixed overlapping header elements on form submissions view on mobile (Jack Paine)
|
||||
* Fixed avatar position in footer on mobile (Jack Paine)
|
||||
* Custom document models no longer require their own post-delete signal handler (Gordon Pendleton)
|
||||
* Deletion of image / document files now only happens when database transaction has completed (Gordon Pendleton)
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
|
|||
Loading…
Reference in a new issue