Commit Graph

  • 912165be14 add new exceptions omid 2019-11-11 16:30:01 +0330
  • c1a8556695 sort on code omid 2019-11-11 11:38:42 +0330
  • 0c6e1feb71 pull form master omid 2019-11-11 11:36:08 +0330
  • 395596da31 pull form master omid 2019-11-11 11:33:21 +0330
  • a9b3c8a68b Add additional_permission_classes attribute on APIView Pawel Morawian 2019-11-09 11:19:59 +0100
  • d7ed10981c typo Asif Saif Uddin (Auvi) 2019-11-08 09:19:33 +0600
  • 0d6589cf45 Updated url() with re_path() in Versioning docs. (#7043) brantmorton 2019-11-07 06:20:56 -0600
  • 4878df6479 time to say goodbye to django 1.11 Asif Saif Uddin (Auvi) 2019-11-07 18:20:31 +0600
  • 49b774e2ad Merge branch 'master' of https://github.com/encode/django-rest-framework Asif Saif Uddin (Auvi) 2019-11-07 18:12:10 +0600
  • 560b506905 replaced url() with re_path() in Versioning docs brantmorton 2019-11-06 20:27:53 -0600
  • 2cb6262be5 isort fix in OpenAPI tests. Carlton Gibson 2019-11-06 22:05:21 +0100
  • 0d3d548aa5 OpenAPI: Fixed generation when title or version not provided. (#6912) Yann Savary 2019-11-06 21:54:12 +0100
  • 7c3477dcda OpenAPI: Ported docstring operation description from CoreAPI inspector. (#6898) Yann Savary 2019-11-06 21:52:02 +0100
  • becb962160 OpenAPI: Use int64 format for large integers. (#7018) Kentalot 2019-11-06 12:46:19 -0800
  • 8b06ce72d7 OpenAPI: Map renderers/parsers for request/response media-types. (#6865) Dima Knivets 2019-11-06 22:44:51 +0200
  • 14d740d088 Update DEFAULT_SCHEMA_CLASSES default value in Settings docs (#7014) Aaron Yong 2019-11-06 13:37:13 -0700
  • 1e924d403c OpenAPI: Use int64 format for large integers. Kentalot 2019-10-24 11:20:54 -0700
  • 5e8fe6edf0 Fix link to Django docs (#7040) Erwan Rouchet 2019-11-06 18:34:28 +0100
  • 56a5f97d8a Fix use of English quotes in French translation Stéphane Raimbault 2019-11-06 12:52:26 +0100
  • b887b14b60 Merge branch 'master' of https://github.com/encode/django-rest-framework Asif Saif Uddin (Auvi) 2019-11-06 17:31:11 +0600
  • d37724b2a0
    Fix link to Django docs in responses documentation Erwan Rouchet 2019-11-06 11:45:29 +0100
  • d1ebf825c6 Add check if exc.detail is instance of tuple jun0jang 2019-11-06 16:13:01 +0900
  • 13c379c189 Add code to exception response jun0jang 2019-11-06 15:54:50 +0900
  • d7a151a71f Add code property to Permission jun0jang 2019-11-06 15:54:07 +0900
  • e7eff73ad5 Add test override permission code jun0jang 2019-11-06 15:46:18 +0900
  • 82f2569895
    Update __init__.py Tom Christie 2019-11-05 16:43:32 +0000
  • 045a9d7515 Fix problematic greek translation (#7031) Panagiotis Pavlidis 2019-11-01 23:46:44 +0200
  • 5521eacb02 Update docs imports (#7030) Chris Guo 2019-11-02 01:56:59 +0800
  • aa8e7e877c Fixed docstring typo Marnanel Thurman 2019-11-01 17:50:57 +0000
  • 2cfcf8ebec docs: add the import for caching Chris Guo 2019-11-01 14:27:43 +0800
  • 12e9d40ed8 Fix the attr error Chris Guo 2019-11-01 14:26:20 +0800
  • 3d10d82d0e parsers: Inline fp.read() of json.load in JSONParser Sebastian Pipping 2019-10-31 12:26:53 +0100
  • 1b23543ed1 parsers: Pull parse_constant out of try-except block Sebastian Pipping 2019-10-31 12:24:36 +0100
  • a06043a0ce
    Notify about the fields that changed Gil Forcada Codinachs 2019-10-31 12:02:58 +0100
  • e240a63a3f reverting changes for writable field fix anvesh agarwal 2019-10-30 17:43:25 +0530
  • 0e2cc9fc3b Fix broken schema examples link. Dan Lipsitt 2019-10-29 10:51:00 -0700
  • 5902dac33b fixing writable fields test by including field.field_name in place of field.source_attrs anvesh agarwal 2019-10-29 14:42:35 +0530
  • a3e5559f02 added proper tests for the readonly and writable fields with source test for uniquetogether validator anvesh agarwal 2019-10-29 11:43:35 +0530
  • 9c934edc78
    use @admin decorator Daniil Okhlopkov 2019-10-29 02:34:59 +0300
  • ab40b80fa6 Remove unmaintained django-rest-framework-bulk from docs (#7021) Daniel Hnyk 2019-10-28 11:46:44 +0100
  • ead3c3a8c3
    Remove drf-bulk from 3rd party packages Ryan P Kilby 2019-10-28 03:37:22 -0700
  • 81bda983c7
    Removing drf-bulk Daniel Hnyk 2019-10-28 11:04:02 +0100
  • 74500c9dc0
    add djangorestframework-features to third-party CloudCode Hungary 2019-10-28 07:44:19 +0100
  • 39bd6cc5cb Set the proper JSON schema type for HStoreFields in OpenAPI schemas (#6914) Erwan Rouchet 2019-10-28 02:13:01 +0100
  • 967bce49ce foo Gabe Maybrun 2019-10-25 09:21:07 -0700
  • c87e53a692 fixing for PUT requests anvesh agarwal 2019-10-25 15:13:42 +0530
  • e6ad1089e7 update operation in uniquetogether validator is fixed anvesh agarwal 2019-10-25 12:49:05 +0530
  • 5ee970c090 Fix docs typos (#7015) Chris Guo 2019-10-25 02:31:12 +0800
  • ea5fcefadb docs: fix typos Chris Guo 2019-10-24 21:28:58 +0800
  • aa500b3506 1.Revoked the previous change fixed the uniquetogether validator anvesh agarwal 2019-10-24 16:20:54 +0530
  • c9f06bf73f Fix a spelling error in openapi AutoSchema method (#7004) Jeremy Lainé 2019-10-24 10:51:16 +0200
  • 4d57cd31f6 Update method override example in Schemas docs (#6887) (#7013) Aaron Yong 2019-10-24 00:54:37 -0600
  • 554f991ddc Update DEFAULT_SCHEMA_CLASSES default value in Settings docs Aaron Yong 2019-10-23 23:46:41 -0600
  • 549350030d Update method override example in Schemas docs (#6887) Aaron Yong 2019-10-23 23:29:28 -0600
  • de855141b7 django 3.0 in matrix with allow failure Asif Saif Uddin (Auvi) 2019-10-24 10:16:43 +0600
  • fc418fe051 Merge branch 'master' of https://github.com/encode/django-rest-framework Asif Saif Uddin (Auvi) 2019-10-24 10:06:48 +0600
  • 64f567a021 Bump CI to Python 3.8 (#7008) Bastien Vallet 2019-10-22 23:39:01 +0200
  • 4d81958587
    Drop basepython from tox config Ryan P Kilby 2019-10-22 11:34:13 -0700
  • a8c86be660
    Update linter requirements (#7010) Ryan P Kilby 2019-10-22 11:18:51 -0700
  • 65ed7be754 Fix markdown code indent in schemas (#7009) nautikos1235 2019-10-22 20:10:15 +0200
  • 9022fe3218 Fix imports ordering Ryan P Kilby 2019-10-22 10:48:00 -0700
  • 0bceaf1943 Fix over indentation Ryan P Kilby 2019-10-22 10:46:12 -0700
  • fc3e3079fa Ignore pycodestyle W504 Ryan P Kilby 2019-10-22 10:31:23 -0700
  • b6fb3c38c1 Update code style requirements Ryan P Kilby 2019-10-22 10:25:30 -0700
  • 90ad36c123
    Update codestyle requirements Ryan P Kilby 2019-10-22 09:34:38 -0700
  • 23d5f7ff9c Fix markdown code indent in schemas Nautikos1235 2019-10-22 14:54:40 +0200
  • 0cc4624d02 choice of both field.source and field.field_name added anvesh agarwal 2019-10-22 16:15:37 +0530
  • 43397a81ae Fixed decimal snan deserialization (#7002) Sergey 2019-10-22 12:06:37 +0300
  • b8bae9719a Python 3.8 is only supported since Django 3.0 Bastien Vallet 2019-10-22 09:00:45 +0200
  • 6d427b4d1c test case that is failing anvesh agarwal 2019-10-22 12:19:54 +0530
  • 549fff58b1 Fix python version for lint and docs build stages Djailla 2019-10-22 01:45:15 +0200
  • a78a6ba63e Bump to python 3.8 Djailla 2019-10-22 01:16:35 +0200
  • 504aec9f0c
    Reassociate code with comment Ryan P Kilby 2019-10-21 15:44:54 -0700
  • a734e58d44 Fix docs typos (#7006) Chris Guo 2019-10-22 06:11:12 +0800
  • f18b043a3c Fix: some small mistakes of grammar Chris Guo 2019-10-18 17:50:49 +0800
  • 09d028d0d5 fixing the source from where the name of the field should be taken anvesh agarwal 2019-10-18 13:45:46 +0530
  • 4fc120b837 Fix a spelling error in openapi AutoSchema method Jeremy Lainé 2019-10-18 00:01:28 +0200
  • 208e7ac125 Fixed NaN checking which throws exception with sNaN value Sergei Lavrov 2019-10-17 22:03:15 +0300
  • 896b872375 Added test case causes exception in DecimalField deserialization Sergei Lavrov 2019-10-17 22:01:11 +0300
  • f98b6f3577 proper Github repo issue already resolved (#6999) zach valenta 2019-10-17 08:58:12 -0400
  • 57ad10b1bc
    proper Github repo issue already resolved zach valenta 2019-10-16 15:18:32 -0400
  • 20c1acf4c4 Fix: default value as argument. Chris Guo 2019-10-16 16:49:07 +0800
  • d8c3a3bcf2 Fix NotImplementedError for Field.to_internal_value and Field.to_representation JEphron 2019-10-15 17:05:18 -0700
  • 3aa1089a6a Update serializer docs to use correct param name (#6995) Braden MacDonald 2019-10-15 10:47:05 -0400
  • b4eab4a6ab
    Update serializer docs to use correct param name Braden MacDonald 2019-10-15 10:29:07 -0400
  • 15cfede425 Add third party lib drf-viewset-profiler fvlima 2019-10-14 23:28:15 -0300
  • 103ea779d2 "local-fa_IR has been translated successfully by Mahsa Golchian" =Mahsa 2019-10-12 23:43:33 +0330
  • cd4768773f "local-fa has been translated successfully by Mahsa Golchian" =Mahsa 2019-10-12 23:36:51 +0330
  • 28234bfd1e
    Fix broken links in docs (#6987) Dahyun Yu 2019-10-12 10:59:26 +0900
  • 51915583e2 Improve field order test to check for field types Ryan P Kilby 2019-10-11 14:41:26 -0700
  • 371caaf538 add mypy setup to tox.ini Maxim Kurnikov 2019-10-11 20:39:39 +0300
  • 636d22b356 Organize links in "Documenting your API" topic Ryan P Kilby 2019-10-11 03:10:39 -0700
  • 11f158f2bc Fixup links in "Documenting your API" topic Ryan P Kilby 2019-10-11 03:10:04 -0700
  • bf96add452 Fix funding link in 3.10 announcement Ryan P Kilby 2019-10-11 03:07:27 -0700
  • 2d72436bfc Fix serializer multiple inheritance bug Ryan P Kilby 2019-10-11 01:05:10 -0700
  • 6d84cb7d3b Expand declared filtering tests Ryan P Kilby 2019-10-10 23:07:38 -0700
  • 81d232da3d Adds in test to verify content still works for lowercase http method names Billy Ferguson 2019-10-10 16:37:27 -0400
  • 4666aae90c
    Cast allowed_methods to set for set diff. Billy Ferguson 2019-10-10 15:23:31 -0400
  • 3034d0a919
    Moves http_method_names out to shared scope. Billy Ferguson 2019-10-10 15:18:46 -0400
  • 65017c73d9
    Checks allowed methods against http method names and upper cases them for downstream usage. Billy Ferguson 2019-10-10 15:08:46 -0400