aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework
AgeCommit message (Expand)Author
2012-01-04Version 0.3.1Tom Christie
2012-01-04Only set the script_prefix if the prefix isn't already a full URL.Mjumbe Poe
2011-12-30And add RequestContext tooTom Christie
2011-12-30Fixes #102Tom Christie
2011-12-30Replace field-errors with field_errorsTom Christie
2011-12-30change the key name "field-errors" to "field_errors".Michael Ding
2011-12-29Version: 0.3.1-devTom Christie
2011-12-29Version 0.3.00.3.0Tom Christie
2011-12-29whitespace fixesTom Christie
2011-12-29Add JSONP. Fixes #82Tom Christie
2011-12-21Fix version test.Tom Christie
2011-12-21Merge branch 'alazaro-master'Marko Tibold
2011-12-21Fixes #94Marko Tibold
2011-12-19ADMIN_MEDIA_PREFIX is deprecated in django1.4Anthony Nemitz
2011-12-14Fixed test broken by markdown updatealazaro
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-12-14Ensure that external projects do not need to add 'djangorestframework.tests' ...Tom Christie
2011-12-13fix for unhandled _SkipField exception in Serializer.serialize_modelMarco Westerhof
2011-12-12Typo.Tom Christie
2011-12-120.2.4 release.0.2.4Tom Christie
2011-12-12Drop unused importTom Christie
2011-12-12fix copy-paste typo.Marko Tibold
2011-12-11Add OPTIONS to auto-documenting APITom Christie
2011-12-11fix mergeCraig Blaszczyk
2011-12-11add xml parserCraig Blaszczyk
2011-12-09Typo.Tom Christie
2011-12-09Add pagination. Thanks @devioustree!Tom Christie
2011-12-09Merge meurig's absolute_url fix.Tom Christie
2011-12-09Merge pull request #62 from txels/masterTom Christie
2011-12-09Merge monseiur drummond's pagination nicenessTom Christie
2011-12-09Fix docstring.Tom Christie
2011-12-09Drop tests that are broken, because the functionality isn't implemented.Tom Christie
2011-10-31whitespace fixMeurig Freeman
2011-10-31make use of original prefix when generating absolute urlsMeurig Freeman
2011-09-29Make sure to check for "is not None" so that depth=0 gets assigned properly. ...Tom Christie
2011-08-24Fix in permissions, user.is_staff is a field, not a function.Mason Tang
2011-08-04Merge pull request #57 from ulmus/masterTom Christie
2011-07-31Removed rogue import for LimitBytes to fix issue #63Andrew McCloud
2011-07-30Added support for OPTIONS method, including a few unit testsCarles Barrobés
2011-07-27Fixed TypeError that occurs without request data. Danilo Bargen
2011-07-22Whitespace tweaksTom Christie
2011-07-22Whitespace tweakTom Christie
2011-07-19Edited djangorestframework/permissions.py via GitHubTom Christie
2011-07-19Fixed misaligned documentation on ModelResource.Jens Alm
2011-07-19Merge pull request #53 from ulmus/masterTom Christie
2011-07-19Revert "Added pagination mixin. Need to write tests"Tom Christie
2011-07-19Revert "Now throws a 404 if page isn't an int"Tom Christie
2011-07-19Revert pagination stuffTom Christie
2011-07-19Added tests for paginationTom Drummond