Commit Graph

  • 01b498ec51 Fix schema categories for custom list actions (#4386) Tom Christie 2016-08-11 14:07:40 +0100
  • 4c97c3a115 Fix schema categories for custom list actions Tom Christie 2016-08-11 13:54:21 +0100
  • d8b509ac8c Fix typo in as_view invocation Agustin Barto 2016-08-11 09:21:47 -0300
  • 11ce600c49 Add missing new line at end of file Agustin Barto 2016-08-11 09:12:15 -0300
  • 92c05dfc14 Add get_response to ObtainAuthToken Agustin Barto 2016-08-11 08:49:26 -0300
  • fb5a57c5bb Merge 6c10b5848e into b50d8950ee David Sanders 2016-08-11 10:48:08 +0000
  • b50d8950ee Pass request to schema generation (#4383) Tom Christie 2016-08-11 11:27:28 +0100
  • 65f552d880 Test case should ensure view.request exists. Tom Christie 2016-08-11 11:13:55 +0100
  • 30bad6a453 Include serializer context in schema generation Tom Christie 2016-08-11 11:01:53 +0100
  • 9161b53e4a Pass request to schema generation Tom Christie 2016-08-11 10:59:27 +0100
  • 3698d9ea2e Update permissions.md (#4381) Kyle Hornberg 2016-08-10 11:23:10 -0500
  • f16e880167 Stricter type validation for CharField. (#4380) Tom Christie 2016-08-10 17:22:19 +0100
  • 2f01064bde Update permissions.md Kyle Hornberg 2016-08-10 11:15:16 -0500
  • 004ed5936b Stricter type validation for CharField Tom Christie 2016-08-10 17:07:22 +0100
  • 7ff4829bc4 Merge d345256af4 into f1a2eeb818 Steven Loria 2016-08-10 15:52:19 +0000
  • f1a2eeb818 .choices property of RelatedField should preserve non-string values. (#4379) Tom Christie 2016-08-10 16:38:59 +0100
  • 42914cf55e Update RelatedField.choices to support non-string values Tom Christie 2016-08-10 16:24:47 +0100
  • 9857cd9889 Add failing test for issue #3868 (#4378) Tom Christie 2016-08-10 16:04:32 +0100
  • e97feffc5a .choices property of RelatedField should preserve non-string values. Tom Christie 2016-08-10 16:01:09 +0100
  • 8da5992842 Merge branch '3868-failing-test' of https://github.com/jamesbeith/django-rest-framework into jamesbeith-3868-failing-test Tom Christie 2016-08-10 15:42:15 +0100
  • fa4ce50be7 Modified exception handler to throw django error page in case of 500 error (#4172) Akhil Lawrence 2016-08-10 19:54:32 +0530
  • 378b04eeaa Fix handling of ALLOWED_VERSIONS and no DEFAULT_VERSION (#4370) Daniel Hahler 2016-08-10 16:19:56 +0200
  • 48f3db36d6 Allow optional max_digits on DecimalField (#4377) Tom Christie 2016-08-10 14:39:26 +0100
  • bbb9485068 Allow optional max_digits on DecimalField Tom Christie 2016-08-10 14:24:27 +0100
  • 2d43b17f9a Limit queryset when rendering relational choices. (#4375) Tom Christie 2016-08-10 13:01:10 +0100
  • 6c10b5848e Updated schema generation tests & code to include list routes under their associated categories David Sanders 2016-08-10 21:52:43 +1000
  • 27fc3cd4bd Limit querysets to html_cutoff when rendering relational choices Tom Christie 2016-08-10 12:09:36 +0100
  • 54b5f05676 Merge branch 'master' of https://github.com/rubendura/django-rest-framework into rubendura-master Tom Christie 2016-08-10 12:04:35 +0100
  • 8b516bb002 Merge 66ade04b14 into 8105a4ac5a Rubén Durá Tarí 2016-08-10 11:02:39 +0000
  • 6f429fad85 Merge e7060772b3 into 8105a4ac5a blag 2016-08-10 11:02:39 +0000
  • 8105a4ac5a Resolve form display with ChoiceField, MultipleChoiceField and non-string choices. (#4374) Tom Christie 2016-08-10 12:02:33 +0100
  • 205df48fae Ensure None template comparisons don't match string None Tom Christie 2016-08-10 11:36:17 +0100
  • 7a3a8bed9d Resolve issues with ChoiceField, MultipleChoiceField and non-string options Tom Christie 2016-08-10 11:31:15 +0100
  • a14488d8eb Corrected super() argument David Sanders 2016-08-10 20:23:37 +1000
  • b3e8e85e78 fix lint error Dulmandakh 2016-08-10 18:56:37 +0900
  • c692fc428e Merge branch 'form-renderer-issues' of https://github.com/arkadini/django-rest-framework into arkadini-form-renderer-issues Tom Christie 2016-08-10 10:52:30 +0100
  • a69f4bc342 Fix handling of ALLOWED_VERSIONS and no DEFAULT_VERSION Daniel Hahler 2016-08-09 17:08:00 +0200
  • e21b73304c Merge a6c5cc7dc9 into 0781182646 Arek Korbik 2016-08-09 17:56:30 +0000
  • 0781182646 Fix call to .resolve_context (#4371) Tom Christie 2016-08-09 17:48:29 +0100
  • 4dc8fef9f6 Fix call to .resolve_context Tom Christie 2016-08-09 17:03:19 +0100
  • 86c9d4607c tests: rename RequestInvalidVersionView to AllowedVersionsView Daniel Hahler 2016-08-09 17:06:07 +0200
  • 4a32f6857f Issue with newer Django versions Benjamin Dummer 2016-08-09 03:55:32 -0400
  • aa36e6722f Python version compat adjustments Benjamin Dummer 2016-08-09 03:50:40 -0400
  • b914f5fb41 Added @router.route() decorator and tests Benjamin Dummer 2016-08-09 03:05:35 -0400
  • 6a7d3937da Completed tests for routers module Benjamin Dummer 2016-08-09 02:40:14 -0400
  • 5cbd737af3 Added tests for RouteTree, improved error messages, small bug fix Benjamin Dummer 2016-08-09 02:16:40 -0400
  • 8f9f8b31d3 Added RouteTree to routers, refactored SimpleRouter to support new-style and old-style route paths Benjamin 2016-08-09 01:41:22 -0400
  • 4a636252f6 Merge dc0442c186 into e1768bdc16 Arek Korbik 2016-08-08 10:18:08 +0000
  • e1768bdc16 Fixed various typos (#4366) Dmitry Dygalo 2016-08-08 10:32:22 +0200
  • febaa4db00 Add import in docs. [ci skip] Tom Christie 2016-08-08 09:28:15 +0100
  • a2898d71c0 adds test for raising uncaught exc in serializer Ollie Ford 2016-08-07 21:38:04 +0100
  • 2530fdb836 Fixed various typos Dmitry Dygalo 2016-08-06 16:09:08 +0200
  • 564675e62f Update documentation Reza Shalbaf Zadeh 2016-08-06 18:08:55 +0430
  • e7eccac6df Merge pull request #4363 from mcastle/patch-2 José Padilla 2016-08-05 15:37:55 -0400
  • 672e5a0f96 Fix minor typo Marlon 2016-08-05 11:57:43 -0700
  • 3fd1a69848 Deployed bb613c5 with MkDocs version: 0.15.3 Tom Christie 2016-08-05 12:34:59 +0000
  • bb613c5ad1 Version 3.4.3 (#4361) 3.4.3 Tom Christie 2016-08-05 13:33:25 +0100
  • 246517a172 Compile release notes Tom Christie 2016-08-05 13:32:32 +0100
  • 2198ab9284 exclude OPTIONS requests from throttling Dulmandakh 2016-08-05 21:30:58 +0900
  • 10a9a6744f Version 3.4.3 Tom Christie 2016-08-05 13:30:27 +0100
  • 2fb660bb33 Deployed 35320b1 with MkDocs version: 0.15.3 Tom Christie 2016-08-05 11:41:34 +0000
  • 35320b1f2d Add bullet points to release notes [ci skip] Tom Christie 2016-08-05 12:41:15 +0100
  • a86bac2331 Deployed f9cf22e with MkDocs version: 0.15.3 Tom Christie 2016-08-05 11:39:01 +0000
  • f9cf22edc8 Version 3.4.2 (#4360) 3.4.2 Tom Christie 2016-08-05 12:38:19 +0100
  • a5cbec835d Version 3.4.2 Tom Christie 2016-08-05 11:58:44 +0100
  • fc3b6b45c3 Merge 130c7714e3 into d5178c9246 Nik 2016-08-05 10:19:40 +0000
  • d5178c9246 Include kwargs passed to 'as_view' when generating schemas (#4359) Tom Christie 2016-08-05 11:19:39 +0100
  • bff0f5caf3 Include kwargs passed to 'as_view' when generating schemas Tom Christie 2016-08-05 11:05:15 +0100
  • 11a2468379 Access request.user.is_authenticated as property not method, under Django 1.10+ (#4358) Tom Christie 2016-08-05 11:04:01 +0100
  • aff146ae83 Filter HEAD out from schemas (#4357) Tom Christie 2016-08-05 10:23:40 +0100
  • bf20cb38bf For Django >=1.10 use user.is_authenticated, not user.is_authenticated() Tom Christie 2016-08-05 10:14:42 +0100
  • 66c7c63faf Filter HEAD out from schemas Tom Christie 2016-08-05 10:03:40 +0100
  • 54096dc22f Add imports in validators docs (#4355) Corentin Smith 2016-08-04 23:06:35 +0200
  • 3fc19a7409 Add imports in validators docs Corentin Smith 2016-08-04 11:59:39 +0200
  • 130c7714e3 Merge remote-tracking branch 'upstream/master' Nik 2016-08-03 17:12:36 +0300
  • b72bc2e75c Merge cf5bc67efe into a9a097496e Luke Murphy 2016-08-02 17:48:37 +0000
  • a9a097496e extra_kwargs takes precedence over uniqueness kwargs (#4349) Tom Christie 2016-08-02 14:33:15 +0100
  • 7400cc1b7e extra_kwargs takes precedence over uniqueness kwargs Tom Christie 2016-08-02 14:28:40 +0100
  • 5500b265bc Test cases for DictField with allow_null options (#4348) Tom Christie 2016-08-02 14:14:36 +0100
  • b5928485c4 Test cases for DictField with allow_null options Tom Christie 2016-08-02 14:01:57 +0100
  • bda16a518a Dedent tabs. (#4347) Tom Christie 2016-08-02 13:33:14 +0100
  • 9f5e841daf Change template context generation in TemplateHTMLRenderer (#4236) René Fleschenberg 2016-08-02 14:11:41 +0200
  • e37619f741 Serializer defaults should not be included in partial updates. (#4346) Tom Christie 2016-08-02 13:05:12 +0100
  • 930b79669e Dedent tabs. Tom Christie 2016-08-02 13:04:46 +0100
  • aa3c4262f1 Tweak docs [ci skip] Tom Christie 2016-08-02 12:55:27 +0100
  • b381c329fa Default values should not be applied to partial updates Tom Christie 2016-08-02 12:47:57 +0100
  • 5cbdfaed9e Serializer default= values should not be included in updates Tom Christie 2016-08-02 12:37:08 +0100
  • 296e47a9f8 Update from Django 1.10 beta to Django 1.10 (#4344) Tom Christie 2016-08-02 10:23:56 +0100
  • 60bf0e10c6 Update from Django 1.10 beta to Django 1.10 Tom Christie 2016-08-02 09:37:12 +0100
  • 82d955d345 Fix ModelSerializer.get_validators with Meta property. Andreas Backx 2016-08-01 20:26:04 +0200
  • 1e5c52ae32 Merge da11d567aa into 3ef3fee926 Brais Gabín 2016-08-01 17:44:59 +0000
  • 3ef3fee926 Descriptive error from FileUploadParser when filename not included. (#4340) Tom Christie 2016-08-01 18:44:58 +0100
  • 148313eddd Consistent handling of upload filenames Tom Christie 2016-08-01 18:34:44 +0100
  • 2acaf2d9c3 Descriptive error from FileUploadParser when filename not included. Tom Christie 2016-08-01 18:13:14 +0100
  • 46a44e52aa Quantize incoming digitals (#4339) Tom Christie 2016-08-01 17:15:41 +0100
  • 2a3ee7d41e Quantize incoming digitals Tom Christie 2016-08-01 17:10:04 +0100
  • aa349fe767 Handle non-string input for IP fields (#4338) Tom Christie 2016-08-01 16:14:26 +0100
  • 0a75922010 Handle non-string input for IP fields Tom Christie 2016-08-01 16:03:09 +0100
  • 08c7853655 Start test case Tom Christie 2016-08-01 14:15:35 +0100
  • e997713313 urljoin with leading slash remove part of path (#4332) jsurloppe 2016-08-01 15:14:55 +0200