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.