aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/authentication.py
AgeCommit message (Expand)Author
2013-02-04Cleanup importsTom Christie
2013-02-013.2, 3.3 compatTom Christie
2013-02-01Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into w...Tom Christie
2013-01-21WWW-Authenticate responsesTom Christie
2013-01-07Introduced HTTP_HEADER_ENCODING.Xavier Ordoquy
2013-01-03Also use the compat module in that file.Xavier Ordoquy
2012-11-23Default encoding should probably be latin-1 as some RFC seems to imply it.Xavier Ordoquy
2012-11-226 first tests passes under python 3.2Xavier Ordoquy
2012-11-22First passing test under p3k \o/Xavier Ordoquy
2012-11-13Implementing 401 vs 403 responsesTom Christie
2012-10-17Add docs for 401 vs 403 responsesTom Christie
2012-10-15Explicit CSRF failure message. Fixes #60.Tom Christie
2012-10-15Tweak parsers to take parser_contextTom Christie
2012-10-10Fix session authTom Christie
2012-10-09Tweak authtokenTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie