Updated Getting to 1.0 (markdown)

izquierdo 2012-02-15 17:28:11 -08:00
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.