mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-02 12:34:46 +00:00
Release note for #2872
This commit is contained in:
parent
a3b850f37e
commit
5dfcdfb2a6
3 changed files with 3 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ Changelog
|
|||
* Fix: StreamField block renderings using templates no longer undergo double escaping when using Jinja2 (Aymeric Augustin)
|
||||
* Fix: RichText objects no longer undergo double escaping when using Jinja2 (Aymeric Augustin, Matt Westcott)
|
||||
* Fix: Saving a page by pressing enter key no longer triggers a "Changes may not be saved message" (Sean Muck, Matt Westcott)
|
||||
* Fix: RoutablePageMixin no longer breaks in the presence of instance-only attributes such as those generated by FileFields (Fábio Macêdo Mendes)
|
||||
|
||||
|
||||
1.5.3 (18.07.2016)
|
||||
|
|
|
|||
|
|
@ -158,6 +158,7 @@ Contributors
|
|||
* Adriaan Tijsseling
|
||||
* sebworks
|
||||
* Sean Muck
|
||||
* Fábio Macêdo Mendes
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
|||
|
|
@ -69,6 +69,7 @@ Bug fixes
|
|||
* StreamField block renderings using templates no longer undergo double escaping when using Jinja2 (Aymeric Augustin)
|
||||
* RichText objects no longer undergo double escaping when using Jinja2 (Aymeric Augustin, Matt Westcott)
|
||||
* Saving a page by pressing enter key no longer triggers a "Changes may not be saved message" (Sean Muck, Matt Westcott)
|
||||
* RoutablePageMixin no longer breaks in the presence of instance-only attributes such as those generated by FileFields (Fábio Macêdo Mendes)
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
|
|||
Loading…
Reference in a new issue