mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-25 19:14:01 +03:00
Adjust README and Release Notes
This commit is contained in:
parent
45ace5010e
commit
8d740a11e4
|
@ -36,8 +36,8 @@ There is a live example API for testing purposes, [available here][sandbox].
|
|||
|
||||
# Requirements
|
||||
|
||||
* Python (2.6.5+, 2.7, 3.2, 3.3, 3.4)
|
||||
* Django (1.6.3+, 1.7, 1.8)
|
||||
* Python (2.7, 3.2, 3.3, 3.4)
|
||||
* Django (1.7, 1.8)
|
||||
|
||||
# Installation
|
||||
|
||||
|
|
|
@ -45,6 +45,7 @@ You can determine your currently installed version using `pip freeze`:
|
|||
**Date**: NOT YET RELEASED
|
||||
|
||||
* Removed support for Django Version 1.5 ([#3421][gh3421])
|
||||
* Removed support for Django Version 1.6 and Python 2.6 ([#3429][gh3429])
|
||||
|
||||
## 3.2.x series
|
||||
|
||||
|
@ -524,4 +525,4 @@ For older release notes, [please see the version 2.x documentation][old-release-
|
|||
|
||||
<!-- 3.0.0 -->
|
||||
[gh3421]: https://github.com/tomchristie/django-rest-framework/pulls/3421
|
||||
|
||||
[gh3429]: https://github.com/tomchristie/django-rest-framework/pull/3429
|
||||
|
|
Loading…
Reference in New Issue
Block a user