mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-27 18:14:48 +00:00
Release note for #5643 in 2.6.3
This commit is contained in:
parent
53f5b1a96b
commit
9eafab0f48
3 changed files with 23 additions and 0 deletions
|
|
@ -1,6 +1,12 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
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)
|
||||
|
|
@ -5,6 +5,7 @@ Release notes
|
|||
:maxdepth: 1
|
||||
|
||||
upgrading
|
||||
2.6.3
|
||||
2.6.2
|
||||
2.6.1
|
||||
2.6
|
||||
|
|
|
|||
Loading…
Reference in a new issue