From eed855d8a2fc3f2c2b86b11918dcf2e31ed6d171 Mon Sep 17 00:00:00 2001 From: tomchristie Date: Fri, 22 Feb 2013 04:30:17 -0800 Subject: [PATCH] Updated REST framework 2 roadmap (markdown) --- REST-framework-2-roadmap.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/REST-framework-2-roadmap.md b/REST-framework-2-roadmap.md index c65e4ba..1166e9d 100644 --- a/REST-framework-2-roadmap.md +++ b/REST-framework-2-roadmap.md @@ -53,7 +53,9 @@ For example: * ~~Proper authenticate responses~~ **Done** * ~~CSV Support~~ **Done** -* Digest authentication +* ~~Digest authentication~~ **Done** +* Bulk updates +* ~~Send raw data in browseable API~~ **Done** [#7]: https://github.com/tomchristie/django-rest-framework/pull/7