From e60fb79de1365d419b2234dd0ac99112ef9f328a Mon Sep 17 00:00:00 2001 From: Kenneth Love Date: Wed, 1 Feb 2017 11:39:47 -0800 Subject: [PATCH] docs and changelog update --- docs/changelog.rst | 2 ++ docs/other.rst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 1df58a5c..d8a6ecf0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,8 @@ Changelog ========= * :feature:`198` New :ref:`OrderableListMixin` allows to switch the default ordering setting from `asc` to `desc`. +* :support:`215` Imports updated for Django 2.0. +* :feature:`204` New :ref:`HeaderMixin` that allows custom headers to be set on a view. * :release:`1.10.0 <2016-10-24>` * :bug:`212 major` Small changes for Django 1.10 compatibility. * :bug:`211 major` ReadTheDocs links updated. diff --git a/docs/other.rst b/docs/other.rst index f2f6fa59..39999467 100644 --- a/docs/other.rst +++ b/docs/other.rst @@ -609,7 +609,7 @@ If you need to change the name of the method called, provide a new value to the HeaderMixin ------------- -.. versionadded:: 1.9 +.. versionadded:: 1.11 This mixin allows you to add arbitrary HTTP header to a response. Static headers can be defined in the ``headers`` attribute of the view.