Skip to content

Commit ca513fe

Browse files
committed
updated changelog and the list of supported python and django versions
1 parent 772dbed commit ca513fe

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ guidelines <https://django-oauth-toolkit.readthedocs.org/en/latest/contributing.
3737
Requirements
3838
------------
3939

40-
* Python 2.6, 2.7, 3.3, 3.4, 3.5
41-
* Django 1.4, 1.5, 1.6, 1.7, 1.8, 1.9
40+
* Python 2.7, 3.2, 3.3, 3.4, 3.5
41+
* Django 1.7, 1.8, 1.9
4242

4343
Installation
4444
------------
@@ -90,6 +90,7 @@ Changelog
9090
master
9191
~~~~~~~~~~~~~~~~~~
9292

93+
* **#322: dropping support for python 2.6 and django 1.4, 1.5, 1.6**
9394
* #299: 'server_class' is now pluggable through Django settings
9495
* #309: Add the py35-django19 env to travis
9596
* #308: Use compact syntax for tox envs

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Changelog
44
master
55
------------------
66

7+
* **#322: dropping support for python 2.6 and django 1.4, 1.5, 1.6**
78
* #299: 'server_class' is now pluggable through Django settings
89
* #309: Add the py35-django19 env to travis
910
* #308: Use compact syntax for tox envs

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ If you need support please send a message to the `Django OAuth Toolkit Google Gr
2121
Requirements
2222
------------
2323

24-
* Python 2.6, 2.7, 3.3, 3.4
25-
* Django 1.4, 1.5, 1.6, 1.7
24+
* Python 2.7, 3.2, 3.3, 3.4, 3.5
25+
* Django 1.7, 1.8, 1.9
2626

2727
Index
2828
=====

0 commit comments

Comments
 (0)