From 06abe6a1c007d3a1988111566e796f90431ec488 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 8 May 2013 01:50:42 -0700 Subject: [PATCH] Updated REST framework 2 roadmap (markdown) --- REST-framework-2-roadmap.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/REST-framework-2-roadmap.md b/REST-framework-2-roadmap.md index bcf8825..01f6a3b 100644 --- a/REST-framework-2-roadmap.md +++ b/REST-framework-2-roadmap.md @@ -31,17 +31,17 @@ Currently being tackled by @maspwr. See [#536], and related tickets. This is a ~~Speaks for itself. This really shouldn't be hard, just needs a little legwork - someone needs to make the time to get it done, tested and nicely documented. See [#8].~~ Completed by @dulaccc and @swistakm. -### RawFileUpload parser. +### ~~RawFileUpload parser.~~ -Not sure if this should be a milestone or not, but feels like a really nice feature to me. See [#7] for details. (Yes it really is that old.) +~~Not sure if this should be a milestone or not, but feels like a really nice feature to me. See [#7] for details. (Yes it really is that old.)~~ Completed by @wronglink ### HTMLFormRenderer. Support for rendering serializers directly into HTML. Kind of supported via the browseable API, but it'd be nice to be able to directly render them into an HTML form, without the convert-to-a-Form-object-first approach that's currently used. Shouldn't be tricky, and would be rather nice. See [#310]. -### Resources & routers. +### ~~Resources & routers.~~ -See [resources-routers] branch. Automatic URL routing and resource registering, as per Rails, Tastypie & Dagny. The design work is basically done, so if anyone wants to pick this up we can work on it together. Will require a bit of code and a big chunk of documentation, plus an extra section in the tutorial. This has been put off a couple of times in the past as I wasn't happy with the fundamentals, but I think there's a really nice design now, and I think I'd be happy for it to go it. +~~See [resources-routers] branch. Automatic URL routing and resource registering, as per Rails, Tastypie & Dagny. The design work is basically done, so if anyone wants to pick this up we can work on it together. Will require a bit of code and a big chunk of documentation, plus an extra section in the tutorial. This has been put off a couple of times in the past as I wasn't happy with the fundamentals, but I think there's a really nice design now, and I think I'd be happy for it to go it.~~ Completed by @tomchristie (Now called ViewSets and Routers) ### GET forms in browseable API. @@ -54,7 +54,7 @@ For example: * ~~Proper authenticate responses~~ **Done** * ~~CSV Support~~ **Done** * ~~Digest authentication~~ **Done** -* Bulk updates +* ~~Bulk updates~~ **Done** * ~~Send raw data in browseable API~~ **Done** * Pre-emptive ETag / Last modified support