mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-11 16:52:31 +03:00
Updated Getting to 1.0 (markdown)
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
|
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)
|
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.
|
+ 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.
|
+ `add_header()` dropped from `View` - set headers on the response as with standard Django.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user