pull/4755/head
Matt Westcott 2019-05-03 16:56:46 +01:00
rodzic 722cd8be10
commit 51d8cac6f4
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -7,6 +7,7 @@ Changelog
* Removed support for Python 3.4
* Added support for `short_description` for field labels in modeladmin's `InspectView` (Wesley van Lee)
* Rearranged SCSS folder structure to the client folder and split them approximately according to ITCSS. (Naomi Morduch Toubman, Jonny Scholes, Janneke Janssen, Hugo van den Berg)
* Added support for specifying cell alignment on TableBlock (Samuel Mendes)
* Fix: ModelAdmin no longer fails when filtering over a foreign key relation (Jason Dilworth, Matt Westcott)
* Fix: The Wagtail version number is now visible within the Settings menu (Kevin Howbrook)
* Fix: Scaling images now rounds values to an integer so that images render without errors (Adrian Brunyate)

Wyświetl plik

@ -368,6 +368,7 @@ Contributors
* Po-Chuan Hsieh
* scil
* Mike Hearn
* Samuel Mendes
Translators
===========

Wyświetl plik

@ -16,6 +16,7 @@ Other features
* Added support for ``short_description`` for field labels in modeladmin's ``InspectView`` (Wesley van Lee)
* Rearranged SCSS folder structure to the client folder and split them approximately according to ITCSS. (Naomi Morduch Toubman, Jonny Scholes, Janneke Janssen, Hugo van den Berg)
* Added support for specifying cell alignment on TableBlock (Samuel Mendes)
Bug fixes