Commit Graph

  • 37e2720a40 Add override_method context manager and cleanup. Tom Christie 2013-08-29 12:55:56 +0100
  • d3e9159fe7 Merge 7dec01d174 into 6f8acb5a76 Craig de Stigter 2013-08-29 02:51:10 -0700
  • 6f8acb5a76 Added @niwibe Tom Christie 2013-08-29 09:31:12 +0100
  • 58539fd00b Merge branch 'master' of https://github.com/tomchristie/django-rest-framework Tom Christie 2013-08-29 08:53:48 +0100
  • bf07b8e616 Better docs for customizing dynamic routes. Refs #908 Tom Christie 2013-08-29 08:53:19 +0100
  • b39d71a62f Merge pull request #1070 from niwibe/docs/add-composed-permissions-entry Tom Christie 2013-08-29 00:02:28 -0700
  • 94cd136943 add transform_<fieldname> methods to serializers, which basically do the opposite of validate_<fieldname> on a per-field basis. Craig de Stigter 2013-08-29 17:35:15 +1200
  • cc5096e6e6 fix bug when writing to a dotted field source when the last component doesnt yet exist on the related object Craig de Stigter 2013-08-29 17:29:22 +1200
  • 8696e55a86 Merge 2d37952e78 into 711fb9761c Andrey Antukh 2013-08-28 15:56:27 -0700
  • 2d37952e78 Add composed-permissions entry to the api-guide. Andrey Antukh 2013-08-29 00:50:54 +0200
  • 18007d6846 Simplifying raw data renderering support Tom Christie 2013-08-28 21:52:56 +0100
  • 4be4dccc91 Convert any types (strings usualy) to integer m0sth8 2013-08-28 20:01:27 +0400
  • 2d5e14a8d3 Throttles now use HTTP_X_FORWARDED_FOR, falling back to REMOTE_ADDR to identify anonymous requests Tom Christie 2013-08-28 15:32:41 +0100
  • 711fb9761c Update release notes. Tom Christie 2013-08-28 13:35:27 +0100
  • 97b52156cc Added .cache attribute on throttles. Tom Christie 2013-08-28 13:34:14 +0100
  • 6d0977fd8d Merge b8a2d6c9d8 into d7224afe54 CHI Cheng 2013-08-28 04:58:16 -0700
  • d7224afe54 Added @alexander-akhmetov. Tom Christie 2013-08-28 12:57:29 +0100
  • 848567a0cd Docs for MAX_PAGINATE_BY setting & view attribute. Tom Christie 2013-08-28 12:55:49 +0100
  • 4c53fb883f Tweak MAX_PAGINATE_BY behavior in edge case. Tom Christie 2013-08-28 12:52:38 +0100
  • b8a2d6c9d8 Add THROTTLE_CACHE_ALIAS option to choose throttle cache. CHI Cheng 2013-08-28 17:01:10 +1000
  • e1b54f2a2a Merge branch 'max_paginate_by' of git://github.com/alexander-akhmetov/django-rest-framework into alexander-akhmetov-max_paginate_by Tom Christie 2013-08-27 20:58:30 +0100
  • f1641835dc Merge 7fb3f078f0 into ea6eee304c Alexander Akhmetov 2013-08-27 06:47:24 -0700
  • 7fb3f078f0 fix for python3 Alexander Akhmetov 2013-08-27 17:38:41 +0400
  • 24ec4d71c3 Merge 316de3a8a3 into ea6eee304c Alexander Akhmetov 2013-08-27 05:19:31 -0700
  • ea6eee304c Note 'request.session' as available on requests. Tom Christie 2013-08-27 12:37:55 +0100
  • b54cbd292c Use view.settings for API settings, to make testing easier. Tom Christie 2013-08-27 12:36:06 +0100
  • b430503fa6 Move exception handler out of main view Tom Christie 2013-08-27 12:32:33 +0100
  • dce47a11d3 Move settings into more sensible ordering Tom Christie 2013-08-27 12:32:13 +0100
  • 8d590ebfde First hacky pass at displaying raw data Tom Christie 2013-08-27 11:22:19 +0100
  • c3e273a90e Added @kristianoellegaard. Tom Christie 2013-08-27 09:16:20 +0100
  • f254ec3e6e Merge pull request #1059 from KristianOellegaard/patch-1 Tom Christie 2013-08-27 01:14:43 -0700
  • a4e4b31bb6 Merge remote-tracking branch 'origin/nested-routers' into nested-routers Alan Justino 2013-08-26 19:02:45 -0300
  • a7381d769a NestedSimpleRouter accepts 'lookup' parameter Alan Justino 2013-08-26 19:00:18 -0300
  • 18bb6bcf0c Simpler 'get_lookup_prefix' change Alan Justino da Silva 2013-08-26 14:40:59 -0300
  • 316de3a8a3 Added max_paginate_by parameter Alexander Akhmetov 2013-08-26 20:05:36 +0400
  • da13a0e481 Add nest (multi-dimensional) field name support Dan Stephenson 2013-08-26 15:40:23 +0100
  • 777d354e46 Merge 6de7e20b79 into 2340035789 Aleksey Kladov 2013-08-26 03:48:51 -0700
  • c22c4f686f Merge afee470aca into 2340035789 Kristian Øllegaard 2013-08-26 02:03:36 -0700
  • afee470aca More information on how actions are mapped to URLs in viewsets Kristian Øllegaard 2013-08-26 11:02:01 +0200
  • 2340035789 Added @ericbuehl Tom Christie 2013-08-25 20:48:10 +0100
  • ab68d355f5 Merge pull request #1058 from ericbuehl/master Tom Christie 2013-08-25 12:46:11 -0700
  • 6acd68082a Merge 9d3fae27fd into 53d60543c3 Eric Buehl 2013-08-25 12:37:50 -0700
  • 53d60543c3 Add warning against HTMLFormRenderer Tom Christie 2013-08-25 20:31:04 +0100
  • fee1343423 Merge 315435d00a into 1c935cd3d2 Tom Christie 2013-08-24 00:12:33 -0700
  • 9d3fae27fd parameterize identity field class to allow for easier subclassing Eric Buehl 2013-08-23 16:48:32 +0000
  • c7847ebc45 Docs for HTMLFormRenderer Tom Christie 2013-08-23 17:10:50 +0100
  • be0f5850c3 Extra docs Tom Christie 2013-08-23 16:51:34 +0100
  • c77e4a2c59 Merge branch 'master' into html-form-renderer Tom Christie 2013-08-23 16:46:14 +0100
  • 436e66a42d JSON responses should not include a charset Tom Christie 2013-08-23 16:45:55 +0100
  • e23d588852 Adding standard renderer attributes and documenting Tom Christie 2013-08-23 16:16:41 +0100
  • 10d386ec6a Cleanup and dealing with empty form data. Tom Christie 2013-08-23 16:10:20 +0100
  • 1c935cd3d2 Fix failing test for router with no trailing slash Tom Christie 2013-08-23 15:18:47 +0100
  • 005f475c6a Don't consume .json style suffixes with routers. Tom Christie 2013-08-23 14:58:06 +0100
  • b72a99fef2 Merge branch 'display-nested-data' into html-form-renderer Tom Christie 2013-08-23 14:39:52 +0100
  • 0966a2680b First pass at HTMLFormRenderer Tom Christie 2013-08-23 14:38:31 +0100
  • f54fc3a76b Merge branch 'master' of https://github.com/tomchristie/django-rest-framework Tom Christie 2013-08-23 14:06:39 +0100
  • e03854ba6a Tweaks to display nested data in empty serializers Tom Christie 2013-08-23 14:06:14 +0100
  • 7bbe0f868f Added @krzysiekj Tom Christie 2013-08-23 13:37:25 +0100
  • e7927e9bca Extra docs on PATCH with no object. Tom Christie 2013-08-23 13:35:50 +0100
  • 110d549404 Merge pull request #1034 from KrzysiekJ/patch-create-fallback-removal Tom Christie 2013-08-23 05:34:00 -0700
  • 41460f369f Merge e677f3ee5c into 95b2bf50fb Krzysztof Jurewicz 2013-08-23 04:13:00 -0700
  • f2b190e374 Update release notes Tom Christie 2013-08-23 12:06:23 +0100
  • 95b2bf50fb Add validation error test when passing non-file to FileField Tom Christie 2013-08-23 12:03:54 +0100
  • 47d17b088a Merge branch 'fix_937' of git://github.com/aburgel/django-rest-framework into aburgel-fix_937 Tom Christie 2013-08-23 11:56:22 +0100
  • dba6027813 Add missing period. Tom Christie 2013-08-23 11:27:12 +0100
  • db47fbd18f Merge db9672d304 into 19a774f972 Alex Burgel 2013-08-23 03:25:29 -0700
  • 19a774f972 force_authenticate(None) also clears session info. Tom Christie 2013-08-23 11:21:45 +0100
  • b8561f4123 Add @ramiro for #1056 thanks! Stephan Groß 2013-08-22 17:52:22 +0200
  • ca9f144b15 Merge pull request #1056 from ramiro/patch-1 Stephan Groß 2013-08-22 08:50:58 -0700
  • 4bb7add4f6 Merge ec5955101b into 2bcad32dcb Ramiro Morales 2013-08-22 08:40:32 -0700
  • ec5955101b Update parsers.md Ramiro Morales 2013-08-22 12:40:12 -0300
  • 7dec01d174 fix a bug preventing field overriding in single base serializer subclassing Craig de Stigter 2013-08-22 11:36:43 +1200
  • 0f86629fb4 add tests. i broke something Craig de Stigter 2013-08-22 10:59:47 +1200
  • 3100ab61bb Merge d5d97624f7 into 2bcad32dcb Craig de Stigter 2013-08-21 14:26:56 -0700
  • f631f55f8e Tweak comment Tom Christie 2013-08-21 21:35:17 +0100
  • 16ffdedd14 Merge master Tom Christie 2013-08-21 21:31:59 +0100
  • 44ceef8415 Updating 2.4.0 release notes Tom Christie 2013-08-21 21:30:25 +0100
  • 2bcad32dcb If page size query param <= 0, just use default page size. Tom Christie 2013-08-21 21:22:12 +0100
  • 815ef50735 If page size query param <= 0, just use default page size. Tom Christie 2013-08-21 21:18:46 +0100
  • db25aaff3a Merge branch 'static-routes' into 0.4.0 Tom Christie 2013-08-21 20:36:07 +0100
  • 931ce1b8f1 Merge 2bec7e6d8c into 4338e1e43f Alan Justino da Silva 2013-08-21 12:20:01 -0700
  • 4338e1e43f Added @filipeximenes Tom Christie 2013-08-21 20:00:35 +0100
  • cf6ae397db Docs tweaking around check_object_permissions Tom Christie 2013-08-21 19:57:30 +0100
  • d900847d98 Merge pull request #1050 from filipeximenes/master Tom Christie 2013-08-21 11:52:45 -0700
  • ff9c0e67f4 Merge 1bf7123415 into 5e40e50f2b Filipe A Ximenes 2013-08-21 11:52:09 -0700
  • 5e40e50f2b Include import paths throughout docs. Tom Christie 2013-08-21 19:46:09 +0100
  • a06d6a67a4 allow overriding of fields in subclassed serializers. Craig de Stigter 2013-08-21 17:29:26 +1200
  • d5d97624f7 more explicit/obvious error if you try to do writable dotted field.source with a callable final component Craig de Stigter 2013-08-21 16:54:49 +1200
  • 0ab70ba170 Handle dotted field.source in writable serializers. Craig de Stigter 2013-08-21 16:44:20 +1200
  • 1bf7123415 improving documentation about object level permissions #1049 Filipe Ximenes 2013-08-20 16:24:13 -0300
  • 2bec7e6d8c PoC for NestedSimpleRouter works!! Alan Justino 2013-08-20 00:54:35 -0300
  • f0a677a522 Optional 'lookup_prefix' on SimpleRouter.get_lookup_regex() Alan Justino 2013-08-20 00:52:48 -0300
  • 30599d9384 Merge 8acee2e626 into f84d4951bf Tom Christie 2013-08-19 14:54:04 -0700
  • f84d4951bf Update release notes Tom Christie 2013-08-19 21:46:34 +0100
  • 7cc1d38d22 Merge branch 'boolean-field-required-1004' of git://github.com/willkg/django-rest-framework Tom Christie 2013-08-19 21:44:52 +0100
  • 28ff6fb1ec Only HTML forms should have implicit default False for boolean fields Tom Christie 2013-08-19 21:44:47 +0100
  • 8acee2e626 Commenting link/action decorators as pending deprecation Tom Christie 2013-08-19 21:02:22 +0100
  • 28e44efe25 Merge branch 'master' into 2.4.0 Tom Christie 2013-08-19 20:58:28 +0100
  • 4292cc18fa Docs tweaking Tom Christie 2013-08-19 20:53:30 +0100
  • c607414f16 Merge Tom Christie 2013-08-19 20:36:18 +0100