Skip to content

Commit ec5c3aa

Browse files
committed
Merge pull request #2823 from jpadilla/master
Django 1.8 is no longer in beta
2 parents 970bfe1 + 3abbead commit ec5c3aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ There is a live example API for testing purposes, [available here][sandbox].
3636
# Requirements
3737

3838
* Python (2.6.5+, 2.7, 3.2, 3.3, 3.4)
39-
* Django (1.4.11+, 1.5.6+, 1.6.3+, 1.7, 1.8-beta)
39+
* Django (1.4.11+, 1.5.6+, 1.6.3+, 1.7+, 1.8)
4040

4141
# Installation
4242

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Some reasons you might want to use REST framework:
5050
REST framework requires the following:
5151

5252
* Python (2.6.5+, 2.7, 3.2, 3.3, 3.4)
53-
* Django (1.4.11+, 1.5.6+, 1.6.3+, 1.7, 1.8-beta)
53+
* Django (1.4.11+, 1.5.6+, 1.6.3+, 1.7+, 1.8)
5454

5555
The following packages are optional:
5656

0 commit comments

Comments
 (0)