aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2012-01-28 17:45:13 +0000
committerTom Christie2012-01-28 17:45:13 +0000
commitf34ed6d1f3d8c1c4c5059beba944aa386e9a15ab (patch)
tree82dac4e02122370f965953febe130b187404ff8a
parent22ee89f0f3fa295a265547336f837261bb919f34 (diff)
downloaddjango-rest-framework-f34ed6d1f3d8c1c4c5059beba944aa386e9a15ab.tar.bz2
0.3.2 Release notes
-rw-r--r--RELEASES8
1 files changed, 8 insertions, 0 deletions
diff --git a/RELEASES b/RELEASES
index d41ea185..facdfee2 100644
--- a/RELEASES
+++ b/RELEASES
@@ -1,3 +1,7 @@
+0.3.3 (dev)
+
+* Saner template varible autoescaping
+
0.3.2
* Bugfixes:
@@ -5,6 +9,10 @@
* serialize_model method in serializer.py may cause wrong value (#73)
* Fix Error when clicking OPTIONS button (#146)
* And many other fixes
+* Remove short status codes
+ - Zen of Python: "There should be one-- and preferably only one --obvious way to do it."
+* get_name, get_description become methods on the view - makes them overridable.
+* Improved model mixin API - Hooks for build_query, get_instance_data, get_model, get_queryset, get_ordering
0.3.1