diff options
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> |
