0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

typo: 'attriutes' -> 'attributes'

This commit is contained in:
Matt Westcott 2015-12-15 15:58:33 +00:00
parent 0fe3572566
commit e3269463d3
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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