typo: 'attriutes' -> 'attributes'

pull/1898/merge
Matt Westcott 2015-12-15 15:58:33 +00:00
rodzic 0fe3572566
commit e3269463d3
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

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