Updated DjangoCon US 2012 Sprints (markdown)

mjumbewu 2012-09-07 11:50:38 -07:00
parent ba3ff6f876
commit 1ae478fd48

@ -30,8 +30,7 @@ Some of the gaps that need filling in:
### TokenAuthentication. ### 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**
- @mjumbewu**
Take a look through the authentication docs. Take a look at the existing authentication classes. 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"** 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. 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 **I'll take a crack at this; I like my tests to pass. - @mjumbewu**
- @mjumbewu**
## Great, let's get cracking then. ## Great, let's get cracking then.