From 3fe442ff4d8f762e81394b11f5f5550c5472474f Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 1 Mar 2019 16:41:44 +0000 Subject: [PATCH] Add Learn Wagtail to third-party tutorials --- CHANGELOG.txt | 1 + docs/advanced_topics/third_party_tutorials.rst | 1 + docs/releases/2.5.rst | 1 + 3 files changed, 3 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a8fb5d8c47..0ad6c1071d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -15,6 +15,7 @@ Changelog * Added `manage.py wagtail_update_index` alias to avoid clashes with `update_index` commands from other packages (Matt Westcott) * Renamed `target_model` argument on `PageChooserBlock` to `page_type` (Loic Teixeira) * `edit_handler` and `panels` can now be defined on a `ModelAdmin` definition (Thomas Kremmel) + * Add Learn Wagtail to third-party tutorials in documentation (Matt Westcott) * Fix: Set `SERVER_PORT` to 443 in `Page.dummy_request()` for HTTPS sites (Sergey Fedoseev) * Fix: Include port number in `Host` header of `Page.dummy_request()` (Sergey Fedoseev) * Fix: Validation error messages in `InlinePanel` no longer count towards `max_num` when disabling the 'add' button (Todd Dembrey, Thibaud Colas) diff --git a/docs/advanced_topics/third_party_tutorials.rst b/docs/advanced_topics/third_party_tutorials.rst index 5d172723f9..6e58a520fe 100644 --- a/docs/advanced_topics/third_party_tutorials.rst +++ b/docs/advanced_topics/third_party_tutorials.rst @@ -6,6 +6,7 @@ Third-party tutorials The following list is a collection of tutorials and development notes from third-party developers. Some of the older links may not apply to the latest Wagtail versions. +* `Learn Wagtail `_ - regular video tutorials about all aspects of Wagtail (1 March 2019) * `Wagtail Tutorial Series `_ (20 January 2019) * `E-Commerce for Django developers (with Wagtail shop tutorial) `_ (5 July 2018) * `Wagtail and GraphQL `_ (19 April 2018) diff --git a/docs/releases/2.5.rst b/docs/releases/2.5.rst index 8ed1c5552b..b4cf7cf027 100644 --- a/docs/releases/2.5.rst +++ b/docs/releases/2.5.rst @@ -25,6 +25,7 @@ Other features * Added ``manage.py wagtail_update_index`` alias to avoid clashes with ``update_index`` commands from other packages (Matt Westcott) * Renamed ``target_model`` argument on ``PageChooserBlock`` to ``page_type`` (Loic Teixeira) * ``edit_handler`` and ``panels`` can now be defined on a ``ModelAdmin`` definition (Thomas Kremmel) + * Add Learn Wagtail to third-party tutorials in documentation (Matt Westcott) Bug fixes