aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/release-notes.md
diff options
context:
space:
mode:
authorTom Christie2015-03-23 11:38:17 +0000
committerTom Christie2015-03-23 11:38:17 +0000
commitbbaee714fb652a739e2521e03a6cc08c3bc079db (patch)
tree6a91ebb95d14f04259b43d94dd559cbc772f7c5f /docs/topics/release-notes.md
parent54eea7f14a656d14142492f336e42ee9c8e2c0eb (diff)
downloaddjango-rest-framework-bbaee714fb652a739e2521e03a6cc08c3bc079db.tar.bz2
Fix release date
Diffstat (limited to 'docs/topics/release-notes.md')
-rw-r--r--docs/topics/release-notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index c84d4e91..1a0c0d41 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -42,7 +42,7 @@ You can determine your currently installed version using `pip freeze`:
### 3.1.1
-**Date**: [19th March 2015][3.1.1-milestone].
+**Date**: [23rd March 2015][3.1.1-milestone].
* **Security fix**: Escape tab switching cookie name in browsable API.
* Display input forms in browsable API if `serializer_class` is used, even when `get_serializer` method does not exist on the view. ([#2743](gh2743))