aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarko Tibold2012-01-28 13:37:47 +0100
committerMarko Tibold2012-01-28 13:37:47 +0100
commit76a8c11cf1aeed605d1da895a44fbd8630f8a30a (patch)
treea337010849bd5c2d113c9b64b732b1feac810d3c
parent7af16dc762090a1184fd98fac9f4df9b733a18be (diff)
downloaddjango-rest-framework-76a8c11cf1aeed605d1da895a44fbd8630f8a30a.tar.bz2
Preparing release notes for taggging and uploading to pypi.
-rw-r--r--RELEASES12
1 files changed, 12 insertions, 0 deletions
diff --git a/RELEASES b/RELEASES
index 85d26c71..d41ea185 100644
--- a/RELEASES
+++ b/RELEASES
@@ -1,3 +1,15 @@
+0.3.2
+
+* Bugfixes:
+ * Fix 403 for POST and PUT from the UI with UserLoggedInAuthentication (#115)
+ * serialize_model method in serializer.py may cause wrong value (#73)
+ * Fix Error when clicking OPTIONS button (#146)
+ * And many other fixes
+
+0.3.1
+
+* [not documented]
+
0.3.0
* JSONP Support