Skip to content

Commit 7825837

Browse files
committed
Document Django version support in changelog
1 parent fd210ee commit 7825837

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/changelog.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ Bug fixes
2626

2727
Compatibility
2828
^^^^^^^^^^^^^
29-
* Drop support for Django 1.3. While pytest-django supports a wide range of
30-
Django versions, extended for Django 1.3 was dropped in february 2013.
3129

3230
* Settings defined in `pytest.ini`/`tox.ini`/`setup.cfg` used to override
3331
`DJANGO_SETTINGS_MODULE` defined in the environment. Previously the order was
@@ -37,6 +35,13 @@ Compatibility
3735
will use the test settings. See `PR #199
3836
<https://github.com/pytest-dev/pytest-django/pull/199>`_.
3937

38+
* Support for Django 1.9.
39+
40+
* Support for Django master (to be 1.10) as of 2015-10-06.
41+
42+
* Drop support for Django 1.3. While pytest-django supports a wide range of
43+
Django versions, extended for Django 1.3 was dropped in february 2013.
44+
4045
2.8.0
4146
-----
4247

0 commit comments

Comments
 (0)