Updated Getting to 1.0 (markdown)

tomchristie 2012-01-06 03:50:56 -08:00
parent 3be9543100
commit a2bfff9e7e

@ -17,6 +17,7 @@ Stuff that needs to change
+ Views handle request and response objects, provide `.get()`, `.post()`, `.put()`... + Views handle request and response objects, provide `.get()`, `.post()`, `.put()`...
+ Resources handle instances and filter arguments, provide `.read()`, `.create()`, `.list()`... + Resources handle instances and filter arguments, provide `.read()`, `.create()`, `.list()`...
+ Views can no longer return raw objects, must return responses. + 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, + 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.