aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/tests/authentication.py
AgeCommit message (Collapse)Author
2012-09-20Remove old 'djangorestframework directoriesTom Christie
2012-09-12Tweaks to Token authTom Christie
2012-09-11Better naming for properties on views, requests and responsesJamie Matthews
renderers is now renderer_classes parsers is now parser_classes authentication is now authentication_classes
2012-09-07Move TokenAuthentication class into djangorestframework.authenticationMjumbe Wawatu Poe
2012-09-07Rename the default token class to "BasicToken"Mjumbe Wawatu Poe
2012-09-07Use "Token" as the scheme for token authMjumbe Wawatu Poe
2012-09-07Create a key by default if none is specifiedMjumbe Wawatu Poe
2012-09-07Add a TokenAuthentication class in a sub-applicationMjumbe Wawatu Poe
2012-09-03View -> APIViewTom Christie
2012-08-24Remove PermissionsMixinTom Christie
2012-02-23authentication refactor : request.user + tests passSébastien Piquemal
2012-02-02Response as a subclass of HttpResponse - first draft, not quite there yet.Sébastien Piquemal
2012-01-23Docstring tidy upTom Christie
2012-01-21Add test for PUT with session auth+csrfTom Christie
2011-12-29whitespace fixesTom Christie
2011-05-24Allow views to return HttpResponses. Add initial() hook methodTom Christie
2011-05-04Decouple views and resourcesTom Christie
2011-04-27Urg. Fix broken merging.Tom Christie
2011-04-27Merge previous checkinsTom Christie
2011-04-27Fix up tests and examples after refactoringTom Christie
2011-04-26Fixes #35 - Import json from django's built-in package (Does cleverness in ↵tom christie tom@tomchristie.com
determing best lib to use)
2011-04-25Fix some compat issues with json/simplejsonTom Christie
2011-04-25Generic permissions added, allowed_methods and anon_allowed_methods now ↵Tom Christie
defunct, dispatch now mirrors View.dispatch more nicely
2011-04-11depercate auth and content arguments to the request handler methods - yea :)Tom Christie
2011-02-19Yowzers. Final big bunch of refactoring for 0.1 release. Now support ↵tom christie tom@tomchristie.com
Django 1.3's views, admin style api is all polished off, loads of tests, new test project for running the test. All sorts of goodness. Getting ready to push this out now.