mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-10 16:24:49 +00:00
Add changelog entry for #621 (late arrival...)
This commit is contained in:
parent
e40312f358
commit
11f1bfcc15
2 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ Changelog
|
|||
* Fix: Rendition filenames are now prevented from going over 60 chars, even with a large focal_point_key
|
||||
* Fix: Child relations that are defined on a model's superclass (such as the base Page model) are now picked up correctly by the page editing form, page copy operations and the replace_text management command
|
||||
* Fix: (For Django 1.7 support) Do not import South when using Django 1.7 (thenewguy)
|
||||
* Fix: Tags on images and documents are now committed to the search index immediately on saving
|
||||
|
||||
0.5 (01.08.2014)
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ Bug fixes
|
|||
* Search results in the page chooser now respect the page_type parameter on PageChooserPanel.
|
||||
* Rendition filenames are now prevented from going over 60 chars, even with a large focal_point_key.
|
||||
* Child relations that are defined on a model's superclass (such as the base Page model) are now picked up correctly by the page editing form, page copy operations and the replace_text management command.
|
||||
* Tags on images and documents are now committed to the search index immediately on saving.
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
|
|||
Loading…
Reference in a new issue