mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-03 21:14:46 +00:00
Changelog/release note for #3277
This commit is contained in:
parent
2b1c9bc715
commit
4ea06426ab
2 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ Changelog
|
|||
* The `add_subpage` view now maintains a `next` URL parameter to specify where to redirect to after completing page creation (Robert Rollins)
|
||||
* Fix: Help text for StreamField is now visible and does not cover block controls (Stein Strindhaug)
|
||||
* Fix: "X minutes ago" timestamps are now marked for translation (Janneke Janssen, Matt Westcott)
|
||||
* Fix: Avoid indexing unsaved field content on `save(update_fields=[...])` operations (Matt Westcott)
|
||||
|
||||
|
||||
1.8 (15.12.2016)
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ Bug fixes
|
|||
|
||||
* Help text for StreamField is now visible and does not cover block controls (Stein Strindhaug)
|
||||
* "X minutes ago" timestamps are now marked for translation (Janneke Janssen, Matt Westcott)
|
||||
* Avoid indexing unsaved field content on `save(update_fields=[...])` operations (Matt Westcott)
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
|
|||
Loading…
Reference in a new issue