mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-28 02:24:48 +00:00
Release note for #2416
This commit is contained in:
parent
61b530e570
commit
197527c5d2
2 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ Changelog
|
|||
* Added success message after logout from Admin (Liam Brenner)
|
||||
* Added `get_upload_to` method to `AbstractRendition` which, when overridden, allows control over where image renditions are stored (Rob Moggach and Matt Westcott)
|
||||
* Added a mechanism to customise the add / edit user forms for custom user models (Nigel Fletton)
|
||||
* Added internal provision for swapping in alternative rich text editors (Karl Hobley)
|
||||
* Fix: The currently selected day is now highlighted only in the correct month in date pickers (Jonas Lergell)
|
||||
* Fix: Fixed crash when an image without a source file was resized with the "dynamic serve view"
|
||||
* Fix: Registered settings admin menu items now show active correctly (Matthew Downey)
|
||||
|
|
|
|||
|
|
@ -71,6 +71,7 @@ Minor features
|
|||
* Added success message after logout from Admin (Liam Brenner)
|
||||
* Added ``get_upload_to`` method to ``AbstractRendition`` which, when overridden, allows control over where image renditions are stored (Rob Moggach and Matt Westcott)
|
||||
* Added a mechanism to customise the add / edit user forms for custom user models - see :doc:`/advanced_topics/customisation/custom_user_models` (Nigel Fletton)
|
||||
* Added internal provision for swapping in alternative rich text editors (Karl Hobley)
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue