mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-03 13:04:46 +00:00
typo: 'attriutes' -> 'attributes'
This commit is contained in:
parent
0fe3572566
commit
e3269463d3
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ Changelog
|
|||
* Support for indexing fields across relations in Elasticsearch
|
||||
* Added toolbar to cross-link between different search areas, and `register_admin_search_area` hook to register new areas (Ben Kerle)
|
||||
* Added `WagtailPageTests`, a helper module to simplify writing tests for Wagtail sites
|
||||
* Added system checks to check the `subpage_types` and `parent_page_types` attriutes of page models
|
||||
* Added system checks to check the `subpage_types` and `parent_page_types` attributes of page models
|
||||
* Added `WAGTAIL_PASSWORD_RESET_ENABLED` setting to allow password resets to be disabled independently of the password management interface (John Draper)
|
||||
* Updated fonts for more comprehensive Unicode support
|
||||
* Added `.alt` attribute to image renditions
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ Minor features
|
|||
~~~~~~~~~~~~~~
|
||||
|
||||
* Added ``WagtailPageTests``, a helper module to simplify writing tests for Wagtail sites. See :doc:`/advanced_topics/testing`
|
||||
* Added system checks to check the `subpage_types` and `parent_page_types` attriutes of page models
|
||||
* Added system checks to check the `subpage_types` and `parent_page_types` attributes of page models
|
||||
* Added ``WAGTAIL_PASSWORD_RESET_ENABLED`` setting to allow password resets to be disabled independently of the password management interface (John Draper)
|
||||
* Updated fonts for more comprehensive Unicode support
|
||||
* Added ``.alt`` attribute to image renditions
|
||||
|
|
|
|||
Loading…
Reference in a new issue