Commit Graph

  • 1d432cf432 Merge pull request #274 from tomchristie/pagination Tom Christie 2012-10-01 07:56:19 -0700
  • d662016695 Merge b16fb57771 into 1ace8d6eea Tom Christie 2012-10-01 07:51:35 -0700
  • b16fb57771 Expand pagination support, add docs Tom Christie 2012-10-01 15:49:19 +0100
  • 1ace8d6eea Merge pull request #273 from tomchristie/pagination Tom Christie 2012-09-30 09:35:26 -0700
  • fd9c21178a Merge 6fa589fefd into 43d3634e89 Tom Christie 2012-09-30 09:33:28 -0700
  • 6fa589fefd Pagination support Tom Christie 2012-09-30 17:31:28 +0100
  • 43d3634e89 Docs tweaking Tom Christie 2012-09-30 15:55:24 +0100
  • 616e6f5f4d Drop oauth tests for now - may pull same test module back in if end up using django-oauth-plus, but since we've not pulled it in right now... Tom Christie 2012-09-28 17:09:30 +0100
  • 224bc027cd Add more tests for generic views Tom Christie 2012-09-28 16:41:35 +0100
  • 0853316545 Add more tests for generic views Tom Christie 2012-09-28 16:23:46 +0100
  • 6cf2874cf2 Clean up reverse tests Tom Christie 2012-09-28 16:09:52 +0100
  • c2bbe628e6 Fix coverage to not include migrations Tom Christie 2012-09-28 16:01:02 +0100
  • 9f71f8e618 Fix broken bits of generic views Tom Christie 2012-09-28 15:54:00 +0100
  • 4ebd701be7 Fix serialization issue with Django 1.3 Tom Christie 2012-09-28 14:53:22 +0100
  • 25cbff5fab Remove unused test file Tom Christie 2012-09-28 14:29:20 +0100
  • e003cc91b6 Get test-only models properly working Tom Christie 2012-09-28 14:28:50 +0100
  • 84f7758039 Remove support for doctests Tom Christie 2012-09-28 11:53:51 +0100
  • aeeb68f68a Added @j4mie, and added projects to 'additional thanks' as appropriate. Tom Christie 2012-09-28 10:42:14 +0100
  • 549d50b956 More simple travis link style Tom Christie 2012-09-28 10:11:29 +0100
  • 62ccc1a306 Fix failing tests Tom Christie 2012-09-28 10:11:12 +0100
  • ee36e4ab0c Only display forms when user has permissions. #159 Tom Christie 2012-09-27 21:51:46 +0100
  • 20cf4f71cc Latest docs build Tom Christie 2012-09-27 16:28:13 +0100
  • b2259bad6b Merge pull request #270 from phobologic/master Tom Christie 2012-09-27 05:49:34 -0700
  • 3bf25b960e Merge f3834aa241 into 49d2ea7cc0 Michael Barrett 2012-09-27 05:48:44 -0700
  • 49d2ea7cc0 Remove erronous checkins Tom Christie 2012-09-27 13:47:06 +0100
  • 689d2afd97 Breadcrumbs play nicely when app not installed at root URL. Fixes #211 Tom Christie 2012-09-27 13:46:20 +0100
  • 4d906938a9 Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-framework into restframework2 Tom Christie 2012-09-27 13:34:48 +0100
  • 284a700e09 head method on views for Django 1.3. Fixes #228 Tom Christie 2012-09-27 13:34:28 +0100
  • 8582b18ac4 Added @cyberj. Thanks! Tom Christie 2012-09-27 14:29:14 +0200
  • f3e7acde14 Rename category_dir to relative_dir Tom Christie 2012-09-27 14:27:40 +0200
  • 049452d906 Merge pull request #271 from cyberj/restframework2 Tom Christie 2012-09-27 05:25:58 -0700
  • 773cd909ba Merge efe26e3a32 into d2583b809c Johan Charpentier 2012-09-27 05:24:13 -0700
  • d2583b809c Remove parse_qs from compat, now py2.5 support is dropped Tom Christie 2012-09-27 13:08:57 +0100
  • 89a0b22306 Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-framework into restframework2 Tom Christie 2012-09-27 13:06:34 +0100
  • 91b3fb0b05 Remove RequestFactory from compat (Now 1.2 is not supported) Tom Christie 2012-09-27 13:06:04 +0100
  • ec3c0c288b Add py27 to tox Tom Christie 2012-09-27 13:01:49 +0100
  • fe666a14ee Add test for request.POST Tom Christie 2012-09-27 12:50:18 +0100
  • 3bae2867e9 Remove braindead test Tom Christie 2012-09-27 12:49:33 +0100
  • 061cffb67b Added citation to contributing docs Tom Christie 2012-09-27 12:49:08 +0100
  • efe26e3a32 Improve changes with upstream's advices Charpentier Johan 2012-09-27 13:43:35 +0200
  • da1f6df4fa Added @LaundroMat. Thanks! Tom Christie 2012-09-26 23:07:59 +0200
  • 0cc7030aab Fix @api_view decorator tests Tom Christie 2012-09-26 21:47:19 +0100
  • 622e001e0b Merge pull request #261 from j4mie/improved-view-decorators Tom Christie 2012-09-26 13:10:01 -0700
  • 9366641060 Merge 686a034817 into d3e0ac864f Jamie Matthews 2012-09-26 12:19:10 -0700
  • 686a034817 No need to use setattr Jamie Matthews 2012-09-26 20:18:57 +0100
  • d3e0ac864f Fix broken import Tom Christie 2012-09-26 21:15:24 +0200
  • 1d227a67bb Fixed import error in resources.py LaundroMat 2012-09-26 21:56:56 +0300
  • eb9920ac38 Fix bug with relative/real path Charpentier Johan 2012-09-26 17:02:44 +0200
  • c13c8fe5bc Update to new rest_framework package name, simplify implementation Jamie Matthews 2012-09-26 13:52:29 +0100
  • 4be937a9b3 Merge branch 'restframework2' of git://github.com/tomchristie/django-rest-framework into improved-view-decorators Jamie Matthews 2012-09-26 13:09:39 +0100
  • ffe2c6d558 Add missing comma Tom Christie 2012-09-26 13:09:20 +0100
  • 01770c53cd Merge branch 'restframework2' of git://github.com/tomchristie/django-rest-framework into improved-view-decorators Jamie Matthews 2012-09-26 13:05:21 +0100
  • 09a445b257 Bits of cleanup Tom Christie 2012-09-26 12:40:11 +0100
  • 728e92f06a Add request.QUERY_PARAMS Tom Christie 2012-09-26 12:39:39 +0100
  • f7c3387574 Latest docs build Tom Christie 2012-09-25 13:40:44 +0100
  • 6fc5581a8f Add readonly 'id' field Tom Christie 2012-09-25 13:40:16 +0100
  • 758bcf5b1e Tweak browseable API Tom Christie 2012-09-25 13:35:41 +0100
  • b7b7ca5af9 Don't display readonly fields Tom Christie 2012-09-25 13:35:28 +0100
  • e0913e29b8 Fix some bits of serialization Tom Christie 2012-09-25 13:20:12 +0100
  • 4fb57d28e6 Add csrf note Tom Christie 2012-09-25 12:27:46 +0100
  • 921c5840aa Fix incorrect bit of tutorial Tom Christie 2012-09-25 12:21:35 +0100
  • d68684e26e Added tox.ini Tom Christie 2012-09-25 12:21:05 +0100
  • 064e1ba91f Tweak media_type -> accepted_media_type. Need to document, but marginally less confusing Tom Christie 2012-09-21 13:16:08 +0100
  • 3f7371c796 Tweak media_type -> accepted_media_type. Need to document, but marginally less confusing Tom Christie 2012-09-21 13:15:31 +0100
  • b4cd699b75 Tweak media_type -> accepted_media_type. Need to document, but marginally less confusing Tom Christie 2012-09-21 13:12:10 +0100
  • d9cba6398e Clean up bits of templates etc Tom Christie 2012-09-20 17:44:34 +0100
  • f4670c8996 Hack out bunch of unneccesary private methods on View class Tom Christie 2012-09-20 14:00:53 +0100
  • 5a82aa9726 Clean up template tags Tom Christie 2012-09-20 13:42:46 +0100
  • 7efc6e8205 Remove dumbass __all__ variables Tom Christie 2012-09-20 13:22:07 +0100
  • 87dae4d854 Remove old 'djangorestframework directories Tom Christie 2012-09-20 13:19:43 +0100
  • e5c8c6ea50 Change package name: djangorestframework -> rest_framework Tom Christie 2012-09-20 13:07:16 +0100
  • 4b691c4027 Change package name: djangorestframework -> rest_framework Tom Christie 2012-09-20 13:06:27 +0100
  • a1bcfbfe92 Merge pull request #266 from tomchristie/resources Tom Christie 2012-09-20 04:34:49 -0700
  • 1252454e33 Merge cab556ee3f into 79df8eba2f Tom Christie 2012-09-20 04:34:37 -0700
  • 79df8eba2f Merge pull request #269 from tomchristie/fix_breadcrumbs Tom Christie 2012-09-20 04:34:29 -0700
  • f3834aa241 Stop serialization from going back to base object Michael Barrett 2012-09-19 13:43:36 -0700
  • 28c4aea6d8 Merge cb8a8e98ed into db13401af0 Tom Christie 2012-09-19 10:49:11 -0700
  • cb8a8e98ed Dont strip final '/' Tom Christie 2012-09-19 18:48:59 +0100
  • 8458a7f5ac Merge b189736a74 into f741bab709 ncoghlan 2012-09-19 09:16:15 -0700
  • 9921b6bd73 Use get_script_prefix to play nicely if not installed at the root. Tom Christie 2012-09-19 17:14:40 +0100
  • db13401af0 Added @phobologic. Thanks\! Tom Christie 2012-09-19 17:06:43 +0100
  • f741bab709 Added @phobologic. Thanks\! Tom Christie 2012-09-19 17:05:09 +0100
  • 8d92f77fc2 Merge pull request #268 from phobologic/master Tom Christie 2012-09-19 08:17:28 -0700
  • bbc031eeb6 Merge 943bc073d9 into 0fc5a49a11 Michael Barrett 2012-09-19 08:14:47 -0700
  • 943bc073d9 Fixing Issue #265. Michael Barrett 2012-09-19 08:05:16 -0700
  • 8d14f74964 Use named links in tutorial docs Tom Christie 2012-09-19 13:02:38 +0100
  • 575630d7c3 Use named links in tutorial docs Tom Christie 2012-09-19 13:02:10 +0100
  • cab556ee3f Initial resources code Tom Christie 2012-09-18 19:03:59 +0100
  • 6528e899ff Merge d23aa48df9 into 5611769162 Max Hurl 2012-09-18 08:04:36 -0700
  • efba6a7285 Fix dropdown menu on iOS Tom Christie 2012-09-17 20:21:26 +0100
  • 5611769162 Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-framework into restframework2 Tom Christie 2012-09-17 20:20:27 +0100
  • 308677037f Tweak docs, fix .error_data -> .errors Tom Christie 2012-09-17 20:19:45 +0100
  • e37a1a1db2 Merge pull request #264 from droptype/restframework2 Tom Christie 2012-09-17 10:11:23 -0700
  • 4ecb26997a Merge 43c2a15f9d into 549ebdc1c6 Alec Perkins 2012-09-17 07:03:38 -0700
  • 43c2a15f9d Prevent the touchstart event propagation on the dropdown menus in the navbar. Alec Perkins 2012-09-17 10:01:44 -0400
  • 549ebdc1c6 Merge pull request #263 from tomchristie/decouple-conneg Tom Christie 2012-09-16 14:02:18 -0700
  • b7fe1904f9 Merge d8ede0355c into b7b8cd11b1 Tom Christie 2012-09-16 14:00:23 -0700
  • d8ede0355c Drop cronky tests Tom Christie 2012-09-16 22:00:05 +0100
  • a96211d3d1 Simplify negotiation. Drop MSIE hacks. Etc. Tom Christie 2012-09-16 21:48:55 +0100
  • 6543ccd244 Cleaner content negotiation. Occurs after permissions. Optional 'force' flag. Tom Christie 2012-09-14 23:17:12 +0100