mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-27 08:04:01 +00:00
Release note for #5643 in 2.7
This commit is contained in:
parent
b593b43395
commit
73b73e31f1
2 changed files with 2 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ Changelog
|
|||
* Fix: Replace styleguide example avatar with default image to avoid issues when custom user model is used (Matt Westcott)
|
||||
* Fix: `DraftailRichTextArea` is no longer treated as a hidden field by Django's form logic (Sergey Fedoseev)
|
||||
* Fix: Replace format() placeholders in translatable strings with % formatting (Matt Westcott)
|
||||
* Fix: Altering Django REST Framework's `DEFAULT_AUTHENTICATION_CLASSES` setting no longer breaks the page explorer menu and admin API (Matt Westcott)
|
||||
|
||||
|
||||
2.6.3 (22.01.2019)
|
||||
|
|
|
|||
|
|
@ -77,6 +77,7 @@ Bug fixes
|
|||
* Replace styleguide example avatar with default image to avoid issues when custom user model is used (Matt Westcott)
|
||||
* ``DraftailRichTextArea`` is no longer treated as a hidden field by Django's form logic (Sergey Fedoseev)
|
||||
* Replace format() placeholders in translatable strings with % formatting (Matt Westcott)
|
||||
* Altering Django REST Framework's ``DEFAULT_AUTHENTICATION_CLASSES`` setting no longer breaks the page explorer menu and admin API (Matt Westcott)
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
|
|||
Loading…
Reference in a new issue