From 26d659164df3abb8cd1c610ca83b58098115c8b9 Mon Sep 17 00:00:00 2001 From: tomchristie Date: Sat, 21 Jan 2012 10:44:28 -0800 Subject: [PATCH] Updated Getting to 1.0 (markdown) --- Getting-to-1.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Getting-to-1.0.md b/Getting-to-1.0.md index 49d90c3..66540e0 100644 --- a/Getting-to-1.0.md +++ b/Getting-to-1.0.md @@ -9,7 +9,7 @@ a lot of the hard work has been done, but there's still a little way to go befor Stuff that needs to change ========================== -1. Drop short status codes. [#126](https://github.com/tomchristie/django-rest-framework/issues/126) +1. Drop short status codes. [#126](https://github.com/tomchristie/django-rest-framework/issues/126) - **DONE** 2. Response to inherit from `HttpResponse`. [#127](https://github.com/tomchristie/django-rest-framework/issues/127) + Becomes a type of standard Django Template Response, with `.render()` method. + `add_header()` dropped from `View` - set headers on the response as with standard Django.