pull/1252/head
Matt Westcott 2015-04-28 19:06:11 +01:00
rodzic 00d2fd16ac
commit ea22d3d2f9
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -56,6 +56,7 @@ Changelog
* Fix: RoutablePage now prevents subpage_urls from being defined as a property, which would cause a memory leak
* Fix: Added validation to prevent pages being created with only whitespace characters in their title fields (Frank Wiles)
* Fix: Prevent logout on changing password when SessionAuthenticationMiddleware is in use
* Fix: Work around a Python / Django issue that prevented documents with certain non-ASCII filenames from being served
0.8.6 (10.03.2015)

Wyświetl plik

@ -18,3 +18,4 @@ Bug fixes
* RoutablePage now prevents ``subpage_urls`` from being defined as a property, which would cause a memory leak
* Added validation to prevent pages being created with only whitespace characters in their title fields
* Users are no longer logged out on changing password when SessionAuthenticationMiddleware (added in Django 1.7) is in use
* Added a workaround for a Python / Django issue that prevented documents with certain non-ASCII filenames from being served