diff --git a/DjangoCon-US-2012-Sprints.md b/DjangoCon-US-2012-Sprints.md index ecc2b0e..9776bc5 100644 --- a/DjangoCon-US-2012-Sprints.md +++ b/DjangoCon-US-2012-Sprints.md @@ -30,7 +30,8 @@ Some of the gaps that need filling in: ### TokenAuthentication. -**See https://github.com/tomchristie/django-rest-framework/pull/249 for a first go.** +**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"** @@ -73,6 +74,10 @@ 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** + ## Great, let's get cracking then. I'm working from the UK, so 5 hours ahead of you folks. I should be around Friday and Saturday morning, something like 9.00am-1pm EDT.