aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-12-13fix for unhandled _SkipField exception in Serializer.serialize_modelMarco Westerhof
2011-12-12typoMarko Tibold
2011-12-12deleted reference to bitbucket from the docsMarko Tibold
2011-12-12less is more; dropped the mention of Bitbucket repoMarko Tibold
2011-12-12Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkMarko Tibold
2011-12-12now really drop the yaml fileMarko Tibold
2011-12-12Typo.Tom Christie
2011-12-12drop yaml fixture and replace with jsonMarko Tibold
2011-12-120.2.4 release.0.2.4Tom Christie
2011-12-120.2.4 release.Tom 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-11Merge pull request #90 from jakul/xmlparser6Tom 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-09We do not have a blog. We do not host on BitBucket.Tom 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-30Edited AUTHORS via GitHubTom Christie
2011-09-29Edited AUTHORS via GitHubTom Christie
2011-09-29Make sure to check for "is not None" so that depth=0 gets assigned properly. ...Tom Christie
2011-08-24Merge pull request #68 from masont/masterTom 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-08-01Edited AUTHORS via GitHubTom Christie
2011-08-01Edited AUTHORS via GitHubTom Christie
2011-07-31Edited AUTHORS via GitHubTom Christie
2011-07-31Merge pull request #64 from amccloud/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-27Merge pull request #59 from gwrtheyrn/patch-1Tom Christie
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-19Edited AUTHORS via GitHubTom Christie
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