pull/1137/merge
Matt Westcott 2015-04-08 11:49:19 +01:00
rodzic c53ffbf929
commit 7ff9f3ee50
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -42,6 +42,7 @@ Changelog
* Added hook `construct_homepage_summary_items` for customising the site summary panel on the admin homepage
* No longer automatically tries to use Celery for sending notification emails
* Added "Add child page" button to admin userbar (Eric Drechsel)
* Fix: Prevent logout on changing password when SessionAuthenticationMiddleware is in use
0.8.6 (10.03.2015)

Wyświetl plik

@ -108,6 +108,7 @@ Bug fixes
* The ``document_served`` signal now correctly passes the Document class as ``sender`` and the document as ``instance``
* Image edit page no longer throws ``OSError`` when the original image is missing
* Users are no longer logged out on changing password when SessionAuthenticationMiddleware is in use
Upgrade considerations