aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/test_authentication.py
AgeCommit message (Expand)Author
2014-04-13Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
2014-03-19authentication: allow all transport modes of access token in OAuth2Authentica...Benjamin Dauvergne
2014-03-06it's safe to import scope and constantsEric Buehl
2014-03-05don't implicitly import provider.oauth2Eric Buehl
2013-12-23Merge branch 'bennbollay-patch-1' into 2.4.0Tom Christie
2013-12-13Compat fixes for django-oauth-plus versions 2.0-2.2.1Tom Christie
2013-11-15add auth param to request client callsPhilip Forget
2013-09-25Drop 1.3 supportTom Christie
2013-06-28Added APIClientTom Christie
2013-06-28Added APIRequestFactoryTom Christie
2013-06-05Fix serialization exception when using non-existent consumerAlex Burgel
2013-06-03request.user should be still be accessible in renderer context if authenticat...Tom Christie
2013-05-31Cleaning up imports and whitespaceTom Christie
2013-05-29Change test urls to match 1.6 test module name styleTom Christie
2013-05-29Rename test modules to 1.6 styleTom Christie