Skip to content

Commit eab1a6e

Browse files
committed
Add release notes for #5058 & #5457
Remove Django 1.8 & 1.9 from README and setup.py
1 parent 9eeaf60 commit eab1a6e

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ There is a live example API for testing purposes, [available here][sandbox].
5252

5353
# Requirements
5454

55-
* Python (2.7, 3.2, 3.3, 3.4, 3.5, 3.6)
56-
* Django (1.8, 1.9, 1.10, 1.11)
55+
* Python (2.7, 3.4, 3.5, 3.6)
56+
* Django (1.10, 1.11)
5757

5858
# Installation
5959

docs/topics/release-notes.md

+5
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,14 @@ You can determine your currently installed version using `pip freeze`:
6464
* Defer translated string evaluation on validators. [#5452][gh5452]
6565
* Added default value for 'detail' param into 'ValidationError' exception [#5342][gh5342]
6666
* Adjust schema get_filter_fields rules to match framework [#5454][gh5454]
67+
* Updated test matrix to add Django 2.0 and drop Django 1.8 & 1.9
68+
**BC Change**: This removes Django 1.8 and Django 1.9 from Django REST Framework supported versions. [#5457][gh5457]
69+
* Fixed a deprecation warning in serializers.ModelField [#5058][gh5058]
6770

6871

6972
<!-- 3.7.0 -->
73+
[gh5058]: https://github.com/encode/django-rest-framework/issues/5058
74+
[gh5457]: https://github.com/encode/django-rest-framework/issues/5457
7075
[gh5376]: https://github.com/encode/django-rest-framework/issues/5376
7176
[gh5422]: https://github.com/encode/django-rest-framework/issues/5422
7277
[gh5408]: https://github.com/encode/django-rest-framework/issues/5408

setup.py

-3
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ def get_package_data(package):
9292
'Development Status :: 5 - Production/Stable',
9393
'Environment :: Web Environment',
9494
'Framework :: Django',
95-
'Framework :: Django :: 1.8',
96-
'Framework :: Django :: 1.9',
9795
'Framework :: Django :: 1.10',
9896
'Framework :: Django :: 1.11',
9997
'Intended Audience :: Developers',
@@ -103,7 +101,6 @@ def get_package_data(package):
103101
'Programming Language :: Python :: 2',
104102
'Programming Language :: Python :: 2.7',
105103
'Programming Language :: Python :: 3',
106-
'Programming Language :: Python :: 3.3',
107104
'Programming Language :: Python :: 3.4',
108105
'Programming Language :: Python :: 3.5',
109106
'Topic :: Internet :: WWW/HTTP',

0 commit comments

Comments
 (0)