aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/authentication.py
AgeCommit message (Expand)Author
2012-09-20Remove old 'djangorestframework directoriesTom Christie
2012-09-12Tweaks to Token authTom Christie
2012-09-07Move TokenAuthentication class into djangorestframework.authenticationMjumbe Wawatu Poe
2012-09-06Add support for request.authTom Christie
2012-09-06Refactoring some basicsTom Christie
2012-09-04Bits of cleanupTom Christie
2012-04-11Merge work from sebpiqTom Christie
2012-02-25Massive mergeTom Christie
2012-02-23updated docsSébastien Piquemal
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-24Fix UserLoggedInAuthentication for POST requests.Tom Christie
2012-01-21pep8/pyflakes cleanupTom Christie
2011-12-29whitespace fixesTom Christie
2011-12-14CSRF for non-dict like .DATA. Fixes #85Tom Christie
2011-12-14Use 1.4's CSRFMiddleware, so that PUT and DELETE get CSRF validation if sessi...Tom Christie
2011-06-07Typo. Authenticat<i>onTom Christie
2011-05-19Merge in marko's doc markupTom Christie
2011-05-18Most of the actual work so far has been markup really.markotibold
2011-05-17Merge Marko's doc improvements.Tom Christie
2011-05-17Nicely marked up source code.markotibold
2011-05-12refactoring resource specfic stuff into ResourceMixin - validators now defunctTom Christie
2011-05-10More tests, getting new serialization into resourceTom Christie
2011-05-10Getting the API into shapeTom Christie
2011-05-04Decouple views and resourcesTom Christie
2011-04-29More refactoring - move various less core stuff into utils etcTom Christie