Updated DjangoCon US 2012 Sprints (markdown)

mjumbewu 2012-09-07 11:50:09 -07:00
parent b8aacb6c10
commit ba3ff6f876

@ -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.