Commit Graph

  • 86a19fe1db
    Merge 163dfb86fb into 269225085d Yukio Mizuta 2024-09-16 08:38:17 -0500
  • cbef0c28a1
    Merge 7365ee3ec9 into 269225085d Brenton Partridge 2024-09-15 11:02:00 -0400
  • 269225085d
    remove dead code: singledispatch has been in the standard library ... (#1534) main Alexandre Detiste 2024-09-15 16:50:15 +0200
  • 6cb700d888 lint Alexandre Detiste 2024-09-15 16:28:43 +0200
  • 17889ceef4 remove dead code: singledispatch has been in the stard library for many years Alexandre Detiste 2024-09-15 15:21:54 +0200
  • 97d40c4dd3
    Merge 407997a19d into 28c71c58f7 Matt 2024-07-08 17:57:41 +0800
  • 407997a19d
    Merge branch 'main' into fix-connection-field-custom-resolver Kien Dang 2024-07-08 16:57:38 +0700
  • 0e639c8752
    Merge 9ecf322da1 into 28c71c58f7 Florian Zimmermann 2024-07-04 12:55:30 +0000
  • 9ecf322da1 ignore the DeprecationWarning about typing.ByteString in graphql Florian Zimmermann 2024-07-04 14:55:30 +0200
  • c127aec75b bugfix: let DjangoConnectionField call its resolver function Florian Zimmermann 2024-07-04 12:24:30 +0200
  • 886ce5ef03 silence warnings Florian Zimmermann 2024-07-04 11:46:58 +0200
  • 0a3c2f742f treat warnings as errors when running the tests Florian Zimmermann 2024-07-04 11:27:12 +0200
  • b81422f36f
    Merge 07bd845bf6 into 28c71c58f7 Alexander Forselius 2024-06-17 15:50:35 +0200
  • b07dc88520
    Merge c2901d682a into 28c71c58f7 Wei Lu 2024-06-14 10:50:36 +0000
  • 5f160ed034
    Merge a94afcb317 into 28c71c58f7 Aditya Ghidora 2024-06-13 18:18:04 +0000
  • a9d91c91ba
    Merge 840b699016 into 28c71c58f7 iamthad 2024-06-12 11:49:39 +0800
  • 28c71c58f7 Bump to 3.2.2 v3.2.2 Markus Richter 2024-06-11 16:14:54 +0200
  • b317bbfa1a
    Bump to 3.2.2 Markus Richter 2024-06-11 16:14:54 +0200
  • a94afcb317 added convert_choices_to_enum optional argument Aditya Ghidora 2024-04-11 13:46:18 +0530
  • 9e6fc7fc82 Allow using a custom resolver function on DjangoConnectionField Matt 2024-04-02 09:17:54 +0100
  • 6f21dc7a94
    Not require explicitly set ordering in DjangoConnectionField (#1518) Kien Dang 2024-04-18 12:00:31 +0800
  • d03822ed83 Fix assert no warning for pytest>=8 Kien Dang 2024-04-16 12:00:48 +0800
  • fede977f8a Revert "feat!: check django model has a default ordering when used in a relay connection (#1495)" Kien Dang 2024-04-11 21:53:08 +0800
  • a8e6217150
    Merge c2d601c0e2 into ea45de02ad Josh Warwick 2024-04-09 03:43:42 +0300
  • ea45de02ad
    Make use of http.HTTPStatus for response status code checks (#1487) Ülgen Sarıkavak 2024-04-09 03:43:34 +0300
  • eac113e136
    Bump django from 3.2.24 to 3.2.25 in /examples/cookbook (#1508) dependabot[bot] 2024-04-09 03:39:21 +0300
  • d69c90550f
    Bump to 3.2.1 (#1512) v3.2.1 Kien Dang 2024-04-09 08:37:32 +0800
  • b76d22a67a Fix error message formatting in ErrorType class Ariel 2024-04-05 20:26:20 +0200
  • e4e8c818e4
    Update types.py (#36) arielRevo 2024-04-05 18:14:13 +0200
  • b3b3a9094e
    Refactor DjangoObjectType and ErrorType in graphene_django/types.py (#35) arielRevo 2024-04-04 18:28:14 +0200
  • 23c1107189 Bump to 3.2.1 Kien Dang 2024-03-29 12:14:59 +0800
  • 3f813d4679
    Fix ReadTheDocs builds (#1509) Pablo Alexis Domínguez Grau 2024-03-29 00:11:56 -0400
  • 7ed00c26e0
    Doc fixes to reference main branch instead of master Pablo Alexis Dominguez Grau 2024-03-23 22:21:35 -0400
  • abf0bc1eb2
    Add RTD config file Pablo Alexis Dominguez Grau 2024-03-23 20:47:20 -0400
  • 45c2aa09b5
    Allows field's choices to be a callable (#1497) Alisson Patricio 2024-03-20 13:48:51 -0300
  • a443346d5e
    Bump django from 3.2.24 to 3.2.25 in /examples/cookbook dependabot[bot] 2024-03-18 21:47:56 +0000
  • cbe59b29db
    Merge branch 'main' into patch-1 Kien Dang 2024-03-18 10:02:02 +0800
  • ac09cd2967
    fix: Fix broke 'get_choices' with restframework 3.15.0 (#1506) Diogo Silva 2024-03-18 01:58:47 +0000
  • 8e165a4e5e fix: Fix broke 'get_choices' with restframework 3.15.0 desilva 2024-03-17 01:23:24 +0000
  • 9b4baab6b6
    Fix nullability issue in construct_fields function (#34) arielRevo 2024-03-07 17:24:52 +0100
  • 7e073e11e4
    Update types.py. Add permission_raise_exception meta (#33) arielRevo 2024-03-05 17:33:16 +0100
  • 3282f1acb2 Add permission_raise_exception parameter to DjangoObjectType constructor Ariel 2024-02-29 19:45:48 +0100
  • c2d601c0e2
    Fix newline Firas Kafri 2024-02-09 11:58:35 +0300
  • b35f3b08e1
    Merge branch 'main' into support-async Firas Kafri 2024-02-09 11:55:38 +0300
  • 54372b41d5
    Bump django from 3.1.14 to 3.2.24 in /examples/cookbook (#1498) master dependabot[bot] 2024-02-08 10:50:13 +0800
  • d567ea5846
    Bump django from 3.1.14 to 3.2.24 in /examples/cookbook dependabot[bot] 2024-02-07 21:17:03 +0000
  • f18ab43ddc test if field with callable choices converts into enum Alisson Patricio 2024-02-07 15:18:34 -0300
  • a48abd1d33
    Allows field's choices to be a callable Alisson Patricio 2024-02-06 23:52:44 -0300
  • 840b699016 Associate {Big,Small}AutoField with GlobalIDFilter Thad Fleming 2024-02-01 15:55:22 +0000
  • 882c433233 Remove conditional around SmallAutoField Thad Fleming 2024-02-01 15:43:02 +0000
  • 96c09ac439
    feat!: check django model has a default ordering when used in a relay connection (#1495) Thomas Leonard 2024-01-30 10:09:18 +0100
  • d12ea31f88 feat!: check django model has a default ordering when used in a relay connection feat/add-connection-ordering-check Thomas Leonard 2024-01-29 16:13:01 +0100
  • b85177cebf
    fix: same type list (#1492) Laurent 2024-01-20 09:36:00 +0100
  • 07bd845bf6 Implementing reading form fields Alexander Forselius 2024-01-19 21:42:08 +0100
  • f9a4305e61 Implementing reading form fields Alexander Forselius 2024-01-19 18:05:01 +0100
  • ade2918d21 Working on DjangoFormObjectType Alexander Forselius 2024-01-19 13:35:14 +0100
  • d33fbbe696 Working on DjangoFormObjectType Alexander Forselius 2024-01-19 13:33:35 +0100
  • cc45b0bcdb chore: improve test Laurent Riviere 2024-01-18 17:05:34 +0000
  • 4ac711c112 fix: same type list Laurent Riviere 2024-01-18 16:03:22 +0000
  • 6d41ca50ea Make use of http.HTTPStatus for response status code checks Ülgen Sarıkavak 2023-12-23 23:29:41 +0300
  • 4d0484f312
    Bump version v3.2.0 Firas Kafri 2023-12-20 13:22:33 +0300
  • c416a2b0f5
    Provide setting to enable/disable converting choices to enums globally (#1477) Noxx 2023-12-20 10:55:15 +0100
  • 98c2c9ea92
    Merge branch 'main' into setting-convert-choices-to-enum Kien Dang 2023-12-20 17:52:37 +0800
  • feb7252b8a
    Add support for validation rules (#1475) Kien Dang 2023-12-20 17:48:45 +0800
  • 3a64994e52
    Bump version (#1486) v3.1.6 Firas Kafri 2023-12-20 12:44:40 +0300
  • fcae293479
    Bump version Firas Kafri 2023-12-20 12:42:43 +0300
  • d947a75d1e
    Merge branch 'main' into setting-convert-choices-to-enum Firas Kafri 2023-12-14 11:21:11 +0300
  • db2d40ec94
    Remove Django 4.1 (EOL) and add Django 5.0 to CI (#1483) Kien Dang 2023-12-14 15:20:54 +0700
  • ae8272ff13 Remove Django 4.1 (EOL) and add Django 5.0 to CI Kien Dang 2023-12-08 12:09:06 +0800
  • 62126dd467
    Add Python 3.12 to CI (#1481) Kien Dang 2023-12-06 03:11:00 +0800
  • ff02e04b0c Add Python 3.12 to CI Kien Dang 2023-12-05 02:33:58 +0800
  • d006547916 Make tests for validation rules stricter Kien Dang 2023-11-28 14:27:38 +0800
  • 9561ec3bdd Add tests for validation_rules inherited from parent class Kien Dang 2023-11-24 05:13:52 +0800
  • 8eeffc77b5 Allow setting validation_rules in class def Kien Dang 2023-11-24 05:09:02 +0800
  • 9a56a2b751 Add examples for validation rules Kien Dang 2023-11-24 04:50:14 +0800
  • 3ca12446d7 Add tests for validation rules Kien Dang 2023-11-24 04:30:33 +0800
  • c9af33a7b3
    Provide setting to enable/disable converting choices to enums globally Noxx 2023-11-15 11:07:59 +0100
  • 918b590eea Enable customizing validate max_errors through settings Kien Dang 2023-11-01 10:31:53 +0800
  • f88900017d Add support for validation rules Kien Dang 2023-11-01 10:30:24 +0800
  • e735f5dbdb
    Optimize views (#1439) danthewildcat 2023-10-29 11:42:27 -0400
  • 352db54f02 Remove duplicated operation_ast not None check Kien Dang 2023-10-29 12:11:55 +0800
  • 2e4c6a25dc Pass args directly to improve clarity Kien Dang 2023-10-29 12:08:58 +0800
  • f48d54b64c Add missing schema validation step Kien Dang 2023-10-26 19:51:19 +0800
  • b24ed31651 Revert "Remove unused show_graphiql kwarg" Kien Dang 2023-10-26 20:07:11 +0800
  • f8af0eb9a4
    Merge branch 'main' into optimize-views Kien Dang 2023-10-26 20:03:40 +0800
  • d2013cc7f0 Add missing schema validation step Kien Dang 2023-10-26 19:51:19 +0800
  • 056cd4105e Old style if syntax Dan Sutich 2023-08-03 17:04:18 -0400
  • add131dd7f Require operation_ast to be found by view handler Dan Sutich 2023-08-03 09:49:23 -0400
  • 4bbd12d886 Optimize execute_graphql_request Dan Sutich 2023-08-03 09:48:41 -0400
  • d0b8c97cdc
    Merge e2638408b1 into 36cf100e8b lilac-supernova-2 2023-10-25 11:33:15 +0300
  • 36cf100e8b
    Use ruff format to replace black (#1473) Kien Dang 2023-10-25 16:33:00 +0800
  • c426a40983 Replace black with ruff format in Makefile Kien Dang 2023-10-25 10:18:20 +0800
  • 413e5101c1 Format Kien Dang 2023-10-25 09:52:39 +0800
  • 02d7100ded Adjust ruff config to be compatible with ruff-format Kien Dang 2023-10-25 09:52:08 +0800
  • c5d984e419 Use ruff format to replace black Kien Dang 2023-10-25 09:51:29 +0800
  • 7365ee3ec9 Prevent TypeError when bytes passed to cursor.execute in debug middleware Brenton Partridge 2022-02-09 18:07:48 -0800
  • bc2519a67b
    Merge eeaa2234b4 into e8f36b018d Wei Lu 2023-09-20 09:42:35 +0330
  • e8f36b018d
    Fix test Client headers for Django 4.2 (#1465) Kien Dang 2023-09-18 22:23:53 +0700
  • a4b7b40aea Remove use of pkg_resources altogether Kien Dang 2023-09-18 23:13:22 +0800
  • b4c427bb10 Lazy import pkg_resources Kien Dang 2023-09-18 18:00:10 +0800