Commit Graph

  • 8a6b1a3f3c
    Preventing KeyError to be raised Alvaro Cavalcanti 2018-09-06 15:27:57 -0300
  • a247fe8eb0 Switch generate_schema to default to OpenAPI Tom Christie 2018-09-06 14:21:19 +0100
  • bc573d8096 Add drf-renderer-xlsx package. (#6147) Timothy Allen 2018-09-06 06:01:57 -0400
  • bcc565f387 Clean up unnecessary if statement (#6163) oliver 2018-09-06 15:25:20 +0900
  • 841e0183fa Clean up unnecessary if statement oliver 2018-09-06 14:49:28 +0900
  • 67a0cda2fc
    Merge 770b912a88 into 2c992f09da Vlada Dusek 2018-09-05 09:24:36 +0000
  • 71004a3f1a
    Merge ff18e0c326 into 2c992f09da Lingchuan Xu 2018-09-05 03:24:18 +0000
  • ff18e0c326 Check if multiple choice needed. (#6155) tigger test again. tv60xm3 2018-09-03 17:54:34 +0800
  • 70561e3640
    Merge 41bd1e1b13 into 2c992f09da Stani 2018-09-04 18:33:56 +0000
  • 2c992f09da Mention Django 2.1 compat where missing (#6158) Michael 2018-09-04 18:33:42 +0000
  • 41bd1e1b13
    Add Django 2.1 to requirements Stani 2018-09-04 17:08:54 +0200
  • abec82ae49
    Add Django 2.1 to requirements Stani 2018-09-04 17:07:15 +0200
  • 6ced280826 Mention Django 2.1 compat where missing Michael K 2018-09-04 10:56:09 +0200
  • 027e06437d Fix Python 3.7 DeprecationWarning (Python 3.8 compatibility) Jerome Leclanche 2018-09-02 09:10:23 +0300
  • 4ca09514da
    Remove print calls Yaser Amiri 2018-08-29 22:30:29 +0430
  • c8ee276f5f Merge remote-tracking branch 'upstream/master' into bimp-jwt-docs Matheus Cansian 2018-08-29 10:23:04 -0300
  • b54c7221e8 add unit test (test_permission_denied_for_object_with_custom_detail_by_anonymous_user) Yaser-Amiri 2018-08-29 17:05:42 +0430
  • 36517e5864 Gah, tabs creeped in; never leave your default editor environment. :) Allen, Timothy 2018-08-28 21:16:20 +0000
  • 468cdd16ed Remove unnecessary models.py file (#6142) Jon Dufresne 2018-08-28 00:51:28 -0700
  • fbfa18096b Add drf-renderer-xlsx package. Allen, Timothy 2018-08-27 19:02:26 +0000
  • ae0ed721cd
    Removing (potential erroneous) confusing dot ".method()" Chris Frisina 2018-08-27 00:33:05 -0400
  • 0d3c1ee514 Translated the API Guide document into Korean. Kim Do Ky 2018-08-27 13:02:52 +0900
  • 9a2cf45c11 Remove unnecessary models.py file Jon Dufresne 2018-08-26 12:16:12 -0700
  • e86b08a98f Merge remote-tracking branch 'upstream/master' Jure Erznožnik 2018-08-25 18:35:13 +0200
  • c5b693558c
    Merge 452510d4a7 into c4b068cfd3 Asif Saifuddin Auvi 2018-08-24 23:36:03 +0000
  • 8b66cb1cfb
    Merge 907ed9356c into c4b068cfd3 Mariusz Felisiak 2018-08-24 22:58:38 +0000
  • c4b068cfd3
    Fix dist build (#6139) Ryan P Kilby 2018-08-24 15:57:45 -0700
  • a4e1df2c6f Remove .egg-info/ to allow wheel installation Ryan P Kilby 2018-08-24 15:37:08 -0700
  • a959e2edeb Use tox-venv to reduce warnings in output Ryan P Kilby 2018-08-22 21:10:38 -0700
  • a1e9ae5d01
    Remove links for blimp and djangorestframework-jwt Matheus Cansian 2018-08-22 16:41:09 -0300
  • 7e6e4cdd09
    Remove mentions to djangorestframework-jwt in docs Matheus Cansian 2018-08-22 16:19:45 -0300
  • 43635fe04d Remove dot character from "pagination_class" Lewis Kabui 2018-08-22 20:10:55 +0300
  • 9c7d5c265a Fix test_get_instance_view_filters_out_name_with_filter_backend response message check Jure Erznožnik 2018-08-20 15:14:15 +0200
  • 1d48aaa8b9 Update documentation on HTMLFormRenderer Add verbose message about renderer not found Jure Erznožnik 2018-08-20 13:29:43 +0200
  • 770b912a88 Avoid suppressing custom ValidationError Vlada Dusek 2018-08-14 15:55:48 +0200
  • 907ed9356c
    Added Django 2.1 support. Mariusz Felisiak 2018-08-14 15:46:39 +0200
  • 7b902523a7
    Proper output is not return Mahabubur Rahaman Melon 2018-08-13 17:57:51 +0600
  • 90ed2c1ef7 Small grammar correction in quickstart. (#6121) Craig Johnson 2018-08-13 15:02:17 +0530
  • e9a8f48acf
    Small grammar correction in quickstart. Craig Johnson 2018-08-13 15:00:35 +0530
  • 416ca3fcca Note dependency on uritemplate. Carlton Gibson 2018-08-09 15:43:26 +0200
  • 4c173193d6 Add get_path_parameters() for operations. Carlton Gibson 2018-08-09 15:08:07 +0200
  • 05267221c2 Remove redundant test. Carlton Gibson 2018-08-09 14:12:45 +0200
  • 7241de66ae Rename test_schemas.py to test_coreapi.py Carlton Gibson 2018-08-09 14:09:42 +0200
  • 47a4526c6d Move ViewInspector descriptor tests to own module. Carlton Gibson 2018-08-09 14:05:20 +0200
  • eefc08a72f Regroup code for CoreAPI FK generation tests. Carlton Gibson 2018-08-09 13:53:58 +0200
  • 2eab61db90 Move EndpointEnumerator tests to separate module. Carlton Gibson 2018-08-09 13:43:15 +0200
  • c7b71ff848 Re-group code for CoreAPI naming collision tests into TestCase Carlton Gibson 2018-08-09 12:06:57 +0200
  • 284359fb9c Move test views into separate module. Carlton Gibson 2018-08-09 11:53:48 +0200
  • fe53fc3211 Remove get_link() stub from ViewInspector base class. Carlton Gibson 2018-08-09 11:20:31 +0200
  • 2e5eb81a25 Extract common logic to BaseSchemaGenerator Carlton Gibson 2018-08-09 11:13:03 +0200
  • 7428f58ee4 Add DEFAULT_SCHEMA_GENERATOR_CLASS setting Carlton Gibson 2018-08-09 10:03:49 +0200
  • 51d5fde5c9
    Update views.py Yaser Amiri 2018-08-09 12:17:43 +0430
  • d99550e54c Add Open API get_schema(). Carlton Gibson 2018-08-09 09:19:23 +0200
  • 740424e7ae Add outline for Open API paths generation. Carlton Gibson 2018-08-08 17:15:08 +0200
  • 9acba98527 Move schema tests to sub-package. Carlton Gibson 2018-08-08 14:25:09 +0200
  • df5db61d3a Add generate_schema management command. Carlton Gibson 2018-08-08 14:15:50 +0200
  • 602eec8fa0 Add test for monkey-patched decimal in Python 2.7 Keith Bussell 2018-08-06 21:39:46 -0700
  • 706d173334 added (failing) test to ensure None is an acceptable value for a NullBooleanField with choices defined Preston 2018-08-07 13:22:35 -0600
  • 81fa4b4f75 Fix CSRF cookie check failure when using session auth with django 1.11.6+ (#6113) Craig de Stigter 2018-08-07 19:18:56 +1200
  • 6a42128ddf Add Python 2.7-specific comment Keith Bussell 2018-08-06 21:39:10 -0700
  • 070854fe19 Fix CSRF cookie check failure when using session auth with django 1.11.6+ Craig de Stigter 2018-08-07 13:10:37 +1200
  • 2fab7838ef Improve ModelSerializer.create() error message. (#6112) Oleg 2018-08-06 21:11:55 +0300
  • 84c695d813 Improve ModelSerializer.create() error message. Oleg Nykolyn 2018-08-06 20:39:49 +0300
  • d267fee383
    Merge 0daa0adf29 into 8b5e830bce Eugene Savchenko 2018-08-06 13:02:20 +0000
  • 8b5e830bce Handle models without .objects manager in ModelSerializer. (#6111) Oleg 2018-08-06 15:30:43 +0300
  • b88e0dcbe5 Improvements according to review comments. Oleg Nykolyn 2018-08-06 14:32:10 +0300
  • 98a12e2d42 Handle models without .objects manager in ModelSerializer. Oleg Nykolyn 2018-08-06 12:38:59 +0300
  • c925f9fdce
    Merge 33642b3be4 into 5ad24b0811 Ivan Ng 2018-08-06 08:06:33 +0000
  • 5ad24b0811 Test using Django 2.1 final release (#6109) Jon Dufresne 2018-08-06 04:06:17 -0400
  • d108634b5e Test using Django 2.1 final release Jon Dufresne 2018-08-05 19:34:31 -0400
  • 33642b3be4 sort imports rename class name in test Ivan 2018-08-06 07:25:10 +0800
  • 023405b6a2 add feature: extra_validators in serializer mete class Ivan 2018-08-06 07:15:57 +0800
  • 0daa0adf29 Update support python 2.7 Eugene Savchenko 2018-08-04 00:09:01 +0300
  • 6880725615 Added tests for meta_fields, meta_exclude and meta_preset Eugene Savchenko 2018-08-03 23:21:23 +0300
  • 82de9a828d Added three options to ModelSerializer: meta_fields, meta_exclude and meta_preset Eugene Savchenko 2018-08-03 23:21:09 +0300
  • 5bb7db2d6f Always pass a valid rounding value Keith Bussell 2018-08-03 12:42:38 -0700
  • 64f67bca3d
    Merge e884a0a964 into 8f9b875456 Pierre Fersing 2018-08-03 08:13:42 +0000
  • 8f9b875456 Add building with drf book (#6102) Shabda Raaj 2018-08-01 21:13:09 +0530
  • 55388e8f42 Added book cover Shabda Raaj 2018-08-01 20:46:21 +0530
  • b323d427a2
    Added building APIs with Django and DRF book Shabda Raaj 2018-08-01 20:44:44 +0530
  • 8493990a66 Add Django 2.1 to classifiers (#6099) Michael 2018-07-29 10:54:10 +0000
  • eb18912f5e
    Add Django 2.1 to classifiers Michael 2018-07-29 09:47:19 +0000
  • 7d1fc1f501 Do not do SELECT count(*) FROM ... if pagination is not requested Dmitry Mugtasimov 2018-07-27 14:10:25 +0300
  • 36f8588c96
    Clarify documentation for TemplateHTMLRenderer Adrian Coveney 2018-07-25 10:53:43 +0100
  • c4b5aaa8db
    Merge bc464714e7 into f404fda29c z_jay_v 2018-07-24 20:29:18 +0000
  • bc464714e7
    Update filtering.md z_jay_v 2018-07-24 16:28:03 -0400
  • 42049daf75 Fix JSONField. Viktor Danyliuk 2018-07-24 19:06:23 +0300
  • 9b5509adf3 authtoken/admin: Use raw_id_fields for user field Haki Benita 2018-07-21 16:14:43 +0300
  • 08348369d8 Fix a badly formatted title in docs Matt Wiens 2018-07-20 17:54:50 -0700
  • 600d1ee004 Fixed array and relation types to add its child correct type, instead of always string. Sebastião Neto 2018-07-19 09:49:36 -0300
  • be6cf08592
    Merge 6ef55b3ab5 into f404fda29c Boris Laporte 2018-07-13 14:30:18 +0000
  • 2affe4dc10
    Merge 38c53cf210 into f404fda29c Daniel Hahler 2018-07-10 14:35:45 +0000
  • f404fda29c codecov: enable status for patch/changes, comment: diff (#6080) Daniel Hahler 2018-07-10 16:32:47 +0200
  • 9f04e1acc5 codecov: enable status for patch/changes, comment: diff Daniel Hahler 2018-07-10 16:18:46 +0200
  • 38c53cf210 fixup! fixup! Handle "suffix" used in action decorator kwargs Daniel Hahler 2018-07-10 14:21:22 +0200
  • f2d0809816 fixup! Handle "suffix" used in action decorator kwargs Daniel Hahler 2018-07-10 14:16:40 +0200
  • cefc47890a Handle "suffix" used in action decorator kwargs Daniel Hahler 2018-07-10 13:55:17 +0200
  • 0484d01aae Fix typo error, Link to Field (#6078) dengshilong 2018-07-10 17:03:39 +0800
  • 987d73a03d Add minimal codecov comment (#6077) Ryan P Kilby 2018-07-10 04:59:08 -0400
  • f07f3f4a7a Add minimal codecov comment Ryan P Kilby 2018-07-09 23:58:07 -0400