mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-04 13:34:46 +00:00
Release note for #468
This commit is contained in:
parent
a205dc5b52
commit
4f59b215d8
3 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ Changelog
|
|||
1.3 (xx.xx.xxxx)
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
* Added `WAGTAIL_PASSWORD_RESET_ENABLED` setting to allow password resets to be disabled independently of the password management interface (John Draper)
|
||||
* Fix: HTTP cache purge now works again on Python 2 (Mitchel Cabuloy)
|
||||
|
||||
1.2 (12.11.2015)
|
||||
|
|
|
|||
|
|
@ -78,6 +78,7 @@ Contributors
|
|||
* Denis Voskvitsov
|
||||
* Kyle Stratis
|
||||
* Sergey Nikitin
|
||||
* John Draper
|
||||
|
||||
|
||||
Translators
|
||||
|
|
|
|||
|
|
@ -14,6 +14,8 @@ What's new
|
|||
Minor features
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
* Added ``WAGTAIL_PASSWORD_RESET_ENABLED`` setting to allow password resets to be disabled independently of the password management interface (John Draper)
|
||||
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue