mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 17:36:49 +01:00
Release note for #5643 in 2.7
This commit is contained in:
parent
f1c79e169a
commit
96c1c41daa
@ -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 New Issue
Block a user