Commit Graph

  • c049ab7470
    WIP: Merge master into v3 (#1086) Jason Kraus 2020-12-30 15:37:57 -0800
  • 5931af924a fix linting by removing duplicate defintion and test of convert_form_field_to_string_list Jason Kraus 2020-12-30 15:35:12 -0800
  • 81d167a290 fix order_by snake casing by checking if value is None, switch executor to execution_context_class since schema.execute no longer supports executor Jason Kraus 2020-12-30 15:30:42 -0800
  • ac8aaf8525 merge master into v3 Jason Kraus 2020-12-30 10:07:13 -0800
  • 2d0b9ddd42
    improvement: convert decimal field to graphene decimal (#1083) Jason Kraus 2020-12-30 08:25:41 -0800
  • 6b8a5506de Add test for pending deprecation warning on GraphQLTestCase._client Ülgen Sarıkavak 2020-12-30 06:29:49 +0300
  • 8cbadd037c Don't break backward compability Ülgen Sarıkavak 2020-12-30 06:13:52 +0300
  • d545ad44fc Add missing test case initializer call Ülgen Sarıkavak 2020-12-30 06:03:19 +0300
  • 0d28630338 Use the Django Client test utility instance that Django provides with its TestCase class. This allows GraphQL tests to make use of the stateful client methods like login() Tom Nightingale 2020-02-26 17:04:58 -0800
  • e559a42374
    docs: fix simple typo, outputing -> outputting (#1077) Tim Gates 2020-12-30 06:30:30 +1100
  • dab6080fcf
    Fixed typo in documentation (#1078) Rustam Ganeyev 2020-12-29 19:30:10 +0000
  • 346496864c improvement: convert decimal field to graphene decimal Jason Kraus 2020-12-29 11:29:46 -0800
  • c8b0732bbb little fix ncrypt4nix 2020-12-29 16:12:53 +0300
  • a353f857e5 fix graphene_django/forms/mutation.py to project style ncrypt4nix 2020-12-29 15:19:18 +0300
  • be9cffab99 return back instance fields so as not to overwrite not required fields on None ncrypt4nix 2020-12-29 15:03:11 +0300
  • 15041fd86b Also convert BaseCSVFilter for custom fields Thiago Bellini Ribeiro 2020-12-28 11:23:06 -0300
  • 4453f7a34d added optional_field to SerializationMutation to forcefully mark some fields as optional Rustam Ganeyev 2020-12-27 11:08:34 +0000
  • 782553b882
    Fixed typo in documentation Rustam Ganeyev 2020-12-26 19:25:44 +0000
  • f684e0d5b4
    docs: fix simple typo, outputing -> outputting Tim Gates 2020-12-25 14:54:45 +1100
  • 7449efd2a3 Fix 1075: serialize datetime value Rasheed Hamdawi 2020-12-24 13:00:20 +0800
  • 558288afce v2.14.0 v2.14.0 Jason Kraus 2020-12-22 20:23:41 -0800
  • 8f63199a63
    Handle database transactions (#1039) Ignacio Orlandini 2020-12-23 01:18:14 -0300
  • a51c2bffd9
    Allow to use camel case in order by field (#1054) Semyon Pupkov 2020-12-23 09:15:38 +0500
  • 0e12343853
    Fix issue #1055 (#1056) Leonardo Arroyo 2020-12-23 01:13:34 -0300
  • cc3bd05472
    Replace Unidecode package with text_unidecode package #1014 (#1060) Semyon Pupkov 2020-12-23 09:12:22 +0500
  • 99512c53a1
    fix: in and range filters on DjangoFilterConnectionField (#1070) Thomas Leonard 2020-12-23 05:10:39 +0100
  • 7b35695067
    Fix 1061: DjangoListField should not cache queries (#1063) Jason Kraus 2020-12-22 20:10:28 -0800
  • 454b74052e
    Fix backward Relay pagination (#1046) Thomas Leonard 2020-12-23 05:04:45 +0100
  • 4469cf3d09 Fix pagination for 'last' page. Paul Craciunoiu 2020-12-15 14:58:02 -0700
  • 133a597f6a
    Agregar permisos por Type (#29) alejandronunez 2020-12-11 07:56:10 -0700
  • 9638e4be9f fix: in and range filters on DjangoFilterConnectionField Thomas Leonard 2020-11-30 13:52:01 +0100
  • 1a1cf1725b fix: apply specific black formatting Jason Kraus 2020-11-28 10:32:25 -0800
  • 4c0c821b74
    Register MultipleChoiceField as list type (#1033) Ülgen Sarıkavak 2020-11-28 21:30:18 +0300
  • b1dfcb741e fix( DjangoListField ): DjangoListField defines get_manager just like DjangoConnectionField for a better variable name default_manager instead of default_queryset Jason Kraus 2020-11-28 10:23:48 -0800
  • 4b7119d691
    Add a default msg to show the response content. (#1064) Tonye Jack 2020-11-27 18:52:42 -0500
  • dd59975d0d
    Update testing.py Tonye Jack 2020-11-24 14:07:23 -0500
  • 8b961fbc1e Implement mock.patch.dict Ignacio Orlandini 2020-11-24 10:45:41 -0300
  • 6a0f082cb0
    Merge branch 'master' into use-djangos-testcase-client Jason Kraus 2020-11-20 15:17:01 -0800
  • 030a8e7400
    Add a default msg to show the response content. Tonye Jack 2020-11-18 12:07:46 -0500
  • bfda8f68e6 Use self.stdout.write instead of print when printing graphql schema leonardo arroyo 2020-11-14 02:29:35 -0300
  • d38abafd9c fix( DjangoListField ): test that default functionality should resolve/call queryset at view time, first attempt at solution Jason Kraus 2020-11-13 15:19:23 -0800
  • eb7a0265d8
    Use explicit classmethod in simple mutation example (#1059) Semyon Pupkov 2020-11-09 22:06:53 +0500
  • b8a5c83f5f Replace Unidecode package with text_unidecode package #1014 Semyon Pupkov 2020-11-08 18:55:06 +0500
  • dd5b1e7648 Use explicit classmethod in simple mutation example Semyon Pupkov 2020-11-08 18:12:33 +0500
  • 7aea0a730f Register MultipleChoiceField as list type Ülgen Sarıkavak 2020-10-25 20:20:14 +0300
  • 0888c748fd
    Change build badge from travis to github actions (#1058) Semyon Pupkov 2020-11-08 10:44:37 +0500
  • 69e537c051 Change build badge from travis to github actions Semyon Pupkov 2020-11-07 20:28:17 +0500
  • f554911397
    Section added GraphQL testing clients (#919) Nishchit 2020-11-07 05:34:45 +0530
  • 732ffba8ee Fix tests Jonathan Kim 2020-11-05 10:26:21 +0000
  • fd2dd3adae Add BlankField and mount enums using it Jonathan Kim 2020-07-22 09:36:29 +0100
  • 4b8db68d5a Fix if to elif Leonardo Arroyo 2020-11-04 08:11:52 -0300
  • c84ceebb68 Fix issue #1055 Leonardo Arroyo 2020-11-04 08:04:29 -0300
  • 8571bc465a
    Improve ordering doc example (#1053) Semyon Pupkov 2020-11-01 23:16:15 +0500
  • 4c9eefdaa8 Allow to use camel case in order by field Semyon Pupkov 2020-11-01 13:35:08 +0500
  • cf950b8284 Improve ordering doc example Semyon Pupkov 2020-11-01 09:09:08 +0500
  • 2140be5e6a
    Add offset pagination (#1013) Thomas Leonard 2020-10-26 17:09:21 +0100
  • 8408c51bf9
    fix variables key in body (#1050) Roberto Barreda 2020-10-26 10:09:49 +0100
  • f6a0a772c7
    fix checking key in body Roberto Barreda 2020-10-23 17:48:06 +0200
  • d11117ff06 Merge branch 'master' into issue-#1009_fix_backward_relay_pagination Thomas Leonard 2020-10-20 14:49:44 +0200
  • 8928ec2dbe
    Restrict DjangoRestFramework version (#1047) Jonathan Kim 2020-10-19 20:20:30 +0100
  • f408eb8756 Restrict DjangoRestFramework version Jonathan Kim 2020-10-19 17:34:14 +0100
  • 65f41c1a17
    BUGFIX: don't filter out lookup_field as input (required for update) (#1029) CBuiVNG 2020-10-19 18:25:35 +0200
  • ee3d4f521f
    Include tests and examples in source package, but don't install them (#1034) Andreas Hasenkopf 2020-10-19 18:23:41 +0200
  • 0e910530f0 linting Thomas Leonard 2020-10-16 11:45:44 +0200
  • f870096024 Fix backward Relay pagination Thomas Leonard 2020-10-16 11:38:29 +0200
  • 26b95100d0 Define set_rollback instead of using the one in rest_framework.views because of backward compatibility Ignacio Orlandini 2020-09-22 00:35:29 -0300
  • 459c8286d7 Code style Ignacio Orlandini 2020-09-22 00:22:57 -0300
  • eeb714caad Make code compatible with Python 2.7 Ignacio Orlandini 2020-09-22 00:22:52 -0300
  • 7bd29acde6 Create and handle database atomic mutations Ignacio Orlandini 2020-09-21 22:51:25 -0300
  • 09c5215abe Handle Django database atomic requests Ignacio Orlandini 2020-09-21 21:06:08 -0300
  • 97a278d422 Include tests and examples in source package ... Andreas Hasenkopf 2020-08-28 11:12:34 +0200
  • 2e806384f6
    Update stale.yml Jonathan Kim 2020-08-27 12:48:29 +0100
  • 86a66db1f6
    Disable stalebot Jonathan Kim 2020-08-26 16:20:41 +0100
  • 19e3eddddb
    Allow passing of meta object in SerializerMutation options (#1028) Josh Warwick 2020-08-26 16:03:08 +0100
  • f5d94fda1f
    Update testing.rst (#1026) DJ Kim 2020-08-26 07:01:44 -0800
  • 88eefb0e07
    Fix testing doc (#1024) Semyon Pupkov 2020-08-26 19:59:43 +0500
  • 26960359a2
    Add msg params to testing class (#1032) Ülgen Sarıkavak 2020-08-26 17:58:48 +0300
  • 6ce208db95
    Fix missing colon in function definition (#1030) Varun Dey 2020-08-26 14:57:53 +0000
  • 9a4d07c590
    Add msg params to testing class Ülgen Sarıkavak 2020-08-26 15:37:48 +0300
  • 919f8c309d
    Fix missing colon in function definition Varun Dey 2020-08-25 23:21:03 +0530
  • 4a8838143e flake8 formatting CBuiVNG 2020-08-25 09:55:30 +0200
  • cd80a8f99d don't filter out lookup_field as input (required for update) CBuiVNG 2020-08-25 09:30:10 +0200
  • ac1f9ac360
    Fix grammar (#1027) Varun Dey 2020-08-24 16:19:53 +0000
  • 3c344b47c9 Allow passing of meta object in options Josh Warwick 2020-08-24 17:15:47 +0100
  • a38349b9c3
    Fix grammar Varun Dey 2020-08-24 14:59:59 +0530
  • 9b28519dee Update testing.rst DJ Kim 2020-08-18 16:02:05 -0700
  • 6138d85104 Fix testing doc Semyon Pupkov 2020-08-16 17:37:42 +0500
  • 8c96dfa72a Fix docs testing for GRAPHQL_SCHEMA (#1020) Elena Williams 2020-08-13 14:33:39 +1000
  • 3da80b5ec2 Clean up superfluous changes Tom Picton 2020-08-12 11:23:09 -0700
  • 1eee5a42e9 Merge branch 'master' of github.com:tpict/graphene-django into connection-offset Tom Picton 2020-08-12 11:15:20 -0700
  • 48ed516b5e Trigger tests v3.0.0b6 Jonathan Kim 2020-08-12 07:29:42 +0100
  • b1b57d815a
    v3.0.0b6 Jonathan Kim 2020-08-12 07:18:02 +0100
  • 53023423b6 Fix import Jonathan Kim 2020-08-12 07:14:48 +0100
  • 5b1451132d
    v2.13.0 v2.13.0 Jonathan Kim 2020-08-12 07:10:01 +0100
  • 33c6a54414 Merge branch 'master' into v3 Jonathan Kim 2020-08-12 07:06:35 +0100
  • bd553be10e
    Fix JSONField import (#1021) Jonathan Kim 2020-08-12 07:03:23 +0100
  • 50b2550ce5 Fix JSONField import Jonathan Kim 2020-08-12 06:59:00 +0100
  • 67a0492c12
    Add converter for django 3.1 JSONField (#1017) Nikolai Røed Kristiansen 2020-08-07 11:22:15 +0200
  • 11dbde3bea
    Fix Connection/Edge naming and add unit test (#1012) Thomas Leonard 2020-08-07 10:15:35 +0100
  • 55769e814f
    Add headers support to GraphiQL (#1016) Radosław Kowalski 2020-08-07 11:13:26 +0200