From a2bfff9e7ebd31b11e70062f239eff90bf048878 Mon Sep 17 00:00:00 2001 From: tomchristie Date: Fri, 6 Jan 2012 03:50:56 -0800 Subject: [PATCH] Updated Getting to 1.0 (markdown) --- Getting-to-1.0.md | 1 + 1 file changed, 1 insertion(+) 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.