mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-21 21:41:55 +00:00
Release note for #4788
This commit is contained in:
parent
a7fd9a136e
commit
56801cc0ce
3 changed files with 8 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ Changelog
|
|||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Added support for Django 2.1 (Ryan Verner, Matt Westcott)
|
||||
* Improved colour contrast (Coen van der Kamp, Naomi Morduch Toubman, Naa Marteki Reed, Edd Baldry, Ben Enright)
|
||||
* Added 'scale' image filter (Oliver Wilkerson)
|
||||
* Added meta tag to prevent search engines from indexing admin pages (Karl Hobley)
|
||||
* EmbedBlock now validates against recognised embed providers on save (Bertrand Bordage)
|
||||
|
|
|
|||
|
|
@ -320,6 +320,7 @@ Contributors
|
|||
* Dan Braghis
|
||||
* Ben Dickinson
|
||||
* Meteor0id
|
||||
* Naa Marteki Reed
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
|||
|
|
@ -19,6 +19,12 @@ Added Django 2.1 support
|
|||
Wagtail is now compatible with Django 2.1. Compatibility fixes were contributed by Ryan Verner and Matt Westcott.
|
||||
|
||||
|
||||
Improved colour contrast
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Colour contrast within the admin interface has been improved, and now complies with WCAG 2 level AA. This was completed by Coen van der Kamp and Naomi Morduch Toubman based on earlier work from Edd Baldry, Naa Marteki Reed and Ben Enright.
|
||||
|
||||
|
||||
Other features
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue