From 9fb5d6b3b791a4132e07818c8d9154080865d45c Mon Sep 17 00:00:00 2001 From: tomchristie Date: Thu, 7 Feb 2013 05:04:45 -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 fd7572a..c65e4ba 100644 --- a/REST-framework-2-roadmap.md +++ b/REST-framework-2-roadmap.md @@ -19,9 +19,9 @@ I guess the big picture here is taking this from a pet-project into a community- The following are the major features I'd like to see added to the framework. -### Py3k support. +### ~~Py3k support.~~ -Coming along very nicely, thanks to @xordoquy. See [#464]. +~~Coming along very nicely, thanks to @xordoquy. See [#464].~~ ### Writable nested serializers.