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:
parent
dc0dcc9d9b
commit
a2bc7341f2
@ -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)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user