File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ Bug fixes
26
26
27
27
Compatibility
28
28
^^^^^^^^^^^^^
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.
31
29
32
30
* Settings defined in `pytest.ini `/`tox.ini `/`setup.cfg ` used to override
33
31
`DJANGO_SETTINGS_MODULE ` defined in the environment. Previously the order was
@@ -37,6 +35,13 @@ Compatibility
37
35
will use the test settings. See `PR #199
38
36
<https://github.com/pytest-dev/pytest-django/pull/199> `_.
39
37
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
+
40
45
2.8.0
41
46
-----
42
47
You can’t perform that action at this time.
0 commit comments