aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework
AgeCommit message (Expand)Author
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
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
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 UserLoggedInAuthentica...Tom Drummond
2011-07-13Test for serialitation of dictionaries with keys that collide withgarciasolero
2011-07-13Improve coverage reportingTom Christie
2011-07-11typo in testTom Christie
2011-07-11Merge pull request #46 from jakul/m2m_create_throughTom Christie
2011-07-11Merge pull request #44 from fzunino/m2m_createTom Christie
2011-07-08remove hardcoded model._meta.many_to_many[0]; update mixin tests to test with...Craig Blaszczyk
2011-07-08update mixin to work with m2m data using a through field, by storing the name...Craig Blaszczyk
2011-07-08add unit tests which show m2m creation failing for through tableCraig Blaszczyk
2011-07-07Tests for CreateModelMixin (unit and integration test via ListOrCreateModelVi...Fernando Zunino
2011-07-06fixed a bug in serializersSébastien Piquemal
2011-07-06now cleans data from parameters used for overloadsSébastien Piquemal
2011-07-05Support for creating objects with m2m relationsFernando Zunino
2011-07-04debugged serializersSébastien Piquemal
2011-07-02Picky. :)Tom Christie