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
/
tests
/
test_authentication.py
Age
Commit message (
Expand
)
Author
2014-04-28
Better Python < 3 compatibility.
Max Peterson
2014-04-28
Python < 3 compatibility.
Max Peterson
2014-04-28
Ensure Token.generate_key returns a string.
Max Peterson
2014-03-19
authentication: allow all transport modes of access token in OAuth2Authentica...
Benjamin Dauvergne
2014-03-06
it's safe to import scope and constants
Eric Buehl
2014-03-05
don't implicitly import provider.oauth2
Eric Buehl
2013-12-13
Compat fixes for django-oauth-plus versions 2.0-2.2.1
Tom Christie
2013-11-15
add auth param to request client calls
Philip Forget
2013-06-28
Added APIClient
Tom Christie
2013-06-28
Added APIRequestFactory
Tom Christie
2013-06-05
Fix serialization exception when using non-existent consumer
Alex Burgel
2013-06-03
request.user should be still be accessible in renderer context if authenticat...
Tom Christie
2013-05-31
Cleaning up imports and whitespace
Tom Christie
2013-05-29
Change test urls to match 1.6 test module name style
Tom Christie
2013-05-29
Rename test modules to 1.6 style
Tom Christie