Commit Graph

  • d3f55917ff
    Removing deprecated openapi methods. Tim Schilling 2022-09-07 09:57:27 -0500
  • 619485f61b
    Change openapi _get_reference removal to 3.15 Tim Schilling 2022-09-07 09:56:48 -0500
  • d6b87b0b0e
    Remove deprecated NullBooleanField. Tim Schilling 2022-09-07 09:54:03 -0500
  • 4d60fe5b37
    Add community announcement page for version 3.14 Tim Schilling 2022-09-07 09:52:16 -0500
  • 5b616c503f
    docs: fix level of some headings (#8636) Aaron Taajik 2022-09-05 16:32:12 +0430
  • f16767f2e5 Merge branch 'enrico/async' of github.com:em1208/django-rest-framework into enrico/async enrico 2022-09-05 18:50:29 +0800
  • f65e859e2f Refactored FBV code enrico 2022-09-05 18:50:15 +0800
  • 1ca1583513
    docs: add the missing module name (#8635) Aaron Taajik 2022-09-05 14:50:23 +0430
  • 053eabf695
    Update docs/api-guide/views.md Enrico Massa 2022-09-05 01:16:16 +0800
  • 7aa6e227a9
    docs: fix level of some headings Aaron Taajik 2022-09-04 18:05:43 +0430
  • 31e03470ea
    docs: add the missing module name Aaron Taajik 2022-09-04 10:28:24 +0430
  • d03a1c61d8
    both statement have dupplicate bodies Gulshan Ramnath Prajapati 2022-09-03 18:02:06 +0530
  • 7b18380321 Update after comments enrico 2022-09-01 14:19:46 +0800
  • 472ca5b716 Added missing bracket in docs enrico 2022-09-01 09:19:22 +0800
  • 5e3140a435 Updated docs enrico 2022-09-01 09:04:19 +0800
  • 0400834a33 Added documentation enrico 2022-09-01 09:02:00 +0800
  • 351ea7d61f Updated docstring and added support for async function based views enrico 2022-09-01 08:23:05 +0800
  • 7d27583e8f Minor fix to SerializeMethodField docstring Manuel Beja da Costa 2022-08-31 13:02:40 +0100
  • 54d52c66fd
    Fixes that namespaced views now also appear in the extra actions (#8598) gabn88 2022-08-31 12:17:19 +0200
  • c7acdd6006
    Use .get() to find correct kwargs field and avoid KeyError (#8607) Daian Gan 2022-08-31 05:18:17 -0400
  • 85bd4896b9
    PrimaryKeyRelatedField with defined pk_field didn't work vaseksmolik 2022-08-31 10:21:18 +0200
  • 5bf338ea88
    Update README.md (#8592) Géry Ogam 2022-08-30 13:30:42 +0200
  • 72e66e4d67
    fix minor typo (#8626) Aaron Taajik 2022-08-30 15:57:48 +0430
  • e813baf3eb Fixed one issue enrico 2022-08-30 12:45:57 +0800
  • 6f9228ae59 Two reproducible issues in DRF nested serializers with many to many through model enrico 2022-08-30 09:55:27 +0800
  • 2442fbbbd0
    fix minor typo Aaron Taajik 2022-08-29 10:35:44 +0430
  • c9849e8a02
    Merge 3b4f617a2e into dca4d7c027 Sergey Piskunov 2022-08-26 14:01:32 +0200
  • ae84d97d9a Removed redundant check enrico 2022-08-25 17:45:58 +0800
  • 0a4001086b Removed separate AsyncAPIView enrico 2022-08-25 16:50:16 +0800
  • daac20aa85 Update to support async dispatch in AsyncAPIView enrico 2022-08-25 07:41:38 +0800
  • 38f82e2427
    Update filters.py geekpy 2022-08-24 16:17:01 +0800
  • dca4d7c027
    Docs: Clarify model used in DjangoModelPermissions (#8615) WillowP 2022-08-22 07:32:54 -0400
  • 0e29029b56
    Fixed Spanish translation typo Ismael Barros² 2022-08-22 12:12:53 +0100
  • 0a10556548
    Update README.md (#8611) MaertHaekkinen 2022-08-22 13:35:23 +0300
  • 9043df6be7
    Add trailing slash (#8604) Youngkwang Yang 2022-08-22 18:52:34 +0900
  • 8fa1b7c2b7 Moved compatibility code into compat.py enrico 2022-08-20 09:39:49 +0800
  • d822779adb update language fa Mahdi Shahmohammadi 2022-08-19 18:37:31 +0430
  • 7d2b73a024 Fixed tests for all the environments enrico 2022-08-19 19:36:03 +0800
  • 67ebe90742 Fixed post unit tests enrico 2022-08-19 18:01:18 +0800
  • 79ce07ba9b Tentative async implementation enrico 2022-08-19 17:03:22 +0800
  • 0d2d517b63
    Docs: Clarify model used in DjangoModelPermissions WillowP 2022-08-18 08:37:01 -0400
  • e35d5848b9
    Update docs/community/release-notes.md to use proper links. Tim Schilling 2022-08-17 13:33:01 -0500
  • 1759cf5654
    Update README.md MaertHaekkinen 2022-08-17 13:39:57 +0300
  • 54b3139e04
    Use .get() to find correct kwargs field and avoid KeyError Daian Gan 2022-08-15 14:51:57 -0400
  • b38a1da826
    Add trailing slash Youngkwang Yang 2022-08-14 15:57:08 +0900
  • df584350b4
    Prevent head method mapping to coerce action name (#7729) Jonas Lundberg 2022-08-12 13:00:55 +0200
  • e89cba24b4
    Version 3.14.0 Tim Schilling 2022-08-10 09:55:42 -0500
  • 13cc177236
    revert ViewSet change Adam Johnson 2022-08-10 14:00:52 +0100
  • 791d48c690
    Enforce is_valid(raise_exception=False) as a keyword-only argument. (#7952) ProstoMaxim 2022-08-10 16:00:30 +0300
  • d0cfbf6f0f
    Flake fix gabn88 2022-08-10 14:50:45 +0200
  • 35a6d65e22
    Fix setuptools warning about license_files (#8595) Adam Johnson 2022-08-10 13:47:39 +0100
  • 8bb2cb6d2e
    Fixes that namespaced views now also appear in the extra actions gabn88 2022-08-10 14:45:15 +0200
  • fb9cef8666 Fix setuptools warning about license_files Adam Johnson 2022-08-09 11:30:44 +0100
  • 20d106d8a3
    Upgraded Bootstrap to 3.4.1 and added CSS source maps (#8591) Adam Johnson 2022-08-10 11:53:21 +0100
  • 65943bb58d Upgraded Bootstrap to 3.4.1 and added CSS source maps Adam Johnson 2022-08-08 13:52:21 +0100
  • e8d201f5a3
    fix bootstrap css Deyao Chen 2022-08-09 16:14:17 +0800
  • 01cdd4eb59
    Create sonarcloud.yml nageshcena 2022-08-09 13:12:14 +0530
  • bbcaa2b158
    Update README.md Géry Ogam 2022-08-08 18:28:14 +0200
  • 8b2ccccbe5
    Stop calling set_context, planned for 3.13 drop (#8589) David Cain 2022-08-08 03:18:49 -0700
  • 6f3a09015b
    Update 6-viewsets-and-routers.md Géry Ogam 2022-08-08 11:00:34 +0200
  • 7b0e36290d
    Stop calling set_context, planned for 3.13 drop David Cain 2022-08-04 15:46:52 -0700
  • ec94f3d06d Remove sourceMappingURL from CSS files to fix #8587. Don Kirkby 2022-08-04 14:14:16 -0700
  • fd8adb32ce
    Refactor short names in exceptions (#8585) Łukasz Wieczorek 2022-08-01 17:28:05 +0200
  • cbd86d82a2 Fix punctuation Łukasz Wieczorek 2022-08-01 17:05:54 +0200
  • e00a9b1780 Rename r to result Łukasz Wieczorek 2022-08-01 17:05:46 +0200
  • 224168a28f
    exceptions.ErrorDetail: Handle NotImplemented correctly in __ne__ (#8538) Allan Lewis 2022-08-01 15:18:22 +0100
  • 31021ce717 Fix example in serializers.md Andrey Otto 2022-07-31 12:02:30 +0700
  • 7db1893b46 Add spaces to router example in 6-viewsets-and-routers.md Sardorbek Imomaliev 2022-04-06 19:09:56 +0700
  • 56985d3e1f Add LazyLoadModelSerializer Łukasz Wieczorek 2022-07-29 13:07:13 +0200
  • df74fa4009 check user_settings while reloading shipengtao 2022-07-29 17:09:37 +0800
  • 9ac98b0c70 check removed_settings at startup shipengtao 2022-07-29 17:05:02 +0800
  • 7a6546aad8 fix 404 when page query parameter is empty string shipengtao 2022-07-28 12:03:35 +0800
  • 5e0a31d39b Fix the test Klaas van Schelven 2022-07-27 11:06:43 +0200
  • dda46ee3fd prevent Dos attacks jeagercoder 2022-07-26 14:36:08 +0700
  • 4cb3e498e0
    Remove unauthorized password by Django (too common) Géry Ogam 2022-07-25 12:23:30 +0200
  • e1c5c761bb
    Use PEP 8 compliant import Géry Ogam 2022-07-25 11:57:54 +0200
  • 4be3c02e83
    Update quickstart.md Géry Ogam 2022-07-25 11:44:46 +0200
  • a1b35bb44b
    Use example.com domain in tests. (#8571) Sergey Lyapustin 2022-07-25 11:28:41 +0200
  • 415f4ace05 Deleted identify machine making the request by X-Forwarded-For header because this so easy to bypass andikafransisko 2022-07-25 13:35:58 +0700
  • f01c4d8ba6
    Fixed typo. Sergey Lyapustin 2022-07-21 00:03:04 +0200
  • 68ab4558ef
    Use example.com domain for the samples. Sergey Lyapustin 2022-07-20 23:59:42 +0200
  • 84474e7dd7 Update docs about TemplateHTMLRenderer Nicholas Guriev 2022-07-19 13:33:54 +0300
  • 4c877d2170 Extend template context in TemplateHTMLRenderer Nicholas Guriev 2022-07-19 12:42:46 +0300
  • 6cf784cbb1 Update documentation on dependency installation Alex Hill 2022-07-17 23:17:32 -0700
  • 7c2784f33b feat: pass args/kwargs to get_serializer_class ET-CS 2022-07-18 09:09:13 +0300
  • bb66cb3c9e
    Merge branch 'master' into topic/openapi-operation-plural Shinya Ohyanagi 2022-07-18 10:56:25 +0900
  • ad282da97c
    Replaced parse_header with parse_header_parameters. (#8556) Carlton Gibson 2022-07-14 14:20:36 +0200
  • 2889723927 Remove extra line. Carlton Gibson 2022-07-14 14:09:21 +0200
  • 79306680a1 Replace django.http.multipartparser.parse_header with django.utils.http.parse_header_parameters Jaap Roes 2022-07-12 15:09:25 +0200
  • 299e7665dd Add --version CLI option to generateschema Cihan Eran 2022-07-11 17:54:20 +0300
  • abf9e7e5a4 Change instances of parse_header to be compatible with parse_header_parameters abhiabhi94 2022-07-02 15:46:00 +0530
  • fcbcee066b
    Add import to renderer_classes docs Rituraj 2022-07-07 11:30:01 -0700
  • 39b54efd08
    Update setup.cfg Tom Christie 2022-07-01 10:38:15 +0100
  • 34d33c3dee
    Update rest_framework/permissions.py Tom Christie 2022-07-01 10:33:49 +0100
  • 0ceb84bf76
    Update permissions.py Tom Christie 2022-07-01 09:59:43 +0100
  • 6fd656babf
    Update permissions.py Tom Christie 2022-07-01 09:59:09 +0100
  • c59e8cc275
    exceptions.ErrorDetail: Handle NotImplemented correctly in __ne__ Allan Lewis 2022-06-29 10:32:49 +0100
  • 101aff6c43
    Make autogenerated read only fields to be able to be nullable (#8536) Stanislav Khlud 2022-06-28 21:22:46 +0700
  • 88bf5a1fa2 Make autogenerated read only fields to be able to be nullable Stanislav Khlud 2022-06-28 11:07:08 +0700
  • 91d88072f1 Avoid inline script execution for injecting CSRF token lukaw3d 2022-06-25 21:23:20 +0200