mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-21 05:21:54 +00:00
Release note for #4531 in 2.1
This commit is contained in:
parent
4741f83333
commit
957dd4b0a0
2 changed files with 2 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ Changelog
|
|||
* Fix: Stop revision comparison view from crashing when non-model FieldPanels are in use (LB (Ben Johnston))
|
||||
* Fix: Ordering in the page explorer now respects custom `get_admin_display_title` methods when sorting <100 pages (Matt Westcott)
|
||||
* Fix: Use index-specific Elasticsearch endpoints for bulk insertion, for compatibility with providers that lock down the root endpoint (Karl Hobley)
|
||||
* Fix: Fix usage URL on the document edit page (Jérôme Lebleu)
|
||||
|
||||
|
||||
2.0.2 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||
|
|
|
|||
|
|
@ -99,6 +99,7 @@ Bug fixes
|
|||
* Stop revision comparison view from crashing when non-model FieldPanels are in use (LB (Ben Johnston))
|
||||
* Ordering in the page explorer now respects custom ``get_admin_display_title`` methods when sorting <100 pages (Matt Westcott)
|
||||
* Use index-specific Elasticsearch endpoints for bulk insertion, for compatibility with providers that lock down the root endpoint (Karl Hobley)
|
||||
* Fix usage URL on the document edit page (Jérôme Lebleu)
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
|
|||
Loading…
Reference in a new issue