aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTom Christie2012-11-02 14:05:14 +0000
committerTom Christie2012-11-02 14:05:14 +0000
commitb9bff2a984767c4258cad4860addc53a9623bb11 (patch)
tree961ebffe39e051827eda81e85925d9d7eb996275 /README.md
parent2dec2b9c1346d16ae746defb47b624953bf5f0d0 (diff)
downloaddjango-rest-framework-b9bff2a984767c4258cad4860addc53a9623bb11.tar.bz2
Fix issues with pk related fields in the browsable API.2.0.2
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4b2245cc..b1e86d28 100644
--- a/README.md
+++ b/README.md
@@ -57,8 +57,24 @@ To run the tests.
# Changelog
+## 2.0.2
+
+**Date**: 2nd Nov 2012
+
+* Fix issues with pk related fields in the browsable API.
+
+## 2.0.1
+
+**Date**: 1st Nov 2012
+
+* Add support for relational fields in the browsable API.
+* Added SlugRelatedField and ManySlugRelatedField.
+* If PUT creates an instance return '201 Created', instead of '200 OK'.
+
## 2.0.0
+**Date**: 30th Oct 2012
+
* Redesign of core components.
* Fix **all of the things**.