aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2014-12-17 21:11:20 +0000
committerTom Christie2014-12-17 21:11:20 +0000
commitf8adbda0790679bdb6331894ece5a70e2bf0ba31 (patch)
treec37f1a109db7914cbc3d027fba88e4c88fe8e572
parent3c56601df7420d3e396f39a4413f21b9d277dd0d (diff)
downloaddjango-rest-framework-f8adbda0790679bdb6331894ece5a70e2bf0ba31.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 f41378fb..ea2ead2f 100644
--- a/topics/release-notes/index.html
+++ b/topics/release-notes/index.html
@@ -432,7 +432,7 @@
<hr />
<h2 id="30x-series">3.0.x series</h2>
<h3 id="302">3.0.2</h3>
-<p><strong>Date</strong>: <a href="https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.0.2+Release%22">December 2014</a>.</p>
+<p><strong>Date</strong>: <a href="https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.0.2+Release%22">17th December 2014</a>.</p>
<ul>
<li>Ensure <code>request.user</code> is made available to response middleware. (<a href="https://github.com/tomchristie/django-rest-framework/issues/2155">#2155</a>)</li>
<li><code>Client.logout()</code> also cancels any existing <code>force_authenticate</code>. (<a href="https://github.com/tomchristie/django-rest-framework/issues/2218">#2218</a>, <a href="https://github.com/tomchristie/django-rest-framework/issues/2259">#2259</a>)</li>