diff options
| author | Tom Christie | 2014-01-14 11:28:20 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-01-14 11:28:20 +0000 | 
| commit | c45fe115b872dd4fce24e930fcf6386894786dc9 (patch) | |
| tree | bca471b024b4d5bbccaf0a3c426d6f37053b8674 /topics | |
| parent | a2522240a0e6d645fe59fcaf01db241b921e13c4 (diff) | |
| download | django-rest-framework-c45fe115b872dd4fce24e930fcf6386894786dc9.tar.bz2 | |
Docs update for version 2.3.11
Diffstat (limited to 'topics')
| -rw-r--r-- | topics/release-notes.html | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/topics/release-notes.html b/topics/release-notes.html index b0d98f73..e6797a76 100644 --- a/topics/release-notes.html +++ b/topics/release-notes.html @@ -225,8 +225,11 @@  </code></pre>  <hr />  <h2 id="23x-series">2.3.x series</h2> -<h3 id="master">Master</h3> +<h3 id="2311">2.3.11</h3> +<p><strong>Date</strong>: 14th January 2014</p>  <ul> +<li>Added <code>write_only</code> serializer field argument.</li> +<li>Added <code>write_only_fields</code> option to <code>ModelSerializer</code> classes.</li>  <li>JSON renderer now deals with objects that implement a dict-like interface.</li>  <li>Fix compatiblity with newer versions of <code>django-oauth-plus</code>.</li>  <li>Bugfix: Refine behavior that calls model manager <code>all()</code> across nested serializer relationships, preventing erronous behavior with some non-ORM objects, and preventing unneccessary queryset re-evaluations.</li>  | 
