Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Adjust README and Release Notes
  • Loading branch information
Carlton Gibson committed Sep 21, 2015
commit 2aa33ed54460f016c157cbf13e7e122b7040704b
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ 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.5.6+, 1.6.3+, 1.7, 1.8)
* Django (1.6.3+, 1.7, 1.8)

# Installation

Expand Down
11 changes: 10 additions & 1 deletion docs/topics/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
Expand Down Expand Up @@ -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



<!-- 3.0.0 -->
[gh3421]: https://github.com/tomchristie/django-rest-framework/pulls/3421