From 1eae1e46141a252e79dd2eca78462ee9fe1ce789 Mon Sep 17 00:00:00 2001 From: a-mere-peasant <50142453+a-mere-peasant@users.noreply.github.com> Date: Sun, 6 Oct 2019 10:39:42 +0530 Subject: [PATCH] Added 'image uploads in forms' to third party tutorials --- CHANGELOG.txt | 1 + CONTRIBUTORS.rst | 1 + docs/advanced_topics/third_party_tutorials.rst | 1 + docs/releases/2.7.rst | 1 + 4 files changed, 4 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 72595d9cd5a..ca4590ffa2f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -24,6 +24,7 @@ Changelog * Added cache-busting query parameters to static files within the Wagtail admin (Matt Westcott) * Allow `register_page_action_menu_item` and `construct_page_action_menu` hooks to override the default menu action (Rahmi Pruitt, Matt Westcott) * Add docs table template rendering example (Matt Westcott) + * Add blog about image uploads in Wagtail forms to third party tutorial documentation (a-mere-peasant) * Fix: Added line breaks to long filenames on multiple image / document uploader (Kevin Howbrook) * Fix: Added https support for Scribd oEmbed provider (Rodrigo) * Fix: Changed StreamField group labels color so labels are visible (Catherine Farman) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index d2b961ea73f..3ba60f1961a 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -412,6 +412,7 @@ Contributors * Mike Janger * Prithvi MK * pySilver +* a-mere-peasant Translators =========== diff --git a/docs/advanced_topics/third_party_tutorials.rst b/docs/advanced_topics/third_party_tutorials.rst index 8c60c312360..d64871c0cd0 100644 --- a/docs/advanced_topics/third_party_tutorials.rst +++ b/docs/advanced_topics/third_party_tutorials.rst @@ -19,6 +19,7 @@ Third-party tutorials * `Wagtail and GraphQL `_ (19 April 2018) * `Wagtail and Azure storage blob containers `_ (29 November 2017) * `Building TwilioQuest with Twilio Sync, Django [incl. Wagtail], and Vue.js `_ (6 November 2017) +* `Image upload in wagtail forms `_ (3 September 2017) * `Upgrading from Wagtail 1.0 to Wagtail 1.11 `_ (19 July 2017) * `Wagtail-Multilingual: a simple project to demonstrate how multilingual is implemented `_ (31 January 2017) * `Wagtail: 2 Steps for Adding Pages Outside of the CMS `_ (15 February 2016) diff --git a/docs/releases/2.7.rst b/docs/releases/2.7.rst index 50989415d0d..e73a6acdf83 100644 --- a/docs/releases/2.7.rst +++ b/docs/releases/2.7.rst @@ -43,6 +43,7 @@ Other features * Added cache-busting query parameters to static files within the Wagtail admin (Matt Westcott) * Allow ``register_page_action_menu_item`` and ``construct_page_action_menu`` hooks to override the default menu action (Rahmi Pruitt, Matt Westcott) - thanks to `The Motley Fool `_ for sponsoring review of this feature * Add docs table template rendering example (Matt Westcott) + * Add blog about image uploads in Wagtail forms to third party tutorial documentation (a-mere-peasant) Bug fixes