kopia lustrzana https://github.com/wagtail/wagtail
Release note for #5845
rodzic
a8c7ce6c33
commit
7dae758ea4
|
@ -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)
|
||||
|
|
|
@ -437,6 +437,7 @@ Contributors
|
|||
* timmysmalls
|
||||
* dtwm
|
||||
* Steve Lyall
|
||||
* Lars van de Kerkhof
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue