Commit Graph

  • 5f09c316d4 remove script prefix Ben Plesser 2011-09-21 14:59:05 -0400
  • 51ac8747d9 Resetting script prefix back to default after view processing Steve Pulec 2011-09-20 14:56:03 -0400
  • 6261d8c02b Merge remote-tracking branch 'origin/xmlparser' into autodiscover Craig Blaszczyk 2011-09-12 16:05:35 +0100
  • 335583bb11 make unit tests run again Craig Blaszczyk 2011-09-12 16:05:15 +0100
  • 36759f733e Merge branch 'autodiscover' of github.com:jakul/django-rest-framework into autodiscover Craig Blaszczyk 2011-09-02 12:01:03 +0100
  • e97cafabb6 update to pass data and files as kwargs Craig Blaszczyk 2011-09-02 11:57:48 +0100
  • 9f6d104dad initial work on autodiscover Craig Blaszczyk 2011-08-29 02:33:58 +0100
  • 8e206b604b intial work for an autodiscover feature; fixes-20 Craig Blaszczyk 2011-08-29 01:57:14 +0100
  • 7daf69ed0d Merge branch 'master' of github.com:jakul/django-rest-framework Craig Blaszczyk 2011-08-29 00:01:47 +0100
  • d42adf3454 Merge remote-tracking branch 'tomchristie/master' into autodiscover Craig Blaszczyk 2011-08-28 23:09:00 +0100
  • 8b5fd00a0f Fixed misaligned documentation on ModelResource. Added basic documentation for nested resources Jens Alm 2011-07-19 22:09:35 +0200
  • 06ac5209ac initial XML parsing checkin Craig Blaszczyk 2011-08-28 22:54:02 +0100
  • b71a24437a Merge pull request #68 from masont/master Tom Christie 2011-08-24 01:32:00 -0700
  • 5bf4197e4a Merge c50637287b into 0542382489 GitHub Merge Button 2011-08-24 01:31:46 -0700
  • c50637287b Fix in permissions, user.is_staff is a field, not a function. Mason Tang 2011-08-24 07:49:16 -0300
  • eef995a21c allow primary key to be non-numeric Craig Blaszczyk 2011-08-15 14:59:24 +0100
  • dec5ac8887 Fixed commit errors Jens Alm 2011-08-14 01:57:38 +0200
  • e7f2242cfd Merge branch 'master' of github.com:ulmus/django-rest-framework Jens Alm 2011-08-14 01:56:15 +0200
  • 2fd7cea6a3 Sending request into serialize functions Jens Alm 2011-08-14 01:08:19 +0200
  • c59a37b0a6 Sending request into serialize functions Jens Alm 2011-08-14 01:08:19 +0200
  • 0d213f1439 update form to have access to the request object Craig Blaszczyk 2011-08-09 16:52:19 +0100
  • 0542382489 Merge pull request #57 from ulmus/master Tom Christie 2011-08-04 04:42:21 -0700
  • 372ddb7a53 Merge 7dcd2738a5 into 642d73f4e7 GitHub Merge Button 2011-08-01 21:12:14 -0700
  • 98ec89a575 refactor the way URLs works to be more like the admin site, where there is a subobject for each resource. Craig Blaszczyk 2011-08-01 12:49:54 +0100
  • 642d73f4e7 Edited AUTHORS via GitHub Tom Christie 2011-08-01 11:22:51 +0200
  • 9682c9b9b2 Edited AUTHORS via GitHub Tom Christie 2011-08-01 11:22:07 +0200
  • c18d8f02d0 remove pdb Craig Blaszczyk 2011-08-01 09:56:54 +0100
  • 6d1207fdcf Edited AUTHORS via GitHub Tom Christie 2011-07-31 22:35:36 +0200
  • a2c80f8793 Merge pull request #64 from amccloud/master Tom Christie 2011-07-31 13:33:58 -0700
  • bc5c1fa0f3 Merge 968c5e43f3 into 53fcf29081 GitHub Merge Button 2011-07-31 13:33:56 -0700
  • 968c5e43f3 Removed rogue import for LimitBytes to fix issue #63 Andrew McCloud 2011-07-31 13:21:06 -0700
  • 3b413dbb40 Added support for OPTIONS method, including a few unit tests Carles Barrobés 2011-07-30 22:23:53 +0200
  • 912399c12a change flag default for backwards compatibility Craig Blaszczyk 2011-07-29 13:04:22 +0100
  • 7814bc9761 add flag to skip tests Craig Blaszczyk 2011-07-29 13:03:52 +0100
  • 53fcf29081 Merge pull request #59 from gwrtheyrn/patch-1 Tom Christie 2011-07-27 08:53:41 -0700
  • a2026db5f5 Merge e3c00e4c1e into 746b817ad3 GitHub Merge Button 2011-07-27 08:37:43 -0700
  • e3c00e4c1e Fixed TypeError that occurs without request data. If no request data gets sent, allowed_extra_fields is a set and can't be joined to a tuple using the + operator. Danilo Bargen 2011-07-27 18:32:19 +0300
  • 46ec20be79 make CSRF check optional on POST requests Craig Blaszczyk 2011-07-26 12:58:03 +0100
  • 7070fa298c change text of PERMISSION_DENIED response Craig Blaszczyk 2011-07-26 12:10:54 +0100
  • 3eba22eea4 add permission denied error message Craig Blaszczyk 2011-07-26 12:03:27 +0100
  • f71f3aa422 reword error message when user not logged in; add request to permission (so we can check permissions based on the type of request) Craig Blaszczyk 2011-07-26 11:57:33 +0100
  • 68487c846b update list URL to not match instead of the change url Craig Blaszczyk 2011-07-22 14:35:05 +0100
  • 8837903f83 remove print Craig Blaszczyk 2011-07-22 14:23:39 +0100
  • a3af60651f remove extra newline, so version finding regexp works Craig Blaszczyk 2011-07-22 12:08:09 +0100
  • 746b817ad3 Whitespace tweaks Tom Christie 2011-07-22 04:03:04 -0700
  • 524954b246 Whitespace tweak Tom Christie 2011-07-22 04:01:38 -0700
  • 0490ca39ac add version codes into __all__ Craig Blaszczyk 2011-07-22 12:00:58 +0100
  • fbc483e854 remove bad version guessing mechanism Craig Blaszczyk 2011-07-22 11:59:25 +0100
  • 742e9289cf inital work on autodiscover Craig Blaszczyk 2011-07-22 11:17:42 +0100
  • b9fcea093c Edited djangorestframework/permissions.py via GitHub Tom Christie 2011-07-19 14:33:02 -0700
  • 7dcd2738a5 Fixed misaligned documentation on ModelResource. Added basic documentation for nested resources Jens Alm 2011-07-19 22:09:35 +0200
  • f29e2fc91f Edited AUTHORS via GitHub Tom Christie 2011-07-19 12:48:28 -0700
  • d03bdba54c Merge pull request #53 from ulmus/master Tom Christie 2011-07-19 12:46:19 -0700
  • 55ed04199b Merge 88fa45edc2 into e956d5177e GitHub Merge Button 2011-07-19 12:46:08 -0700
  • e956d5177e Revert "Added pagination mixin. Need to write tests" Tom Christie 2011-07-19 20:39:20 +0100
  • 20a95db60a Revert "Now throws a 404 if page isn't an int" Tom Christie 2011-07-19 20:39:15 +0100
  • 8136a94ebe Revert pagination stuff Tom Christie 2011-07-19 20:38:13 +0100
  • d1af049698 Added tests for pagination Tom Drummond 2011-07-19 18:00:50 +0100
  • ae059c78da Now throws a 404 if page isn't an int Tom Drummond 2011-07-19 17:54:37 +0100
  • 1eb2dfcc3a Added pagination mixin. Need to write tests Tom Drummond 2011-07-19 17:06:56 +0100
  • 88fa45edc2 Fixed __init__ arguments on ModelResource Jens Alm 2011-07-19 00:07:00 +0200
  • cdc9d02917 Merge a53101bea9 into 73ad2e5054 GitHub Merge Button 2011-07-15 13:03:48 -0700
  • a53101bea9 More tests for overloaded json requests and normal json requests Tom Drummond 2011-07-15 17:19:12 +0100
  • 7e2e3cbf6e Added more tests related to request.POST and request.DATA Tom Drummond 2011-07-15 16:59:50 +0100
  • 6bbfbf77e2 Added tests to ensure you can access request.POST with UserLoggedInAuthentication Tom Drummond 2011-07-15 16:14:35 +0100
  • 73ad2e5054 Edited AUTHORS via GitHub Tom Christie 2011-07-14 02:09:35 -0700
  • dd5742bf0b Edited AUTHORS via GitHub Tom Christie 2011-07-14 02:09:21 -0700
  • 2c9cda8acc Edited AUTHORS via GitHub Tom Christie 2011-07-14 02:09:02 -0700
  • 1cc500b830 Edited AUTHORS via GitHub Tom Christie 2011-07-14 02:08:46 -0700
  • 3ef8b7694e Added garciasolero Tom Christie 2011-07-14 02:01:13 -0700
  • 30cd9335e0 Merge pull request #49 from garciasolero/master Tom Christie 2011-07-14 01:58:30 -0700
  • 5e44342c94 Merge cc7a77c477 into 39d9ac9d1b GitHub Merge Button 2011-07-14 01:57:58 -0700
  • cc7a77c477 Test for serialitation of dictionaries with keys that collide with dictionary method names garciasolero 2011-07-13 14:12:34 +0200
  • 39d9ac9d1b Improve coverage reporting Tom Christie 2011-07-13 12:37:52 +0100
  • 9ec50ac442 hg-git merging tom christie tom@tomchristie.com 2011-07-11 21:28:53 +0100
  • a42ec167e0 hg-git merging tom christie tom@tomchristie.com 2011-07-11 21:28:45 +0100
  • e12a91c483 hg-git merging tom christie tom@tomchristie.com 2011-07-11 21:28:40 +0100
  • a2a6bae17c hg-git merging tom christie tom@tomchristie.com 2011-07-11 21:28:35 +0100
  • a2bc0bdafa hg-git merging tom christie tom@tomchristie.com 2011-07-11 21:28:23 +0100
  • c70da25e46 hg-git merging tom christie tom@tomchristie.com 2011-07-11 21:28:19 +0100
  • bab9200f33 hg-git merging tom christie tom@tomchristie.com 2011-07-11 21:28:06 +0100
  • 5e6a869abc hg-git merging tom christie tom@tomchristie.com 2011-07-11 21:28:00 +0100
  • d9fef5cb21 hg-git merging tom christie tom@tomchristie.com 2011-07-11 21:27:21 +0100
  • 1135505e7d hg-git merging tom christie tom@tomchristie.com 2011-07-11 21:27:08 +0100
  • f7a213bde9 Merge branch 'master' of github.com:tomchristie/django-rest-framework Tom Christie 2011-07-11 20:53:43 +0100
  • 4c590df712 typo in test Tom Christie 2011-07-11 20:52:02 +0100
  • 247d242e07 Update Authors. Also It's going to be too hard to track who's done exactly what, so I'm just going to go with names for now... Tom Christie 2011-07-11 12:47:56 -0700
  • d1ed9884d8 Merge pull request #46 from jakul/m2m_create_through Tom Christie 2011-07-11 12:33:52 -0700
  • 2b90906293 Merge 91b9d0b2a3 into 5433cb3e27 GitHub Merge Button 2011-07-11 12:33:49 -0700
  • 5433cb3e27 Merge pull request #44 from fzunino/m2m_create Tom Christie 2011-07-11 12:33:40 -0700
  • 7f0b291528 Merge 8a2944acdf into e4ce57b88c GitHub Merge Button 2011-07-11 12:33:31 -0700
  • e4ce57b88c Merge pull request #45 from sebpiq/master Tom Christie 2011-07-11 12:33:15 -0700
  • 3a4f39497b Merge 91b9d0b2a3 into 3b2e70dd3a GitHub Merge Button 2011-07-08 14:59:57 -0700
  • f213ca0afe Merge 8a2944acdf into 3b2e70dd3a GitHub Merge Button 2011-07-08 12:51:01 -0700
  • 91b9d0b2a3 remove hardcoded model._meta.many_to_many[0]; update mixin tests to test with 0, 1, or multiple groups Craig Blaszczyk 2011-07-08 18:14:52 +0100
  • 344db0d733 update mixin to work with m2m data using a through field, by storing the name of the field and manually creating an object in the related table Craig Blaszczyk 2011-07-08 18:04:22 +0100
  • 6e6b35b5c0 add unit tests which show m2m creation failing for through table Craig Blaszczyk 2011-07-08 17:37:20 +0100
  • 8a2944acdf Tests for CreateModelMixin (unit and integration test via ListOrCreateModelView). Fernando Zunino 2011-07-07 23:33:39 -0300
  • 03a73cf95d Merge 11ee385743 into 3b2e70dd3a GitHub Merge Button 2011-07-06 04:42:39 -0700
  • 11ee385743 fixed a bug in serializers Sébastien Piquemal 2011-07-06 14:18:48 +0300