mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-04-26 12:03:44 +03:00
Adjust README and Release Notes
This commit is contained in:
parent
8ea1606abf
commit
2aa33ed544
|
@ -37,7 +37,7 @@ There is a live example API for testing purposes, [available here][sandbox].
|
||||||
# Requirements
|
# Requirements
|
||||||
|
|
||||||
* Python (2.6.5+, 2.7, 3.2, 3.3, 3.4)
|
* Python (2.6.5+, 2.7, 3.2, 3.3, 3.4)
|
||||||
* Django (1.5.6+, 1.6.3+, 1.7, 1.8)
|
* Django (1.6.3+, 1.7, 1.8)
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
|
|
|
@ -38,6 +38,14 @@ You can determine your currently installed version using `pip freeze`:
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 3.3.x series
|
||||||
|
|
||||||
|
### 3.0.0
|
||||||
|
|
||||||
|
**Date**: NOT YET RELEASED
|
||||||
|
|
||||||
|
* Removed support for Django Version 1.5 ([#3421][gh3421])
|
||||||
|
|
||||||
## 3.2.x series
|
## 3.2.x series
|
||||||
|
|
||||||
### 3.2.3
|
### 3.2.3
|
||||||
|
@ -514,5 +522,6 @@ For older release notes, [please see the version 2.x documentation][old-release-
|
||||||
[gh3321]: https://github.com/tomchristie/django-rest-framework/issues/3321
|
[gh3321]: https://github.com/tomchristie/django-rest-framework/issues/3321
|
||||||
|
|
||||||
|
|
||||||
|
<!-- 3.0.0 -->
|
||||||
|
[gh3421]: https://github.com/tomchristie/django-rest-framework/pulls/3421
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user