Skip to content

Commit

Permalink
docs and changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethlove committed Feb 1, 2017
1 parent d92dc54 commit e60fb79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/other.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit e60fb79

Please sign in to comment.