diff --git a/Getting-to-1.0.md b/Getting-to-1.0.md index eafce6a..63ec300 100644 --- a/Getting-to-1.0.md +++ b/Getting-to-1.0.md @@ -17,6 +17,7 @@ Stuff that needs to change + Views handle request and response objects, provide `.get()`, `.post()`, `.put()`... + Resources handle instances and filter arguments, provide `.read()`, `.create()`, `.list()`... + Views can no longer return raw objects, must return responses. + + Resources never deal with anything at HTTP level. + Views no longer have optional `model`, `form` properties that automagically create resources, if they use a resource, it must be provided using `.resource` 6. Drop `set_script_prefix` munging.