Updated Getting to 1.0 (markdown)

tomchristie 2012-02-16 01:19:27 -08:00
parent adf146c541
commit cd957dc5d1

@ -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.