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.~~