Commit Graph

  • 0561ecff33 use better solution and add test ali 2023-08-05 02:24:10 +0330
  • 226a37a761
    Merge branch 'encode:master' into fix-ordering-field-rename alirezazadeh77 2023-08-05 00:06:35 +0330
  • 268b30ae91
    Update docs/api-guide/fields.md Asif Saif Uddin 2023-08-02 11:28:34 +0600
  • 9a2bae6894
    Update docs/api-guide/fields.md Asif Saif Uddin 2023-08-02 11:28:09 +0600
  • 0875e61125 Fix router ordering for the same model Sergey Klyuykov 2023-07-31 14:22:17 -0700
  • 96a820c00e Add test for disabling default action's method by None. Sergey Klyuykov 2023-07-31 14:07:53 -0700
  • 127b10a280 Update status-codes.md file Mahdi Rahimi 2023-07-31 23:54:23 +0330
  • 5f6b0d32d2 Update status-codes.md file Mahdi Rahimi 2023-07-31 23:52:47 +0330
  • ee838de648 Add Cloudflare-specific HTTP status codes for improved error handling Mahdi Rahimi 2023-07-31 23:36:54 +0330
  • 150cc7cfa7 updated note Rizwan Shaikh 2023-07-31 23:38:33 +0530
  • 2cc065f9f7 added notes regarding default value propagation from model to serializer field Rizwan Shaikh 2023-07-31 23:31:24 +0530
  • dd03646829 Fix: Provide support for disabling actions in child viewsets. Sergey Klyuykov 2023-07-28 15:10:01 -0700
  • 589b5dca9e
    Allow to override child.run_validation call in ListSerializer (#8035) Pierre Chiquet 2023-07-26 06:27:49 +0200
  • 9cd482ce81
    Update docs/api-guide/validators.md Asif Saif Uddin 2023-07-26 10:07:22 +0600
  • fc51e6dd94
    Update docs/api-guide/fields.md Asif Saif Uddin 2023-07-26 10:07:15 +0600
  • 9aae7d496d Add note for HiddenField behavior denisSurkov 2023-07-25 22:35:56 +0500
  • b99df0cf78
    Align SearchFilter behaviour to django.contrib.admin search (#9017) Devid 2023-07-25 14:01:23 +0100
  • 5c3b6e496c
    class name added to unkown field error (#9019) Amin Aminian 2023-07-25 09:51:25 +0200
  • 140b3986b8
    Update docs/api-guide/filtering.md Asif Saif Uddin 2023-07-25 13:37:13 +0600
  • 67cd9c2259
    Improve search documentation sevdog 2023-07-24 12:23:31 +0200
  • 4d26cf042c
    Bump pygments from 2.12 to 2.15.0 in /requirements dependabot[bot] 2023-07-20 11:34:13 +0000
  • 7658ffd71d
    Fix: Pagination response schemas. (#9049) Sergey Klyuykov 2023-07-15 02:26:56 -0700
  • 848c3f762b Fix: Pagination response schemas. Sergey Klyuykov 2023-07-13 22:32:29 -0700
  • 66d86d0177
    Fix choices in ChoiceField to support IntEnum (#8955) Burson 2023-07-13 20:50:49 +0800
  • 75bb41f3b3 Fix choices in ChoiceField to support IntEnum b7wsh 2023-04-20 11:29:32 +0800
  • a7bafb7392
    Use generator to build search conditions to reduce iterations sevdog 2023-07-12 17:39:08 +0200
  • 751d69a3ab fix: Call parent constructor for new Permission in test Ehsan200 2023-07-12 14:32:34 +0330
  • 2f230c2e85 fix: Use custom cache for better memory usage Ehsan200 2023-07-12 14:31:50 +0330
  • d92b7834a5
    Update requirements/requirements-testing.txt Asif Saif Uddin 2023-07-05 12:35:50 +0600
  • 979bb24bec Async view implementation James Hilliard 2023-05-10 08:51:42 -0600
  • 1ce85d01b5
    Allow search to split also by comma after smart split sevdog 2023-06-23 09:33:06 +0200
  • 82c42dc5db
    Add compatibility with older django/python versions sevdog 2023-06-22 14:41:48 +0200
  • ad96159234
    Align SearchFilter behaviour to django.contrib.admin sevdog 2023-06-22 11:37:21 +0200
  • dee83cebf4
    Use subquery to remove duplicates in SearchFilter sevdog 2023-06-22 10:39:52 +0200
  • ec50399fe5 tests: fix the tests to validate the two new keys for page links Wellington Adriano Nicoletti de Abreu 2023-07-02 09:42:23 -0300
  • d6891a173b Fix: resolved dependency vulnerability SAMBIT CHAKRABORTY 2023-07-02 15:42:48 +0530
  • 8a4b9b6265 Fix: commented out FieldValues test as pytz is deprecated in django 4.0 SAMBIT CHAKRABORTY 2023-07-02 15:40:31 +0530
  • 4f7e9ed3bb
    Fix SearchFilter renders field with invalid value (#9023) Andrew 2023-07-02 09:57:20 +0200
  • 81439bb646 feat: added last and first page links to PageNumberPagination Wellington Adriano Nicoletti de Abreu 2023-07-01 20:38:21 -0300
  • 43206a116b
    Update third-party-packages.md Ori Roza 2023-06-30 18:21:40 +0300
  • 2deb3c5408 Fix: check valid fields is none or all ali 2023-06-28 19:31:51 +0330
  • c9e50f86fc Fix: valid fields is none or all ali 2023-06-28 19:25:38 +0330
  • eb5ea51003 Fix: valid fields is none or all ali 2023-06-28 19:12:26 +0330
  • dd4bd98487 Fix: not working rename with ('name', 'origin name') pattern ali 2023-06-28 19:01:45 +0330
  • ed112a1b83 Fix: not working rename with ('name', 'origin name') pattern ali 2023-06-28 18:52:23 +0330
  • 728fdbe13c updated field default on serializer according to openapi generation and added that to options action response Rizwan Shaikh 2023-06-27 22:55:52 +0530
  • 0b738cbfec Fix SearchFilter renders field with invalid value Andrii Tarasenko 2023-06-27 09:08:02 +0200
  • 34d2ad4faa Propagate 'default' from model_field to serializer field John Parton 2021-05-21 13:07:48 -0500
  • f8c70df4c6
    Merge branch 'encode:master' into fix_field_error Amin Aminian 2023-06-24 09:50:02 +0330
  • 6a7df3bb09
    Merge branch 'master' into contextvars-for-request-context Daler 2023-06-21 14:48:41 +0500
  • 8dd4250d02
    remove unnecessary line which was causing isort error (#9014) Samiul Sk 2023-06-21 10:35:44 +0530
  • 192c01df5b remove unnecessary line which was causing isort error Samiul Sk 2023-06-21 01:05:05 +0530
  • cc48fafb8d class name added to unkown field error Amin 2023-06-20 16:13:17 +0330
  • 8b7e6f2e34
    Update pre-commit.yml (#9012) Samiul Sk 2023-06-20 17:13:33 +0530
  • d540b10bb7
    Allow custom throttle to provide a custom detail Davide Setti 2021-03-04 11:47:02 +0100
  • 24d16a5b07
    Update pre-commit.yml Samiul Sk 2023-06-20 01:15:44 +0530
  • 3fdf40be8f
    Update pre-commit.yml Samiul Sk 2023-06-20 01:13:04 +0530
  • fe6a6a0548
    Update pre-commit.yml Samiul Sk 2023-06-19 21:24:44 +0530
  • 9cfa4bd7cc
    Fix OpenAPI Schema yaml rendering for timedelta (#9007) rizwanshaikh 2023-06-17 08:48:25 +0530
  • 474dcdd6ca resolved conflict Rizwan Shaikh 2023-06-15 23:58:46 +0530
  • c5613a8ed4 added testcase for rendering yaml with minvalidator for duration field (timedelta) Rizwan Shaikh 2023-06-15 23:53:54 +0530
  • 95aad32e06 added test for rendering openapi with timedelta Rizwan Shaikh 2023-06-12 23:57:50 +0530
  • 214702c4d4 fix OpenAPIRenderer for timedelta Rizwan Shaikh 2023-06-12 23:56:40 +0530
  • 71f87a5864
    Fix NamespaceVersioning ignoring DEFAULT_VERSION on non-None namespaces (#7278) Konstantin Kuchkov 2023-06-14 06:24:09 -0700
  • 7050b4d36e Fix NamespaceVersioning ignoring DEFAULT_VERSION on non-None namespaces Konstantin Kuchkov 2023-06-13 19:55:03 -0700
  • aed7761a8d
    Update copy right timeline Asif Saif Uddin 2023-06-13 15:01:29 +0600
  • a16dbfd110
    Added Deprecation Warnings for CoreAPI (#7519) David Smith 2023-06-13 07:55:22 +0100
  • 833313496c
    Removed usage of field.choices that triggered full table load (#8950) Lenno Nagel 2023-06-13 07:27:37 +0300
  • e9f46eed03 Merge branch 'fix-yaml-render-timedelta' of https://github.com/rnshaikh/django-rest-framework into fix-yaml-render-timedelta Rizwan Shaikh 2023-06-13 00:49:00 +0530
  • 297f37ea62 added test for rendering openapi with timedelta Rizwan Shaikh 2023-06-12 23:57:50 +0530
  • d1680051b1 fix OpenAPIRenderer for timedelta Rizwan Shaikh 2023-06-12 23:56:40 +0530
  • 98ce5bf274 added test for rendering openapi with timedelta Rizwan Shaikh 2023-06-12 23:57:50 +0530
  • 43f9bd2f45 fix OpenAPIRenderer for timedelta Rizwan Shaikh 2023-06-12 23:56:40 +0530
  • a180bde0fd
    Permit mixed casing of string values for BooleanField validation (#8970) Nancy Eckenthal 2023-06-12 11:21:18 -0400
  • 02d9bfc2dd
    Fixes BrowsableAPIRenderer for usage with ListSerializer. (#7530) Niyaz 2023-06-12 16:28:28 +0300
  • 5394dfd9d1 Update Vietnamese translation lddtoan 2023-06-12 17:57:47 +0700
  • 58bbe9badb
    Update rest_framework/pagination.py Asif Saif Uddin 2023-06-12 13:04:16 +0600
  • 837360e1cd Fixes BrowsableAPIRenderer for usage with ListSerializer. Niyaz Batyrshin 2020-09-10 22:11:49 +0300
  • 34068c2cf7
    Update tests/schemas/test_coreapi.py Asif Saif Uddin 2023-06-12 12:46:16 +0600
  • 2c42919551
    Update tests/schemas/test_coreapi.py Asif Saif Uddin 2023-06-12 12:46:05 +0600
  • c8f1d0432c
    Update tests/schemas/test_coreapi.py Asif Saif Uddin 2023-06-12 12:45:51 +0600
  • 4852e0dad3
    Update tests/schemas/test_coreapi.py Asif Saif Uddin 2023-06-12 12:45:40 +0600
  • 4045e062f7
    Update tests/schemas/test_coreapi.py Asif Saif Uddin 2023-06-12 12:45:16 +0600
  • 5ec8d3ad03
    Update tests/schemas/test_coreapi.py Asif Saif Uddin 2023-06-12 12:45:01 +0600
  • bc6d5341cc
    Update setup.cfg Asif Saif Uddin 2023-06-12 12:44:45 +0600
  • 6631a09e85
    Update tests/schemas/test_coreapi.py Asif Saif Uddin 2023-06-12 12:44:34 +0600
  • 3592a14b05
    Update rest_framework/schemas/coreapi.py Asif Saif Uddin 2023-06-12 12:44:22 +0600
  • 43f87cd0b1
    Update rest_framework/schemas/coreapi.py Asif Saif Uddin 2023-06-12 12:44:12 +0600
  • b51cf3eabe
    Update rest_framework/schemas/coreapi.py Asif Saif Uddin 2023-06-12 12:43:50 +0600
  • f4acf42ed1
    Update rest_framework/schemas/coreapi.py Asif Saif Uddin 2023-06-12 12:43:35 +0600
  • b82d06173d
    Update rest_framework/schemas/coreapi.py Asif Saif Uddin 2023-06-12 12:43:20 +0600
  • 7675c724f5
    Update rest_framework/pagination.py Asif Saif Uddin 2023-06-12 12:43:08 +0600
  • 2f08da5be3
    Update rest_framework/pagination.py Asif Saif Uddin 2023-06-12 12:42:53 +0600
  • a42997d6b1
    Update rest_framework/pagination.py Asif Saif Uddin 2023-06-12 12:42:31 +0600
  • c43c0994fd
    Update rest_framework/pagination.py Asif Saif Uddin 2023-06-12 12:42:14 +0600
  • 8fb12e2b23
    Update tests/schemas/test_coreapi.py Asif Saif Uddin 2023-06-12 12:40:49 +0600
  • ac9474eb4b
    Update tests/schemas/test_coreapi.py Asif Saif Uddin 2023-06-12 12:40:37 +0600
  • 59614be475
    Update tests/schemas/test_coreapi.py Asif Saif Uddin 2023-06-12 12:40:24 +0600
  • 4c227429e7
    Update tests/schemas/test_coreapi.py Asif Saif Uddin 2023-06-12 12:40:09 +0600
  • f69c65638d
    Update rest_framework/filters.py Asif Saif Uddin 2023-06-12 12:39:56 +0600