From 1dc20bc762033500685202eb8c2e54cfb5e4b5e4 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 5 Dec 2013 00:19:50 -0800 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 01f6a3b..452a7ac 100644 --- a/REST-framework-2-roadmap.md +++ b/REST-framework-2-roadmap.md @@ -35,9 +35,9 @@ Currently being tackled by @maspwr. See [#536], and related tickets. This is a ~~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. +### ~~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]. +~~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].~~ Completed by @tomchristie ### ~~Resources & routers.~~