mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-12 09:12:22 +03:00
Updated Getting to 1.0 (markdown)
parent
59aed34f99
commit
dc81db4916
|
@ -26,7 +26,7 @@ Stuff that needs to change
|
||||||
+ Resources never deal with anything at HTTP level.
|
+ Resources never deal with anything at HTTP level.
|
||||||
+ Views no longer have optional `model`, `form` properties that automagically create resources,
|
+ Views no longer have optional `model`, `form` properties that automagically create resources,
|
||||||
if they use a resource, it must be provided using `.resource`
|
if they use a resource, it must be provided using `.resource`
|
||||||
6. Drop `set_script_prefix` munging.
|
6. Drop `set_script_prefix` munging. [#167](https://github.com/tomchristie/django-rest-framework/issues/167)
|
||||||
+ Provide a `reverse` call that extends the standard `reverse`,
|
+ Provide a `reverse` call that extends the standard `reverse`,
|
||||||
but can take the current request as an argument if an absolute URL is required.
|
but can take the current request as an argument if an absolute URL is required.
|
||||||
7. Hooks throughout for creating `.resource`, `.serializer`, `.renderer` etc... instances inside the View, given the classes.
|
7. Hooks throughout for creating `.resource`, `.serializer`, `.renderer` etc... instances inside the View, given the classes.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user