mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-14 20:10:59 +00:00
Release note for #5643 in 2.6.3
This commit is contained in:
parent
46615c2912
commit
b593b43395
3 changed files with 23 additions and 0 deletions
|
|
@ -50,6 +50,12 @@ Changelog
|
|||
* Fix: Replace format() placeholders in translatable strings with % formatting (Matt Westcott)
|
||||
|
||||
|
||||
2.6.3 (22.01.2019)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Fix: Altering Django REST Framework's `DEFAULT_AUTHENTICATION_CLASSES` setting no longer breaks the page explorer menu and admin API (Matt Westcott)
|
||||
|
||||
|
||||
2.6.2 (19.09.2019)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
16
docs/releases/2.6.3.rst
Normal file
16
docs/releases/2.6.3.rst
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
===========================
|
||||
Wagtail 2.6.3 release notes
|
||||
===========================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
:depth: 1
|
||||
|
||||
|
||||
What's new
|
||||
==========
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
* Altering Django REST Framework's ``DEFAULT_AUTHENTICATION_CLASSES`` setting no longer breaks the page explorer menu and admin API (Matt Westcott)
|
||||
|
|
@ -6,6 +6,7 @@ Release notes
|
|||
|
||||
upgrading
|
||||
2.7
|
||||
2.6.3
|
||||
2.6.2
|
||||
2.6.1
|
||||
2.6
|
||||
|
|
|
|||
Loading…
Reference in a new issue