Fix Christine Ho's credit

This commit is contained in:
Matt Westcott 2017-08-10 14:31:23 +01:00
parent ccd7402471
commit f9824236a8
2 changed files with 1 additions and 2 deletions

View file

@ -248,7 +248,6 @@ Contributors
* Eugene Morozov
* Levi Adler
* Edwar Baron
* cho-leukeleu
Translators
===========

View file

@ -32,7 +32,7 @@ Other features
* StreamField now respects the ``blank`` setting; StreamBlock accepts a ``required`` setting (Loic Teixeira)
* StreamBlock now accepts ``min_num``, ``max_num`` and ``block_counts`` settings to control the minimum and maximum numbers of blocks (Edwar Baron, Matt Westcott)
* Users can no longer remove their own active / superuser flags through Settings -> Users (Stein Strindhaug, Huub Bouma)
* The ``process_form_submission`` method of form pages now return the created form submission object (cho-leukeleu)
* The ``process_form_submission`` method of form pages now return the created form submission object (Christine Ho)
* Added ``WAGTAILUSERS_PASSWORD_ENABLED`` and ``WAGTAILUSERS_PASSWORD_REQUIRED`` settings to permit creating users with no Django-side passwords, to support external authentication setups (Matt Westcott)
Bug fixes