From 01d63bfb61f6fd998250d1ad509847b488db7c36 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 14 Sep 2016 16:54:30 +0100 Subject: [PATCH] fix double-backticks --- CHANGELOG.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7014d6c11..15b9649ee 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -9,7 +9,7 @@ Changelog * Unpublishing a page now gives the option to unpublish subpages too (Jordi Joan) * The `wagtailforms` module now provides a `FormSubmissionPanel` for displaying details of form submissions (João Luiz Lorencetti) * The Wagtail version number can now be obtained as a tuple using `from wagtail import VERSION` (Tim Heap) - * ``send_mail`` logic has been moved from ``AbstractEmailForm.process_form_submission`` into ``AbstractEmailForm.send_mail``. Now it's easier to override this logic (Tim Leguijt) + * `send_mail` logic has been moved from `AbstractEmailForm.process_form_submission` into `AbstractEmailForm.send_mail`. Now it's easier to override this logic (Tim Leguijt) * Added `before_create_page`, `before_edit_page`, `before_delete_page` hooks (Karl Hobley) * Fix: Migrations for wagtailcore and project template are now reversible (Benjamin Bach) * Fix: The default image format label text ('Full width', 'Left-aligned', 'Right-aligned') is now localised (Mikalai Radchuk)