mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-17 03:31:11 +00:00
release note for #797
This commit is contained in:
parent
8709be6ea4
commit
5a658a173d
2 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ Changelog
|
|||
* Fix: Added missing jQuery UI sprite files, causing collectstatic to throw errors (most reported on Heroku)
|
||||
* Fix: Page system check for on_delete actions of ForeignKeys was throwing false positives when page class decends from an abstract class (Alejandro Giacometti)
|
||||
* 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
|
||||
|
||||
|
||||
0.8.1 (05.11.2014)
|
||||
|
|
|
|||
|
|
@ -17,3 +17,4 @@ Bug fixes
|
|||
* Added missing jQuery UI sprite files, causing collectstatic to throw errors (most reported on Heroku)
|
||||
* Page system check for on_delete actions of ForeignKeys was throwing false positives when page class decends from an abstract class (Alejandro Giacometti)
|
||||
* 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue