Commit Graph

  • 455c08432d Tutorial part5: make snippet.owner a hyperlink too Pieter-Jan Busschaert 2013-09-13 16:20:57 +0200
  • bb3261ca48 Fixed #1105 -- Add hook for custom context in BrowsableAPIRenderer. Tai Lee 2013-09-13 22:51:11 +1000
  • f47391552f Merge a5856beb03 into 068e4a18f4 Craig de Stigter 2013-09-13 05:36:49 -0700
  • 068e4a18f4 Merge pull request #1108 from rbose85/master Tom Christie 2013-09-13 05:30:10 -0700
  • 190afddeb6 Merge 0de1a1a0ad into ea462b7b9b Rajiv Bose 2013-09-13 05:23:57 -0700
  • 0de1a1a0ad Typo in strings referring to Python package, django-filter. Rajiv Bose 2013-09-13 11:55:16 +0100
  • e5da0ff5e5 Merge remote-tracking branch 'upstream/master' Philip Douglas 2013-09-13 10:47:06 +0100
  • 272a6abf91 Try a more localised fix to the data=None problem Philip Douglas 2013-09-13 10:46:24 +0100
  • d489c5c881 Let JSONEncoder handle Numpy data types. David Pretty 2013-09-13 13:36:18 +1000
  • f2e7fc94d3 fix to maintain request.POST data, whilst also ensuring original change to ensure parsers are indeed called for form post Dan Stephenson 2013-09-13 00:22:20 +0100
  • f495ea0092 Merge 89eba7788f into ea462b7b9b Ivan Yurin 2013-09-12 13:41:57 -0700
  • ea462b7b9b Merge branch 'master' of https://github.com/tomchristie/django-rest-framework Tom Christie 2013-09-12 21:41:31 +0100
  • 895beb89c6 Note on '.model' as default only, with 'serializer_class', and 'queryset' attributes prefered. Closes #1100 Tom Christie 2013-09-12 21:41:21 +0100
  • cd3040737e Merge pull request #1097 from mociepka/add_default_order_by_in_filtering Tom Christie 2013-09-12 13:24:26 -0700
  • 3f2a6f7def Merge 222c1d1122 into 2da9ab8cc5 Michał Ociepka 2013-09-12 13:24:14 -0700
  • 2da9ab8cc5 Merge branch 'master' of https://github.com/tomchristie/django-rest-framework Tom Christie 2013-09-12 20:27:36 +0100
  • dfc430caba Fix django guardian link Tom Christie 2013-09-12 20:27:23 +0100
  • 6e4bdb5596 Add missing newline at the end of test file Philip Douglas 2013-09-12 16:04:33 +0100
  • 59cce01b33 Fix error when serializer gets files but no data Philip Douglas 2013-09-12 16:03:20 +0100
  • 89eba7788f add setting DEFAULT_PAGINATOR_CLASS Иван Юрин 2013-09-12 16:41:52 +0600
  • 2139dafef6 Merge pull request #1099 from diegoponciano/patch-1 Tom Christie 2013-09-12 01:05:15 -0700
  • ffefa9ff42 Merge 2a6a2013df into 195790e60b Diego Ponciano 2013-09-11 13:26:38 -0700
  • 2a6a2013df small typo correction on ViewSet example code Diego Ponciano 2013-09-11 17:25:57 -0300
  • 195790e60b Version 2.3.8 2.3.8 Tom Christie 2013-09-11 09:09:30 +0100
  • 00975bc087 Merge 8b724c994d into e021472a16 Steven 2013-09-10 23:12:55 -0700
  • 8b724c994d Fixed parser not setting stream on Django request steven 2013-09-11 12:59:11 +0700
  • e021472a16 Added @bwreilly for awesome work on #1093. Thanks!!! Tom Christie 2013-09-10 21:07:20 +0100
  • a1d7ed20d2 Add Django Guardian to travis testing Tom Christie 2013-09-10 21:06:53 +0100
  • 101da45810 Updated release notes Tom Christie 2013-09-10 21:06:42 +0100
  • 5970baa201 Tweaks and docs to object-level model permissions. Tom Christie 2013-09-10 21:00:13 +0100
  • 75fb4b02b4 Merge branch 'master' of git://github.com/bwreilly/django-rest-framework into bwreilly-master Tom Christie 2013-09-10 20:21:15 +0100
  • b359af72a9 Merge 5214615bff into 315435d00a Dan Stephenson 2013-09-10 08:21:45 -0700
  • 5214615bff nested save for deserialized objects Dan Stephenson 2013-09-10 16:21:34 +0100
  • 39e13a0d13 Merge remote-tracking branch 'upstream/master' Philip Douglas 2013-09-10 13:09:25 +0100
  • 222c1d1122 Add order_by to the AutoFilterSet Michał Ociepka 2013-09-10 12:02:14 +0200
  • 9440c86c4a Let format suffixes and no-trailing slash work together Matt Long 2013-09-09 19:57:41 -0700
  • d2741f60be Merge 23fc9dd53f into f5c34926d6 Ben Reilly 2013-09-09 13:14:06 -0700
  • f5c34926d6 Update release-notes.md Tom Christie 2013-09-09 20:41:54 +0100
  • 23fc9dd53f better doc for object permissions, drop redundant has_permission call bwreilly 2013-09-09 09:32:29 -0700
  • 0183c69538 removed unnecessary guardian req and view.action parsing bwreilly 2013-09-09 08:39:09 -0700
  • 9ff0f6d3bf switch to a dedicated filter for read list object permissions bwreilly 2013-09-07 23:48:03 -0500
  • 118645e480 first pass at object level permissions and tests bwreilly 2013-09-07 23:18:52 -0500
  • 57d6b5fb7c necessary test settings for guardian bwreilly 2013-09-07 23:16:43 -0500
  • b6c0c815aa Extra docs on custom exception handling. Tom Christie 2013-09-07 20:45:43 +0100
  • 6908c183a4 Merge pull request #1092 from rouge8/custom-exception-handler-setting Tom Christie 2013-09-07 12:12:23 -0700
  • 47e2c7b1a7 Merge bae0ef6b5d into 916d8ab37d Andy Freeland 2013-09-06 11:57:49 -0700
  • bae0ef6b5d Add EXCEPTION_HANDLER docs to exception docs Andy Freeland 2013-09-06 13:57:32 -0500
  • b5523bcc7d Support customizable view EXCEPTION_HANDLER Andy Freeland 2013-09-06 11:40:34 -0500
  • b07de86ad3 some properly failing tests, set up for standard permissions bwreilly 2013-09-06 12:35:06 -0500
  • f7b24b691a Merge from upstream tomchristie/master. Cleanup failing test cases. Don Spaulding 2013-09-06 11:59:11 -0500
  • 5cfea7b933 fix to m2m object persistence Dan Stephenson 2013-09-06 17:03:20 +0100
  • 4a9dcfa760 added guardian as optional requirement, stubbed out object-level permission class bwreilly 2013-09-06 11:01:31 -0500
  • c94cc64043 Add test for default argument in PrimaryKeyRelatedField Benjamin Toueg 2013-09-06 16:27:17 +0200
  • 92c786132b Removal of testing print statement Dan Stephenson 2013-09-06 14:13:15 +0100
  • 916d8ab37d Fix typo Tom Christie 2013-09-06 12:19:51 +0100
  • a5856beb03 add comment referencing ticket Craig de Stigter 2013-09-06 16:35:07 +1200
  • e32e464d45 Make modelserializer support writable properties on models it instantiates. Craig de Stigter 2013-09-06 16:18:01 +1200
  • 4e0b3ad1b7 Moving of nested form tokenization into parsers, plus some minor function naming changes Dan Stephenson 2013-09-06 00:43:29 +0100
  • 53e7b9fafc Fix for serialisation of multiple objects (m2m) Dan Stephenson 2013-09-05 23:00:29 +0100
  • b47f1b0257 Added @edmundwong for work on #1076. Thanks! Tom Christie 2013-09-05 20:25:45 +0100
  • 196a895fe4 Merge pull request #1076 from edmondwong/master Tom Christie 2013-09-05 12:24:17 -0700
  • 4ae35019a3 Merge 6e7e4fc01c into 551fe92078 Edmond Wong 2013-09-05 05:22:54 -0700
  • dd39a29b7e Add test to reproduce a raise when using field with source parameter containing "." Andrey Antukh 2013-09-05 13:16:14 +0200
  • 551fe92078 Merge pull request #1084 from thetylerhayes/master Tom Christie 2013-09-04 03:42:25 -0700
  • 6200a16e9b Merge c4cb26f73b into db3802c638 Tyler Hayes 2013-09-04 03:40:01 -0700
  • c4cb26f73b Tiny typo fix Tyler Hayes 2013-09-04 03:38:34 -0700
  • 6e7e4fc01c Added test for OPTIONS before object creation from a PUT Edmond Wong 2013-09-03 12:30:18 -0700
  • e9fc1c69b2 avoid DoesNotExist when setting a non-nullable foreignkey field during post Craig de Stigter 2013-09-03 12:36:54 +1200
  • db3802c638 Merge pull request #1081 from kevin-brown/doac_docs_link Tom Christie 2013-09-02 08:13:29 -0700
  • 505e0bd424 Merge d0123a1385 into 8b245fed14 Kevin Brown 2013-09-02 07:26:06 -0700
  • d0123a1385 Changed DOAC documentation link Kevin Brown 2013-09-02 10:23:54 -0400
  • 8b245fed14 Add windows virtualenv activate instruction Tom Christie 2013-09-02 09:17:51 +0100
  • 7cc0bb7331 Merge 82dbd19379 into d4f5fe99ba tom-leys 2013-09-02 01:14:29 -0700
  • d4f5fe99ba Merge pull request #1078 from yprez/fix_1072 Tom Christie 2013-09-02 01:13:51 -0700
  • 43c1c9aabc Merge 745ebeca77 into ec689c1ed2 Yuri Prezument 2013-08-31 11:36:42 -0700
  • ec689c1ed2 Merge pull request #1077 from tom-leys/patch-2 Tom Christie 2013-08-31 09:03:11 -0700
  • 745ebeca77 Handle case where obj=None in PKRelatedField.field_to_native() Yuri Prezument 2013-08-31 17:20:49 +0300
  • a15cda4be4 Regression test for #1072 Yuri Prezument 2013-08-31 17:10:15 +0300
  • 036c53bf36 Merge 85ab879a85 into f8101114d1 tom-leys 2013-08-31 00:41:00 -0700
  • 85ab879a85 Updated tutorial part 6: 2 examples were missing includes tom-leys 2013-08-31 19:40:53 +1200
  • 3063a50fc2 Allow OPTIONS to retrieve PUT field metadata on empty objects Edmond Wong 2013-08-30 18:03:44 -0700
  • 82dbd19379 Update quickstart.md tom-leys 2013-08-31 11:28:48 +1200
  • f8101114d1 Update release notes Tom Christie 2013-08-30 09:31:35 +0100
  • 9a5b2eefa9 Merge master Tom Christie 2013-08-30 09:28:33 +0100
  • f3ab0b2b1d Browsable API tab preferences should be site-wide Tom Christie 2013-08-30 09:20:12 +0100
  • cba972911a Fix failing empty serializer test Tom Christie 2013-08-30 09:12:39 +0100
  • 3fba60e99c Drop broken placeholder serializations. Tom Christie 2013-08-30 09:02:54 +0100
  • 2247fd68e9 Fix multipart error when used via content-type overloading Tom Christie 2013-08-29 21:24:29 +0100
  • 19f9adacb2 Merge branch 'master' into display-raw-data Tom Christie 2013-08-29 20:52:46 +0100
  • 02b6836ee8 Fix breadcrumb view names Tom Christie 2013-08-29 20:51:51 +0100
  • e4d2f54529 Fix indenting on raw data forms Tom Christie 2013-08-29 20:39:05 +0100
  • 44f8d1bef2 Fix tab preferences on PUT forms Tom Christie 2013-08-29 20:38:55 +0100
  • 1fa2d823cc Preserve tab preference in cookies. Tom Christie 2013-08-29 20:35:59 +0100
  • 556b4bbba9 Added note on botbot IRC archives Tom Christie 2013-08-29 20:04:00 +0100
  • ac0fb01be3 Update release notes. Tom Christie 2013-08-29 17:27:08 +0100
  • 4b46de7dce Added @diox for fix #1074. Thanks! Tom Christie 2013-08-29 17:27:00 +0100
  • c7f3b8bebe Include serialized content in raw data form. Tom Christie 2013-08-29 17:23:26 +0100
  • cf2033f8bf Merge pull request #1074 from diox/choicefield-empty-value Tom Christie 2013-08-29 09:20:38 -0700
  • 289419b8b5 Merge 11071499a7 into ac4cd50a7b Mathieu Pillard 2013-08-29 09:13:10 -0700
  • 11071499a7 Make ChoiceField.from_native() follow IntegerField behaviour on empty values Mathieu Pillard 2013-08-29 18:10:47 +0200