From 1ae478fd48a043c9f630c52261aa27f4d3861a14 Mon Sep 17 00:00:00 2001 From: mjumbewu Date: Fri, 7 Sep 2012 11:50:38 -0700 Subject: [PATCH] Updated DjangoCon US 2012 Sprints (markdown) --- DjangoCon-US-2012-Sprints.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/DjangoCon-US-2012-Sprints.md b/DjangoCon-US-2012-Sprints.md index 9776bc5..7d1cf75 100644 --- a/DjangoCon-US-2012-Sprints.md +++ b/DjangoCon-US-2012-Sprints.md @@ -30,8 +30,7 @@ Some of the gaps that need filling in: ### TokenAuthentication. -**See https://github.com/tomchristie/django-rest-framework/pull/249 for a first go. -- @mjumbewu** +**See https://github.com/tomchristie/django-rest-framework/pull/249 for a first go. - @mjumbewu** Take a look through the authentication docs. Take a look at the existing authentication classes. Implement TokenBasicAuthentication as a subclass of BasicAuthentication. **-- Actually not implemented with basic auth. Uses a custom scheme called "Token"** @@ -74,9 +73,7 @@ REST framework should now support object level permissions. (See `SingleObjectB A lot of the tests are in a bit of a hacky state right now. I can live with that for the moment, but what's particularly awkward is that they pass for me locally, but not on [Travis CI][travis]. What gives? Make it work. Get cake and karma. -**I'll take a crack at this; I like my tests to pass - -- @mjumbewu** +**I'll take a crack at this; I like my tests to pass. - @mjumbewu** ## Great, let's get cracking then.