pull/5869/head
Matt Westcott 2020-03-04 11:38:32 +00:00
rodzic a8c7ce6c33
commit 7dae758ea4
3 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -26,6 +26,8 @@ Changelog
* Fix: Fix InlinePanel item non field errors not visible (Storm Heg)
* Fix: `{% image ... as var %}` now clears the context variable when passed None as an image (Maylon Pedroso)
* Fix: Allow RFC 3986-permitted punctuation in custom URL routes such as `RoutablePageMixin` (Storm Heg)
* Fix: `refresh_index` method on Elasticsearch no longer fails (Lars van de Kerkhof)
* Fix: Document tags no longer fail to update when replacing the document file at the same time (Matt Westcott)
2.8 (03.02.2020)

Wyświetl plik

@ -437,6 +437,7 @@ Contributors
* timmysmalls
* dtwm
* Steve Lyall
* Lars van de Kerkhof
Translators
===========

Wyświetl plik

@ -40,6 +40,8 @@ Bug fixes
* Rendering of non field errors for InlinePanel items (Storm Heg)
* ``{% image ... as var %}`` now clears the context variable when passed None as an image (Maylon Pedroso)
* Allow RFC 3986-permitted punctuation in custom URL routes such as ``RoutablePageMixin`` (Storm Heg)
* ``refresh_index`` method on Elasticsearch no longer fails (Lars van de Kerkhof)
* Document tags no longer fail to update when replacing the document file at the same time (Matt Westcott)
Upgrade considerations