0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 01:22:07 +01:00

Release note for #2269

This commit is contained in:
Matt Westcott 2016-03-01 15:53:08 +00:00
parent dc0dcc9d9b
commit a2bc7341f2
2 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@ Changelog
* 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)
* Fix: Logging in to the admin as a user with valid credentials but no admin access permission now displays an error message, rather than rejecting the user silently
1.3.1 (05.01.2016)
~~~~~~~~~~~~~~~~~~

View File

@ -79,6 +79,7 @@ Bug fixes
* 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)
* Logging in to the admin as a user with valid credentials but no admin access permission now displays an error message, rather than rejecting the user silently
Upgrade considerations