Commit Graph

  • adf8839db4 Merge 9c32f048b5 into 2169c34a6f Marc Aymerich 2013-03-29 06:39:14 -0700
  • 2169c34a6f Merge pull request #768 from kevinastone/master Tom Christie 2013-03-29 06:36:46 -0700
  • d89953b640 Merge 4531ded061 into 9b56616750 Kevin Stone 2013-03-28 18:48:56 -0700
  • 4531ded061 Removed pagination regression special case for Django<1.4. Having DjangoFilterBackend return an actual query set fixes this issue. Kevin Stone 2013-03-28 18:48:48 -0700
  • ea33511260 Change strapline Tom Christie 2013-03-28 16:02:20 +0000
  • 69cbafc64f Add search and next/prev Tom Christie 2013-03-28 15:58:53 +0000
  • d243538547 Note on using curl with token auth Tom Christie 2013-03-28 14:54:42 +0000
  • fb105d138c Minor tweak Tom Christie 2013-03-28 14:54:25 +0000
  • 9c32f048b5 Cleaned imports on templatetags/rest_framework module glic3rinu 2013-03-28 12:01:47 +0100
  • 3774ba3ed2 Added force_text to compat glic3rinu 2013-03-28 12:01:08 +0100
  • d4df617f8c Added unit test for failing DjangoFilterBackend on SingleObjectMixin that was resolved in b10663e024 Kevin Stone 2013-03-27 18:29:50 -0700
  • b10663e024 Fixed DjangoFilterBackend not returning a query set. Kevin Stone 2013-03-27 17:55:36 -0700
  • fa61b2b2f1 Remove oauth2-provider backends reference from compat.py Pierre Dulac 2013-03-28 01:05:51 +0100
  • 8ec60a22e1 Remove client credentials from all OAuth 2 tests Pierre Dulac 2013-03-28 00:57:23 +0100
  • 3b5280de00 Merge b2cea84fae into 9b56616750 Fernando Rocha 2013-03-27 15:01:46 -0700
  • b2cea84fae Complete remove of client checks from oauth2 Fernando Rocha 2013-03-27 19:00:36 -0300
  • 2c0363ddae Added quotes to TRAILING_PUNCTUATION used by urlize_quoted_links glic3rinu 2013-03-27 22:58:11 +0100
  • 5f48b4a77e Refactored urlize_quoted_links code, now based on Django 1.5 urlize glic3rinu 2013-03-27 22:43:41 +0100
  • b894b3c15d refactored GenericRelatedField with dict argument as discussed here: https://github.com/tomchristie/django-rest-framework/pull/755 lukasbuenger 2013-03-27 19:15:16 +0100
  • f1b8fee4f1 client credentials should be optional (fix #759) Fernando Rocha 2013-03-27 14:05:46 -0300
  • 850e696608 Fixes travis Py3k issues. lukasbuenger 2013-03-27 13:46:23 +0100
  • 9b56616750 Merge Tom Christie 2013-03-26 08:59:40 +0000
  • 92c929094c Version 2.2.5 2.2.5 Tom Christie 2013-03-26 07:48:53 +0000
  • 6d17f3ac30 unicode errors lukasbuenger 2013-03-26 01:33:01 +0100
  • 67b891bda2 Introducing basic inline documentation lukasbuenger 2013-03-26 01:18:35 +0100
  • 7957591910 Introducing implementation and tests lukasbuenger 2013-03-26 01:02:09 +0100
  • 8387cb5d16 Docs fix Tom Christie 2013-03-25 20:28:17 +0000
  • 7eefcf7e53 Bulk update, allow_add_remove flag Tom Christie 2013-03-25 20:26:34 +0000
  • f82db5521e Merge branch 'master' of https://github.com/tomchristie/django-rest-framework Tom Christie 2013-03-25 17:30:32 +0000
  • d97e72cdb2 Cleanup one-one nested tests and implementation Tom Christie 2013-03-25 17:28:23 +0000
  • dca24cd914 Added @stoneg for typo fix #754. Thank you! Tom Christie 2013-03-25 16:44:36 +0000
  • 4840eb27d7 Merge pull request #754 from stoneG/master Tom Christie 2013-03-25 09:29:51 -0700
  • c398f7f1ae Merge dab158e1fd into 9fdb661c59 Sitong Peng 2013-03-25 09:28:03 -0700
  • dab158e1fd Tiny typo Sitong Peng 2013-03-25 09:27:12 -0700
  • ea5d49bbd5 Merge cd359ed6b9 into 9fdb661c59 Mark Shirley 2013-03-23 09:04:55 -0700
  • cd359ed6b9 Fix for nested bulk delete Mark Aaron Shirley 2013-03-23 08:54:49 -0700
  • b5640bb778 Forcing translations of lazy translatable strings in Field to_native method Matteo Suppo 2013-03-23 14:18:55 +0100
  • 0081d744b9 Added tests for issue 747 in serializer.py Matteo Suppo 2013-03-23 14:18:11 +0100
  • cbccb406f4 Failing test for nested object deletion Mark Aaron Shirley 2013-03-22 21:52:57 -0700
  • 6111dcef52 Update release notes Tom Christie 2013-03-22 22:58:04 +0000
  • 3f79a9a3d3 one-one writable nested modelserializers Tom Christie 2013-03-22 22:39:45 +0000
  • 9fdb661c59 Merge pull request #749 from tomchristie/clean-basic-nested-serialization Tom Christie 2013-03-22 15:29:59 -0700
  • 4bc0c316f9 Merge addf7e9b36 into 624ce250cd Tom Christie 2013-03-22 15:28:48 -0700
  • addf7e9b36 Defer the writable nested modelserializers work Tom Christie 2013-03-22 22:27:03 +0000
  • a46991d097 Merge 9cd3c9cb32 into 624ce250cd Mahmoud Yaser 2013-03-22 15:13:54 -0700
  • 6a2a8350d5 Merge 9cdf841169 into 624ce250cd Tom Christie 2013-03-22 15:11:43 -0700
  • 9cdf841169 Tweaking Tom Christie 2013-03-22 22:11:30 +0000
  • fe82982ff2 Merge master Tom Christie 2013-03-22 22:09:49 +0000
  • 624ce250cd Updating contribution docs (still wip) Tom Christie 2013-03-22 22:06:38 +0000
  • 9bf7c9b714 Merge master Tom Christie 2013-03-22 21:57:37 +0000
  • 870d5c7d78 Merge pull request #744 from tomchristie/basic-bulk-edit Tom Christie 2013-03-22 14:47:29 -0700
  • 1ae2571a67 Merge 13794baf70 into 9a2ba4bf54 Tom Christie 2013-03-22 14:45:00 -0700
  • 9a2ba4bf54 Update release notes Tom Christie 2013-03-22 21:37:51 +0000
  • 4055129662 If oauth is not attempted don't throw an error. Fixes #748. Tom Christie 2013-03-22 21:31:32 +0000
  • 6770a5bbaf Merge pull request #743 from tomchristie/fix-datetime-regression Tom Christie 2013-03-22 14:26:06 -0700
  • 13794baf70 Bit of extra tidying and plenty of docs Tom Christie 2013-03-22 17:01:06 +0000
  • b4210f9a56 Test moved out of serializer.py into serializer_bulk_update Tom Christie 2013-03-22 12:46:03 +0000
  • c32d9969ac Add extra tests for errors from incorrect data with multiple create/update Tom Christie 2013-03-22 12:33:09 +0000
  • 49c2f4b50f Merge 8adde506e8 into 09e4ee7ae3 Tom Christie 2013-03-21 01:43:24 -0700
  • 8adde506e8 Default date/time fields now return python date/time objects again by default Tom Christie 2013-03-21 08:41:54 +0000
  • 00778e3d24 Use built-in status code variables George Hickman 2013-03-21 00:23:31 -0700
  • 61f6fe2b81 Check use_etags before trying to set ETag header George Hickman 2013-03-21 00:03:41 -0700
  • a337dc3b5f Add IfMatchMissing exception George Hickman 2013-03-20 23:55:13 -0700
  • cfd083d759 Tidy up etag precondition checks George Hickman 2013-03-20 23:17:30 -0700
  • bceca2364a Switch to a view level setting for using etags George Hickman 2013-03-20 23:14:27 -0700
  • 53ca0c02b0 Add PreconditionFailed exception George Hickman 2013-03-20 23:10:24 -0700
  • 20fd738c85 iso formated datetime aware fields with +0000 offset should use 'Z' suffix instead Tom Christie 2013-03-20 13:05:59 +0000
  • b2dc664485 Basic bulk create and bulk update Tom Christie 2013-03-19 14:26:48 +0000
  • 09db96bb45 Merge 82c5a9de75 into deb5e653e4 Tom Christie 2013-03-18 15:28:06 -0700
  • 82c5a9de75 Added bulk update functionality and test Tom Christie 2013-03-18 22:24:46 +0000
  • e0167919ae Merge 1c3081f0be into deb5e653e4 Mark Shirley 2013-03-18 14:42:13 -0700
  • deb5e653e4 Added bulk create tests Tom Christie 2013-03-18 21:35:06 +0000
  • ad3ffe20f0 Merge branch 'master' into basic-nested-serialization Tom Christie 2013-03-18 21:12:05 +0000
  • 09e4ee7ae3 Remove dumbass unneeded test Tom Christie 2013-03-18 21:11:40 +0000
  • 922ee61d86 Remove erronous pre_save Tom Christie 2013-03-18 21:05:13 +0000
  • 74fb366c59 Merge branch 'master' into resources-routers Tom Christie 2013-03-18 21:03:05 +0000
  • e9670b1ac1 First draft for rails-like relationship accessing Pierre Dulac 2013-03-18 18:06:32 +0100
  • 75fbfb5858 Merge pull request #739 from craigds/basic-nested-serialization Tom Christie 2013-03-18 01:00:17 -0700
  • 6dbed79479 Merge 101fa26ebc into ee20cf806b Craig de Stigter 2013-03-17 20:05:50 -0700
  • 101fa26ebc use writablefield style for serializer handling of self.default Craig de Stigter 2013-03-18 16:05:34 +1300
  • d6d5b1d82a allow default values in writable serializer fields Craig de Stigter 2013-03-18 14:50:08 +1300
  • c8416df0c4 accept all WritableField kwargs for writable serializers (eg required=True) Craig de Stigter 2013-03-18 14:27:15 +1300
  • 034c4ce408 Fix serializer restore_object example for partial updates Tom Christie 2013-03-17 20:06:38 +0000
  • ef0caf64d3 Extra note on method Tom Christie 2013-03-17 19:59:13 +0000
  • e80d3d1bdf Fix text regarding serializer error messages. Tom Christie 2013-03-17 19:51:04 +0000
  • 89ce9bc76e Merge 1b248ee7de into 22a389d0ba w- 2013-03-17 12:44:37 -0700
  • 1c3081f0be One-to-many writable, nested serializer support Mark Aaron Shirley 2013-02-17 20:02:12 -0800
  • ee20cf806b Merge pull request #735 from tomchristie/one-to-one-nested-wip Tom Christie 2013-03-16 00:41:54 -0700
  • c638ab1811 Merge 66bdd608e1 into 1aedf57f4a Tom Christie 2013-03-16 00:35:52 -0700
  • 66bdd608e1 Fixes to save_object Tom Christie 2013-03-16 07:35:44 +0000
  • 3ff103ad04 Fixes to save_object Tom Christie 2013-03-16 07:35:27 +0000
  • ccf551201f Clean up and comment restore_object Tom Christie 2013-03-16 07:32:50 +0000
  • 56653111a6 Remove unneeded arguments to save_object Tom Christie 2013-03-15 19:57:57 +0000
  • 32e0e5e18c Remove erronous _delete attribute Tom Christie 2013-03-15 19:55:32 +0000
  • 5f5b22d86f Merge branch 'basic-nested-serialization' into one-to-one-nested-wip Tom Christie 2013-03-15 19:32:30 +0000
  • 1aedf57f4a Merge branch 'master' into basic-nested-serialization Tom Christie 2013-03-15 19:25:12 +0000
  • 47492e3ef4 Clean out ModelSerializer special casing from Serializer.field_from_native Tom Christie 2013-03-15 19:22:31 +0000
  • fb3b57803f one 2 one nested relationships Tom Christie 2013-03-15 19:17:54 +0000
  • 22a389d0ba Better titles & descriptions Tom Christie 2013-03-15 13:41:22 +0000
  • 1b248ee7de Update serializers.md w- 2013-03-14 16:56:48 -0700