aboutsummaryrefslogtreecommitdiffstats
path: root/topics
diff options
context:
space:
mode:
authorTom Christie2013-12-06 22:19:22 +0000
committerTom Christie2013-12-06 22:19:22 +0000
commit3dd0a783172bada8b836c81059a658e038b50b89 (patch)
treec7ca8e2b56fca24b7dfd47efe5ddb183ebab5f07 /topics
parent5e7547cd3f6d52797dfc4362447c2871ba976e41 (diff)
downloaddjango-rest-framework-3dd0a783172bada8b836c81059a658e038b50b89.tar.bz2
Version 2.3.10
Diffstat (limited to 'topics')
-rw-r--r--topics/credits.html1
-rw-r--r--topics/release-notes.html5
2 files changed, 5 insertions, 1 deletions
diff --git a/topics/credits.html b/topics/credits.html
index 1991f1e2..f22ce502 100644
--- a/topics/credits.html
+++ b/topics/credits.html
@@ -383,6 +383,7 @@
<li>Rob Hudson - <a href="https://github.com/robhudson">robhudson</a></li>
<li>Alex Good - <a href="https://github.com/alexjg">alexjg</a></li>
<li>Ian Foote - <a href="https://github.com/ian-foote">ian-foote</a></li>
+<li>Chuck Harmston - <a href="https://github.com/chuckharmston">chuckharmston</a></li>
</ul>
<p>Many thanks to everyone who's contributed to the project.</p>
<h2 id="additional-thanks">Additional thanks</h2>
diff --git a/topics/release-notes.html b/topics/release-notes.html
index 6c205ab2..74d4ba18 100644
--- a/topics/release-notes.html
+++ b/topics/release-notes.html
@@ -244,10 +244,13 @@
</code></pre>
<hr />
<h2 id="23x-series">2.3.x series</h2>
-<h3 id="master">Master</h3>
+<h3 id="2310">2.3.10</h3>
+<p><strong>Date</strong>: 6th December 2013</p>
<ul>
<li>Add in choices information for ChoiceFields in response to <code>OPTIONS</code> requests.</li>
<li>Added <code>pre_delete()</code> and <code>post_delete()</code> method hooks.</li>
+<li>Added status code category helper functions.</li>
+<li>Bugfix: Partial updates which erronously set a related field to <code>None</code> now correctly fail validation instead of raising an exception.</li>
<li>Bugfix: Responses without any content no longer include an HTTP <code>'Content-Type'</code> header.</li>
<li>Bugfix: Correctly handle validation errors in PUT-as-create case, responding with 400.</li>
</ul>