aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/authenticators.py
AgeCommit message (Collapse)Author
2011-04-26CSRF validation will only be applied to POST requests, so let's only load ↵tom christie tom@tomchristie.com
.RAW_CONTENT in those cases
2011-04-04Better error handling for Basic authentication. Catch exceptions that could ↵Carmen Wick
be thrown due to malformed input
2011-04-04Turn streaming request parsing back on for 1.3. Fix CSRF which was breaking ↵Tom Christie
it. It's really not at all obvious if we need to byte limit the stream that we hand over or not.
2011-02-19Clean up the docstom christie tom@tomchristie.com
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.
2011-02-01Tests for MSIE accept header mungingtom christie tom@tomchristie.com
2011-01-30Rename to django-rest-framework, get simpleexample workingtom christie tom@tomchristie.com