kopia lustrzana https://github.com/wagtail/wagtail
release note for #1244
rodzic
00d2fd16ac
commit
ea22d3d2f9
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue