From 204aa53ff4a673db4725cb4f223e6d5e14a9af19 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 12 Nov 2015 16:43:49 +0000 Subject: [PATCH] Add Python 3.5 support to release notes --- CHANGELOG.txt | 1 + docs/releases/1.2.rst | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8ea7cc73d..78c8dca36 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,7 @@ Changelog * 'Add' button on inline panels is disabled when `max_num` is reached (Salvador Faria) * StreamField blocks now provide a `get_context` method for passing additional variables to the block template * Wagtail API now incorporates the browsable front-end provided by Django REST Framework + * Python 3.5 support * WagtailRedirectMiddleware can now ignore the query string if there is no redirect that exactly matches it (Michael Cordover) * Order of URL parameters now ignored by redirect middleware (Michael Cordover) * Added SQL Server compatibility to image migration (Timothy Allen) diff --git a/docs/releases/1.2.rst b/docs/releases/1.2.rst index e5b79be4e..50ec9f6b1 100644 --- a/docs/releases/1.2.rst +++ b/docs/releases/1.2.rst @@ -65,6 +65,12 @@ Browsable API The Wagtail API now incorporates the browsable front-end provided by Django REST Framework. Note that this must be enabled by adding ``'rest_framework'`` to your project's ``INSTALLED_APPS`` setting. +Python 3.5 support +~~~~~~~~~~~~~~~~~~ + +Wagtail now supports Python 3.5 when run in conjunction with Django 1.8.6 or later. + + Minor features ~~~~~~~~~~~~~~