Commit Graph

  • 1709e78a3f Get support for iterables on OffLimPage David Medina 2013-10-10 13:40:39 +0200
  • 5117800fc5 Fix extra queries David Medina 2013-10-10 13:39:57 +0200
  • ae73a191f9 Add Link and Off&lim pagination tests David Medina 2013-10-10 13:39:40 +0200
  • 00dc59c289 Add Offset&Limit pagination support David Medina 2013-10-10 11:16:46 +0200
  • bf227649f4 Add LinkPagination support David Medina 2013-10-10 11:16:28 +0200
  • a500b83ff2 Move strict_positive_int to pagination module David Medina 2013-10-10 11:14:46 +0200
  • 29f3f05a45 Fixed issue #1130: SerializerMethodField now must receive and object or return None Jesús Espino 2013-10-10 10:22:16 +0200
  • 1294af3d49 Adding request param to get_view_description and get_view_name in views module methods and functions Jesús Espino 2013-09-30 10:19:18 +0200
  • 0bbc775b95 Merge pull request #1071 from craigds/field-transform-methods Carlton Gibson 2013-10-09 01:11:46 -0700
  • 7c67584aec Merge 42bbf6907e into 761e66ffdd Craig de Stigter 2013-10-09 00:56:35 -0700
  • 7db308a823 Wrong syntax. It should be try...except. Omer Katz 2013-10-08 17:51:23 +0200
  • d34978de9e The default get_view_name method should attempt to get the view's name from the view's instance. Omer Katz 2013-10-08 17:42:42 +0200
  • f97885f00f Allow to customize description so that markup can be accepted if needed. Omer Katz 2013-10-08 16:15:15 +0200
  • d349ede345 Description should be html safe as the only values that it can contain are retrieved from docstrings. Omer Katz 2013-10-08 15:40:47 +0200
  • e7cca54ff3 Add model attribute in docs Grigory Kruglov 2013-10-07 23:47:28 -0700
  • 761e66ffdd Merge pull request #1156 from dpetzel/tutorial_serialization Tom Christie 2013-10-06 00:40:25 -0700
  • 864497eebb Be sure to import UserSerializer dpetzel 2013-10-05 23:16:58 -0400
  • 3ea8361604 Merge 48a38386af into 3833f1d55f dpetzel 2013-10-05 16:30:37 -0700
  • 48a38386af **very minor** typo fix dpetzel 2013-10-05 19:29:25 -0400
  • ac438177b8 Add a section for configuring static files so the browsable API css will load dpetzel 2013-10-05 18:21:44 -0400
  • 3833f1d55f Added @hcliff for #1153. Thanks! Tom Christie 2013-10-04 15:55:57 +0100
  • 0d98622c21 Merge pull request #1153 from hcliff/master Tom Christie 2013-10-04 07:54:32 -0700
  • 54e5cd478f Merge 3e94f4dc70 into afc9e9e038 Henry Clifford 2013-10-04 07:51:29 -0700
  • 3e94f4dc70 support args on get_object_or_404 Henry Clifford 2013-10-04 10:49:56 -0400
  • 43e9be0587 Merge 151fcb1ae9 into afc9e9e038 Henry Clifford 2013-10-04 07:39:16 -0700
  • 151fcb1ae9 merge master with feature branch Henry Clifford 2013-10-04 10:38:15 -0400
  • 20b784bab4 Add property_fields for marking fields as model properties Henry Clifford 2013-06-05 17:26:46 -0400
  • 7231653915 support args on get_object_or_404 Henry Clifford 2013-10-04 10:18:48 -0400
  • 36046168b6 Merge pull request #1148 from thedrow/patch-1 Tom Christie 2013-10-03 08:39:19 -0700
  • db65823ab7 Merge ab4be47379 into 1bd8fe4152 Omer Katz 2013-10-03 08:35:09 -0700
  • ab4be47379 Fixed code example. Omer Katz 2013-10-03 17:34:34 +0200
  • afc9e9e038 Merge branch 'master' of https://github.com/tomchristie/django-rest-framework Tom Christie 2013-10-03 15:18:47 +0100
  • f6301636fb Drop erronous left-over bit of docs. Closes #1147 Tom Christie 2013-10-03 15:18:38 +0100
  • 38049d11b6 Merge pull request #1104 from FreakyDug/master Tom Christie 2013-10-03 05:07:07 -0700
  • bbc6c4673b Merge a2ae469f6b into c3175900bc Philip Douglas 2013-10-03 03:13:13 -0700
  • a2ae469f6b Merge remote-tracking branch 'upstream/master' Philip Douglas 2013-10-03 11:12:55 +0100
  • 101ff39c5c Merge bf96081663 into c3175900bc Adam Avramov 2013-10-03 00:49:45 -0700
  • 5acfefa1ac Merge b385f446dc into c3175900bc k4ml 2013-10-02 19:38:56 -0700
  • b385f446dc allow passing custom APIView class api_view decorators Kamal Bin Mustafa 2013-10-03 10:34:23 +0800
  • 42bbf6907e docs: add paragraph on transform_fieldname methods Craig de Stigter 2013-10-03 12:38:42 +1300
  • dc650f77b5 add tests for transform_fieldname methods Craig de Stigter 2013-10-03 11:34:42 +1300
  • 8d4ba478cc Fix rendering of forms and add error rendering on HTML form Tom Christie 2013-10-02 16:13:34 +0100
  • a14f1e8864 Serializers can now be rendered directly to HTML Tom Christie 2013-10-02 13:45:35 +0100
  • c3175900bc Merge pull request #1144 from jeffnuss/patch-1 Tom Christie 2013-10-02 01:13:39 -0700
  • d7149eaffd Merge 61dd9ce914 into 452eb81f5c Jeff 2013-10-01 14:48:29 -0700
  • 61dd9ce914 Update release-notes.md Jeff 2013-10-01 15:47:47 -0600
  • d0f0ca10c1 remove unneeded comment Tim Watts 2013-10-01 16:11:50 +0000
  • fccdd05aab Merge e0c71f2bdf into 452eb81f5c Jesús Espino 2013-10-01 06:49:56 -0700
  • e0c71f2bdf Adding @global_action and @global_link decorators Jesús Espino 2013-10-01 15:47:45 +0200
  • 3d35b2939c Fixed UnicodeEncodeError when POST request's parameters include an Unicode character Uros Trebec 2013-09-30 23:09:26 +0200
  • 452eb81f5c Merge pull request #1140 from doronpr/patch-1 Tom Christie 2013-09-30 11:17:57 -0700
  • b6636d60ee Merge 8a1d327579 into 5a9d5b3033 Doron Pearl 2013-09-30 11:08:55 -0700
  • 8a1d327579 corrected doc for throttle_classes decorator Doron Pearl 2013-09-30 14:08:46 -0400
  • 5a9d5b3033 Merge pull request #1136 from KrzysiekJ/patch-1 Tom Christie 2013-09-29 09:40:50 -0700
  • 3571b71254 Merge 49847584a8 into 1fd83adb9c Krzysztof Jurewicz 2013-09-29 03:50:06 -0700
  • 49847584a8 Minor documentation fix. Krzysztof Jurewicz 2013-09-29 12:49:38 +0200
  • 1fd83adb9c Merge branch 'master' of https://github.com/tomchristie/django-rest-framework Tom Christie 2013-09-26 16:09:31 +0100
  • 75d6446c87 Allow .template_name attribute specified on view. Closes #1000 Tom Christie 2013-09-26 16:09:08 +0100
  • 1bd8fe4152 Whitespace fix Tom Christie 2013-09-25 10:36:08 +0100
  • e441f85109 Drop 1.3 support Tom Christie 2013-09-25 10:30:04 +0100
  • 21cd638659 Merge master Tom Christie 2013-09-25 09:44:26 +0100
  • 3a529d4af3 Use the namespace from the current url Tim Watts 2013-09-24 17:55:21 +0000
  • 57a51f790b Added @mkai, for work on #1126. Thanks! Tom Christie 2013-09-24 09:21:55 +0100
  • ff5f5f1117 Merge pull request #1126 from mkai/_django1.6_model_name Tom Christie 2013-09-24 01:20:30 -0700
  • c8c38133bb Merge branch 'master' of git://github.com/tomchristie/django-rest-framework Don Spaulding 2013-09-23 15:16:09 -0500
  • c5a4245955 Merge abbe9213f9 into 0e58d4c74f Markus Kaiserswerth 2013-09-23 08:54:49 -0700
  • abbe9213f9 Address pending deprecation of Model._meta.module_name in Django 1.6 Markus Kaiserswerth 2013-09-23 17:48:25 +0200
  • 0e58d4c74f Merge pull request #1125 from gkapkowski/patch-1 Tom Christie 2013-09-23 07:48:58 -0700
  • 67771daa65 Merge fda0c520bd into 97dd78d88c Grzegorz Kapkowski 2013-09-23 07:10:57 -0700
  • fda0c520bd Match docs to current code. Grzegorz Kapkowski 2013-09-23 16:10:46 +0200
  • 97dd78d88c Merge pull request #1124 from johnmee/patch-1 Tom Christie 2013-09-22 23:32:48 -0700
  • ae9fd79a7d Merge de6e7accef into d9a8bc0892 John Mee 2013-09-22 21:03:28 -0700
  • de6e7accef Mindnumbingly trivial single-char typo. John Mee 2013-09-23 14:03:09 +1000
  • d9a8bc0892 Merge pull request #1117 from carltongibson/#1116 Tom Christie 2013-09-20 05:34:57 -0700
  • f894e9469b Merge b82c44af48 into eb0a98ad4b Carlton Gibson 2013-09-20 05:20:22 -0700
  • b82c44af48 Correct typo in doc string. Carlton Gibson 2013-09-20 14:20:21 +0200
  • f07a4f4ca3 Clear cached serializer data on save() + test. Fixes #1116. Carlton Gibson 2013-09-20 14:10:16 +0200
  • 9bb7276083 Merge d1802b0a9f into eb0a98ad4b Ben 2013-09-18 05:32:27 -0700
  • eb0a98ad4b Merge pull request #1115 from soncco/patch-1 Tom Christie 2013-09-17 23:49:03 -0700
  • 4d95b8f1a8 Merge 3d8fad0444 into e8c6cd5622 Braulio Soncco 2013-09-17 22:33:14 -0700
  • 3d8fad0444 Fixing simple typo Braulio Soncco 2013-09-18 00:33:05 -0500
  • d1802b0a9f show token for token auth on browseable api page Ben Holloway 2013-09-17 23:22:58 +0000
  • 42a2a5ef87 added in GET to token auth Ben Holloway 2013-09-17 22:48:38 +0000
  • 0705671731 minor error message typos. ConfigurationError caught and raised as ValidationError. Tests lukasbuenger 2013-09-17 12:22:01 +0200
  • 1adbd96ba5 remove print statement in serializer lukasbuenger 2013-09-17 09:22:47 +0200
  • 83bdfcb479 bugfix. tests adjusted lukasbuenger 2013-09-17 09:21:35 +0200
  • 37976b11fa move and extend error raising when determining serializers lukasbuenger 2013-09-17 09:16:08 +0200
  • 529effdfc7 Implementation of serialization process as discussed here: https://groups.google.com/forum/?fromgroups#\!topic/django-rest-framework/BRsLJ92JRrk. Including docs and tests. lukasbuenger 2013-09-16 15:37:31 +0200
  • b74c5235c5 [Add]: CustomValidationTests.test_partial_update Colin Huang 2013-09-15 21:56:43 -0700
  • e8c6cd5622 Update release notes. Tom Christie 2013-09-13 19:43:15 +0100
  • 36bd4f22a7 Merge pull request #1107 from dpretty/master Tom Christie 2013-09-13 11:42:15 -0700
  • 8fc0395243 Merge d489c5c881 into d75ecb3d69 Dave Pretty 2013-09-13 11:41:57 -0700
  • d75ecb3d69 Added @mrmachine. Thanks! Tom Christie 2013-09-13 19:40:58 +0100
  • a96d0203fe Merge pull request #1109 from thirstydigital/tickets/1105-renderer-context Tom Christie 2013-09-13 11:38:23 -0700
  • 374f102d70 Merge a9dbd46c94 into 068e4a18f4 Tai Lee 2013-09-13 07:55:02 -0700
  • a9dbd46c94 Refs #1109 -- Update docs. Integrate changes from feedback. Tai Lee 2013-09-14 00:54:44 +1000
  • 93bfa0e483 Merge 455c08432d into 068e4a18f4 Pieter-Jan Busschaert 2013-09-13 07:23:54 -0700
  • 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