aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/authenticators.py
AgeCommit message (Collapse)Author
2011-04-29More refactoring - move various less core stuff into utils etcTom Christie
2011-04-27Urg. Fixing broken mergeTom Christie
2011-04-27Merge previous checkinsTom Christie
2011-04-27Fix up tests and examples after refactoringTom Christie
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-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-04-11Refactoring of authentication/permissionsTom Christie
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