aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2015-03-23 11:38:30 +0000
committerTom Christie2015-03-23 11:38:30 +0000
commiteaafb9bd80840a2d40e72741c0c00ae20c66cd05 (patch)
treec75b337d0796951c82bb87e1e166b43ba8d8167a
parentb7f9f794ec408cf1525d8b62a2613fc522abe6c6 (diff)
downloaddjango-rest-framework-eaafb9bd80840a2d40e72741c0c00ae20c66cd05.tar.bz2
Update documentation
-rw-r--r--topics/release-notes/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/topics/release-notes/index.html b/topics/release-notes/index.html
index 31bd6d53..e724231c 100644
--- a/topics/release-notes/index.html
+++ b/topics/release-notes/index.html
@@ -416,7 +416,7 @@
<hr />
<h2 id="31x-series">3.1.x series</h2>
<h3 id="311">3.1.1</h3>
-<p><strong>Date</strong>: <a href="https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.1.1+Release%22">19th March 2015</a>.</p>
+<p><strong>Date</strong>: <a href="https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.1.1+Release%22">23rd March 2015</a>.</p>
<ul>
<li><strong>Security fix</strong>: Escape tab switching cookie name in browsable API.</li>
<li>Display input forms in browsable API if <code>serializer_class</code> is used, even when <code>get_serializer</code> method does not exist on the view. (<a href="../../gh2743">#2743</a>)</li>