From 1fc307966c6ea6fd1d55b6145a1dd1e56b9fcab5 Mon Sep 17 00:00:00 2001 From: markotibold Date: Sat, 8 Sep 2012 14:21:24 -0700 Subject: [PATCH] Updated DjangoCon US 2012 Sprints (markdown) --- DjangoCon-US-2012-Sprints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DjangoCon-US-2012-Sprints.md b/DjangoCon-US-2012-Sprints.md index 9fadbf7..e4fe54b 100644 --- a/DjangoCon-US-2012-Sprints.md +++ b/DjangoCon-US-2012-Sprints.md @@ -15,7 +15,7 @@ Check out the [restframework2 branch][branch] and the [redesigned docs][docs], i Some of the gaps that need filling in: -* PUT/POST/DELETE aren't working in the Browseable API yet. (in progress @markotibold) +* ~~PUT/POST/DELETE aren't working in the Browseable API yet.~~ * @api_view decorator doesn't support browseable API yet. * Bits of work to be done on serializers - 'readonly' fields, and hyperlinked relations. * Resources & routers (See part 6 of the tutorial.)