index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rest_framework
/
authentication.py
Age
Commit message (
Expand
)
Author
2013-02-26
Move oauth2 and django-oauth-plus imports to compat and fix some minor issues
swistakm
2013-02-25
add OAuthAuthentication class
swistakm
2013-02-04
Cleanup imports
Tom Christie
2013-02-01
3.2, 3.3 compat
Tom Christie
2013-02-01
Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into w...
Tom Christie
2013-01-21
WWW-Authenticate responses
Tom Christie
2013-01-07
Introduced HTTP_HEADER_ENCODING.
Xavier Ordoquy
2013-01-03
Also use the compat module in that file.
Xavier Ordoquy
2012-11-23
Default encoding should probably be latin-1 as some RFC seems to imply it.
Xavier Ordoquy
2012-11-22
6 first tests passes under python 3.2
Xavier Ordoquy
2012-11-22
First passing test under p3k \o/
Xavier Ordoquy
2012-11-13
Implementing 401 vs 403 responses
Tom Christie
2012-10-17
Add docs for 401 vs 403 responses
Tom Christie
2012-10-15
Explicit CSRF failure message. Fixes #60.
Tom Christie
2012-10-15
Tweak parsers to take parser_context
Tom Christie
2012-10-10
Fix session auth
Tom Christie
2012-10-09
Tweak authtoken
Tom Christie
2012-09-20
Change package name: djangorestframework -> rest_framework
Tom Christie