mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-29 11:04:49 +00:00
Release note / contributor entry for #2256
This commit is contained in:
parent
c3d2bb52ac
commit
c6140a06f7
3 changed files with 3 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ Changelog
|
|||
* Fix: Fixed a crash in `RedirectMiddleware` when a middleware class before `SiteMiddleware` returns a response (Josh Schneier)
|
||||
* Fix: Fixed error retrieving the moderator list on pages that are covered by multiple moderator permission records (Matt Fozard)
|
||||
* Fix: Ordering pages in the explorer by reverse 'last updated' time now puts pages with no revisions at the top
|
||||
* Fix: WagtailTestUtils now works correctly on custom user models without a ``username`` field (Adam Bolfik)
|
||||
|
||||
1.3.1 (05.01.2016)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
|
|
@ -106,6 +106,7 @@ Contributors
|
|||
* Charlie Choiniere
|
||||
* Nigel Fletton
|
||||
* Kait Crawford
|
||||
* Adam Bolfik
|
||||
|
||||
|
||||
Translators
|
||||
|
|
|
|||
|
|
@ -78,6 +78,7 @@ Bug fixes
|
|||
* Fixed a crash in ``RedirectMiddleware`` when a middleware class before ``SiteMiddleware`` returns a response (Josh Schneier)
|
||||
* Fixed error retrieving the moderator list on pages that are covered by multiple moderator permission records (Matt Fozard)
|
||||
* Ordering pages in the explorer by reverse 'last updated' time now puts pages with no revisions at the top
|
||||
* WagtailTestUtils now works correctly on custom user models without a ``username`` field (Adam Bolfik)
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
|
|||
Loading…
Reference in a new issue