Fixed missing full stop

Thanks @tomdyson for spotting!
pull/2449/merge
Karl Hobley 2016-04-11 20:09:39 +01:00
rodzic 512b96aa82
commit bc608b2a9a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -7,7 +7,7 @@ Changelog
* Moved lesser-user actions in the page explorer into a 'More' dropdown
* Added a hook `register_page_listing_buttons` for adding action buttons to the page explorer
* Added 'revisions' action to pages list (Roel Bruggink)
* The "dynamic serve view" for images has been greatly improved See release notes for details
* The "dynamic serve view" for images has been greatly improved. See release notes for details
* Added a hook `insert_global_admin_js` for inserting custom JavaScript throughout the admin backend (Tom Dyson)
* The type of the ``search_fields`` attribute on ``Page`` models (and other searchable models) has changed from a tuple to a list (Tim Heap)
* Use `PasswordChangeForm` when user changes their password, requiring the user to enter their current password (Matthijs Melissen)