mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-24 10:34:03 +03:00
Updated DjangoCon US 2012 Sprints (markdown)
parent
ba3ff6f876
commit
1ae478fd48
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user