aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
HTTP OPTIONS support
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
Could be slightly nicer behavior about preserving .POST usability, but it's not there yet. These two test check for that but are currently broken. Leave them out for now.
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
Thanks thomasst.
2011-08-24Merge pull request #68 from masont/masterTom Christie
Changed user.is_staff() to user.is_staff
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
Fixed documentstring misalign in ModelResource
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
Fix for issue #63
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
Fixed TypeError that occurs without request data.
2011-07-27Fixed TypeError that occurs without request data. Danilo Bargen
If no request data gets sent, allowed_extra_fields is a set and can't be joined to a tuple using the + operator.
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
Added basic documentation for nested resources Signed-off-by: Jens Alm <jens.alm@mac.com>
2011-07-19Edited AUTHORS via GitHubTom Christie
2011-07-19Merge pull request #53 from ulmus/masterTom Christie
ModelResource __init__ doesn't handle depth and stack arguments
2011-07-19Revert "Added pagination mixin. Need to write tests"Tom Christie
This reverts commit 1eb2dfcc3a84deb21aeae5a427cc8b11f578c00c.
2011-07-19Revert "Now throws a 404 if page isn't an int"Tom Christie
This reverts commit ae059c78dad9424ce292217b473881037812104f.
2011-07-19Revert pagination stuffTom Christie
This reverts commit d1af04969854433b56ddd002fbb35a956700c4c2.
2011-07-19Added tests for paginationTom Drummond
2011-07-19Now throws a 404 if page isn't an intTom Drummond
2011-07-19Added pagination mixin. Need to write testsTom Drummond
2011-07-19Fixed __init__ arguments on ModelResourceJens Alm
Signed-off-by: Jens Alm <jens.alm@mac.com>
2011-07-15More tests for overloaded json requests and normal json requestsTom Drummond
2011-07-15Added more tests related to request.POST and request.DATATom Drummond
2011-07-15Added tests to ensure you can access request.POST with ↵Tom Drummond
UserLoggedInAuthentication
2011-07-14Edited AUTHORS via GitHubTom Christie
2011-07-14Edited AUTHORS via GitHubTom Christie
2011-07-14Edited AUTHORS via GitHubTom Christie
2011-07-14Edited AUTHORS via GitHubTom Christie
2011-07-14Added garciasoleroTom Christie
2011-07-14Merge pull request #49 from garciasolero/masterTom Christie
Testing serialization error
2011-07-13Test for serialitation of dictionaries with keys that collide withgarciasolero
dictionary method names
2011-07-13Improve coverage reportingTom Christie
2011-07-11hg-git mergingtom christie tom@tomchristie.com
2011-07-11hg-git mergingtom christie tom@tomchristie.com
2011-07-11hg-git mergingtom christie tom@tomchristie.com