Release notes for #6850

pull/6849/head
Andy Babic 2021-03-02 19:41:47 +00:00 zatwierdzone przez Andy Babic
rodzic 8f38aaae87
commit cae9bbbea2
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -7,6 +7,7 @@ Changelog
* Support passing `min_num`, `max_num` and `block_counts` arguments directly to `StreamField` (Haydn Greatnews, Matt Westcott)
* Add the option to set rich text images as decorative, without alt text (Helen Chapman, Thibaud Colas)
* Add support for `__year` lookup in Elasticsearch queries (Seb Brown)
* Support passing multiple models as arguments to `type()`, `not_type()`, `exact_type()` and `no_exact_type()` methods on `PageQuerySet` (Andy Babic)
* Fix: StreamField required status is now consistently handled by the `blank` keyword argument (Matt Westcott)
* Fix: Show 'required' asterisks for blocks inside required StreamFields (Matt Westcott)
* Fix: Make image chooser "Select format" fields translatable (Helen Chapman, Thibaud Colas)

Wyświetl plik

@ -16,6 +16,7 @@ Other features
* Support passing ``min_num``, ``max_num`` and ``block_counts`` arguments directly to ``StreamField`` (Haydn Greatnews, Matt Westcott)
* Add the option to set rich text images as decorative, without alt text (Helen Chapman, Thibaud Colas)
* Add support for ``__year`` filter in Elasticsearch queries (Seb Brown)
* Support passing multiple models as arguments to ``type()``, ``not_type()``, ``exact_type()`` and ``no_exact_type()`` methods on ``PageQuerySet`` (Andy Babic)
Bug fixes