Release note / contributor entry for #2256

This commit is contained in:
Matt Westcott 2016-03-01 15:26:53 +00:00
parent c3d2bb52ac
commit c6140a06f7
3 changed files with 3 additions and 0 deletions

View file

@ -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)
~~~~~~~~~~~~~~~~~~

View file

@ -106,6 +106,7 @@ Contributors
* Charlie Choiniere
* Nigel Fletton
* Kait Crawford
* Adam Bolfik
Translators

View file

@ -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