From cd957dc5d1e724c151506ac58c1e735ba7384be3 Mon Sep 17 00:00:00 2001 From: tomchristie Date: Thu, 16 Feb 2012 01:19:27 -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 7dd15df..f4c0ee3 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) - **DONE** +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.