From fa90db13f9d003e2340329f668f771f50d80135e Mon Sep 17 00:00:00 2001 From: tomchristie Date: Wed, 13 Mar 2013 13:42:21 -0700 Subject: [PATCH] Updated REST framework 2 roadmap (markdown) --- REST-framework-2-roadmap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/REST-framework-2-roadmap.md b/REST-framework-2-roadmap.md index fcc904a..bcf8825 100644 --- a/REST-framework-2-roadmap.md +++ b/REST-framework-2-roadmap.md @@ -27,9 +27,9 @@ The following are the major features I'd like to see added to the framework. Currently being tackled by @maspwr. See [#536], and related tickets. This is a tough one. I reckon we could probably split of some parts of this if anyone also wants to work on it. (Eg. at some point we'll need to think about complex stuff like how we deal with rendering serializers as nested HTML forms.) -### OAuth. +### ~~OAuth.~~ -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]. +~~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.