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
/
djangorestframework
/
authentication.py
Age
Commit message (
Collapse
)
Author
2012-09-20
Remove old 'djangorestframework directories
Tom Christie
2012-09-12
Tweaks to Token auth
Tom Christie
2012-09-07
Move TokenAuthentication class into djangorestframework.authentication
Mjumbe Wawatu Poe
2012-09-06
Add support for request.auth
Tom Christie
2012-09-06
Refactoring some basics
Tom Christie
2012-09-04
Bits of cleanup
Tom Christie
2012-04-11
Merge work from sebpiq
Tom Christie
2012-02-25
Massive merge
Tom Christie
2012-02-23
updated docs
Sébastien Piquemal
2012-02-23
authentication refactor : request.user + tests pass
Sébastien Piquemal
2012-02-02
Response as a subclass of HttpResponse - first draft, not quite there yet.
Sébastien Piquemal
2012-01-24
Fix UserLoggedInAuthentication for POST requests.
Tom Christie
Fixes #78.
2012-01-21
pep8/pyflakes cleanup
Tom Christie
2011-12-29
whitespace fixes
Tom Christie
2011-12-14
CSRF for non-dict like .DATA. Fixes #85
Tom Christie
2011-12-14
Use 1.4's CSRFMiddleware, so that PUT and DELETE get CSRF validation if ↵
Tom Christie
session authentication is being used
2011-06-07
Typo. Authenticat<i>on
Tom Christie
2011-05-19
Merge in marko's doc markup
Tom Christie
2011-05-18
Most of the actual work so far has been markup really.
markotibold
2011-05-17
Merge Marko's doc improvements.
Tom Christie
2011-05-17
Nicely marked up source code.
markotibold
2011-05-12
refactoring resource specfic stuff into ResourceMixin - validators now defunct
Tom Christie
2011-05-10
More tests, getting new serialization into resource
Tom Christie
2011-05-10
Getting the API into shape
Tom Christie
2011-05-04
Decouple views and resources
Tom Christie
2011-04-29
More refactoring - move various less core stuff into utils etc
Tom Christie