Skip to content

Commit e60fb79

Browse files
committed
docs and changelog update
1 parent d92dc54 commit e60fb79

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Changelog
55
=========
66

77
* :feature:`198` New :ref:`OrderableListMixin` allows to switch the default ordering setting from `asc` to `desc`.
8+
* :support:`215` Imports updated for Django 2.0.
9+
* :feature:`204` New :ref:`HeaderMixin` that allows custom headers to be set on a view.
810
* :release:`1.10.0 <2016-10-24>`
911
* :bug:`212 major` Small changes for Django 1.10 compatibility.
1012
* :bug:`211 major` ReadTheDocs links updated.

docs/other.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ If you need to change the name of the method called, provide a new value to the
609609
HeaderMixin
610610
-------------
611611

612-
.. versionadded:: 1.9
612+
.. versionadded:: 1.11
613613

614614
This mixin allows you to add arbitrary HTTP header to a response. Static headers can be defined in the ``headers`` attribute of the view.
615615

0 commit comments

Comments
 (0)