Commit Graph

  • cae2ba8886 remove dangling comment Jason Kraus 2019-10-21 12:57:52 -0700
  • 15b661ae26 bring back django-filter with method test Jason Kraus 2019-10-21 12:55:44 -0700
  • 871e7b2a52 django-filter: resolve field along with lookup expression to properly resolve field Jason Kraus 2019-10-21 12:21:30 -0700
  • 38fc15c481 add test for using queryset with django filters Jason Kraus 2019-10-21 11:21:08 -0700
  • b440780c4f Add raise exception on serializer validation no-dap 2019-10-20 10:17:03 +0900
  • def6b15e5b Update schema introspection docs to show SCHEMA_INDENT option (#802) Brett Jackson 2019-10-19 14:33:33 -0500
  • 39417579e8
    Merge pull request #3 from no-dap/bugfix/execution-result DongHwan Lee 2019-10-19 16:34:47 +0900
  • b9cc95a2ef Fix test no-dap 2019-10-19 16:34:09 +0900
  • 14dc656486
    Merge pull request #2 from no-dap/bugfix/execution-result DongHwan Lee 2019-10-19 14:41:48 +0900
  • 8384347170 Fix invalid field error's status code no-dap 2019-10-19 14:40:33 +0900
  • a5d0125e05
    Merge pull request #1 from no-dap/bugfix/execution-result DongHwan Lee 2019-10-19 14:30:33 +0900
  • 11338b0f65 Return error result if execution result contains errors no-dap 2019-10-19 14:28:32 +0900
  • 314f52e004
    fix whitespace Brett Jackson 2019-10-18 17:53:48 -0500
  • 37adc3cf21
    Update schema introspection docs to show indent settings Brett Jackson 2019-10-18 17:53:04 -0500
  • 077b5aa96f add test for annotations Jason Kraus 2019-10-18 14:03:58 -0700
  • 3247eeacff fix bad variable ref Jason Kraus 2019-10-18 13:50:50 -0700
  • 0a39cb43d6 yank skipped test Jason Kraus 2019-10-18 13:44:37 -0700
  • d176b63497
    Update graphene_django/fields.py Jason Kraus 2019-10-18 13:43:33 -0700
  • 076e978bd7 Updated Tutorial with Highlights athul 2019-10-18 19:58:34 +0530
  • b085b5922a add Django 3.0 to the test matrix (#793) Misha K 2019-10-18 12:38:59 +0200
  • e17582e1a1
    Update stale.yml Jonathan Kim 2019-10-18 10:12:03 +0100
  • d7fec08168 Add tests no-dap 2019-10-13 08:00:26 +0900
  • 86f7f7a51b add raise exception on serializer validation no-dap 2019-10-13 07:09:11 +0900
  • de4da4b15a skip double limit test Jason Kraus 2019-10-11 14:26:02 -0700
  • c29aa7c8c4 replace merge_queryset with resolve_queryset pattern Jason Kraus 2019-10-11 14:15:27 -0700
  • a371696306 fix six imports Misha Kalyna 2019-10-05 21:45:20 +0200
  • 678088ac77 add Django 3.0 to the test matrix Misha Kalyna 2019-10-05 21:39:41 +0200
  • 8d95596ffb Note that release information are on github release page (#790) Jens Diemer 2019-10-01 15:59:52 +0200
  • be5af60c3b
    Note that release information are on github release page Jens Diemer 2019-10-01 15:22:15 +0200
  • 176e84d6d0 Default CAMELCASE_ERRORS to True swist 2019-10-01 14:13:15 +0100
  • 650fb7d4c7 Merge remote-tracking branch 'upstream/master' into graphene-3 Tomasz Kontusz 2019-09-26 19:20:40 +0200
  • 88c9c801ef Re-enable tests that depend on SourceLocation Tomasz Kontusz 2019-09-26 19:02:14 +0200
  • e3805effdc Remove references to Django 1.9 from the docs Tomasz Kontusz 2019-09-26 18:57:38 +0200
  • f118de7bf9
    update order of cookie and header adding James 2019-09-24 09:35:43 -0500
  • 3139124132
    add check for cookie James 2019-09-24 09:22:35 -0500
  • 9710d008f4
    Remove duplicate code James 2019-09-24 09:20:51 -0500
  • e33523e992
    Use var instead of let, add var for value James 2019-09-24 09:18:35 -0500
  • 6c8d4a386b
    The current csrftoken parser breaks on multiple crsftokens James 2019-09-23 20:17:32 -0500
  • 5068ea05c3
    v2.6.0 v2.6.0 Jonathan Kim 2019-09-22 21:17:44 +0100
  • e4cf59ecec
    Handle isnull filters differently (#753) Jonathan Kim 2019-09-22 21:14:59 +0100
  • a64ba65bef convert DRF ChoiceField to Enum (#537) Jason Kraus 2019-09-22 13:13:12 -0700
  • cd73cab699 converter.py: Fix typo posgres->postgres (#765) rishabh 2019-09-23 01:40:21 +0530
  • 0962db5aa6 Pin higher version of graphene for proper graphql-core version r… (#768) Mel van Londen 2019-09-22 13:09:57 -0700
  • 0e7fca8afe Change to rsplit Jonathan Kim 2019-09-22 20:46:39 +0100
  • 4f21750fc2 Upgrade graphiql version to fix history tool (#772) Gilly Ames 2019-09-22 20:43:46 +0100
  • fea9b5b194 Extend DjangoListField to use model queryset if none defined (#732) Jonathan Kim 2019-09-17 17:14:18 +0100
  • 4bbc0824a6 Fix a small typo, filerset_class -> filterset_class (#762) Tyler Kennedy 2019-09-17 12:13:47 -0400
  • 8356fccbdb Import singledispatch straight from functools Tomasz Kontusz 2019-09-16 06:04:34 +0200
  • ddacb9d4e8 Drop support for django-filter < 2 Tomasz Kontusz 2019-09-16 05:50:23 +0200
  • 15775712be Fix async tests in test_query Tomasz Kontusz 2019-09-15 22:14:35 +0200
  • d386a7e016 Fix GraphQLView tests, skip some of them Tomasz Kontusz 2019-09-15 22:11:09 +0200
  • 5bd4d31c89 Port GraphQLView to Graphene 3 Tomasz Kontusz 2019-09-15 22:07:41 +0200
  • 8412fee863 Fix rest_framework tests Tomasz Kontusz 2019-09-15 19:44:09 +0200
  • 140ad42e58 Fix test_should_preserve_prefetch_related Tomasz Kontusz 2019-09-15 18:44:51 +0200
  • d6fd3fc4cc Fix asserts for errors that come back with visualised location Tomasz Kontusz 2019-09-15 18:30:00 +0200
  • c7dea56e52 Upgrade tests based on schema printing Tomasz Kontusz 2019-09-15 18:25:58 +0200
  • c2ae343a41 Register Django's _('translatable string') as a field description in graphql-core Tomasz Kontusz 2019-09-15 17:31:59 +0200
  • 4cc4adde69 Don't use __debug for DjangoDebug Tomasz Kontusz 2019-09-15 16:50:35 +0200
  • c77aa75808 Run DjangDebugMiddleware tests asynchronously Tomasz Kontusz 2019-09-15 16:35:39 +0200
  • 78e510bf98 Use adapters instead of Connection and PageInfo Tomasz Kontusz 2019-09-15 16:31:12 +0200
  • af9e3ca3cb Fix test collection Tomasz Kontusz 2019-09-15 16:51:32 +0200
  • 3cd056e693 Drop unsupported versions of Python and Django, and use graphql-core v3 Tomasz Kontusz 2019-09-15 16:30:33 +0200
  • e06ba27d3e
    Upgrade graphiql version to fix history tool Gilly Ames 2019-09-14 09:41:58 +0100
  • 5a3ce28c47 pin higher version of graphene for proper graphql-core version resolution Mel van Londen 2019-09-07 11:55:33 -0700
  • 254e59c36f Adds variables arg to GraphQLTestCase.query (#699) Talley Lambert 2019-09-07 14:49:29 -0400
  • ac79b38cf0 Use field and exclude in docs instead deprecated attrs (#740) Semyon Pupkov 2019-09-07 21:49:41 +0500
  • 8909f6c7eb converter.py: Fix typo posgres->postgres EverWinter23 2019-09-05 21:36:34 +0530
  • 1695faaaba
    Fix a small typo, filerset_class -> filterset_class Tyler Kennedy 2019-09-04 12:30:45 -0400
  • 54712a67ff Handle isnull filters differently Jonathan Kim 2019-08-18 20:03:53 +0100
  • 1b8184ece1 make Mutation class ObjectType. (#748) A C SREEDHAR REDDY 2019-08-16 19:04:28 +0530
  • 9d245287a4 is_authenticated is bool not callable. (#749) A C SREEDHAR REDDY 2019-08-16 19:03:59 +0530
  • 69f2307d3b
    is_authenticated is bool not callable. A C SREEDHAR REDDY 2019-08-16 03:21:24 +0530
  • 88112ee3ca
    #747 ObjectType to Mutation class. A C SREEDHAR REDDY 2019-08-16 00:58:59 +0530
  • 63295686f7 Add a few tests Marco Paolini 2019-08-12 13:06:16 +0100
  • df863aa250 Custom server error response Marco Paolini 2019-08-12 12:39:22 +0100
  • 60164d8e7a Let django emit 500 responses on application server errors Marco Paolini 2019-08-12 12:00:32 +0100
  • 08684973ed
    Merge branch with 'master' NateScarlet 2019-08-12 12:01:58 +0800
  • d5e71bc9be Fix typo of imoprt to import (#742) Gert Van Gool 2019-08-10 22:30:17 +0200
  • 2e8226921e Fix typo of imoprt to import Gert Van Gool 2019-08-10 21:49:14 +0200
  • a04fff9d70 Bump django from 2.1.11 to 2.2.4 in /examples/cookbook-plain (#736) dependabot[bot] 2019-08-10 18:50:39 +0100
  • 87aebdb630
    v2.5.0 (#739) v2.5.0 Jonathan Kim 2019-08-10 11:55:42 +0100
  • a10e6ef350 Use field and exclude in docs instead deprecated attrs Semyon Pupkov 2019-08-08 23:04:45 +0500
  • 45461b5a7e
    Update version Jonathan Kim 2019-08-07 19:56:46 +0100
  • e21bf91b1d
    Bump django from 2.1.11 to 2.2.4 in /examples/cookbook-plain dependabot[bot] 2019-08-07 07:10:54 +0000
  • 930adb50ce Bump django from 2.1.10 to 2.1.11 in /examples/cookbook-plain (#733) dependabot[bot] 2019-08-07 08:09:56 +0100
  • c432d5875b Bump django from 2.2.3 to 2.2.4 in /examples/cookbook (#734) dependabot[bot] 2019-08-07 08:09:42 +0100
  • 11605dcdc6 Make DjangoDebugContext wait for nested fields (#591) Tomasz Kontusz 2019-08-07 09:09:17 +0200
  • 6e137da469 Check for filters defined on base filterset classes (#730) Kike Isidoro 2019-08-07 09:04:04 +0200
  • 88091035a6 apply black formatting Jason Kraus 2019-08-06 12:18:17 -0700
  • 711d5cce45 Merge remote-tracking branch 'up/master' into drf-choices Jason Kraus 2019-08-06 11:41:13 -0700
  • e8233964f0 update GraphQLTestCase.query docstring and remove type check Talley Lambert 2019-08-06 10:25:53 -0400
  • 123aacdfbe Check article headline and reformat Kike Isidoro 2019-08-06 10:10:55 +0200
  • 472dc581f0 Add filter method and use filter in test Kike Isidoro 2019-08-06 10:09:28 +0200
  • a3636d632f
    Bump django from 2.2.3 to 2.2.4 in /examples/cookbook dependabot[bot] 2019-08-06 01:45:38 +0000
  • f42c462fb1
    Bump django from 2.1.10 to 2.1.11 in /examples/cookbook-plain dependabot[bot] 2019-08-06 01:45:30 +0000
  • 1f9fe04979 Add some more tests to check behaviour Jonathan Kim 2019-08-04 09:05:48 +0100
  • 682a7e56dd Resolve model queryset by default Jonathan Kim 2019-08-04 08:57:31 +0100
  • 47ca1ad607 Only allow DjangoObjectTypes to DjangoListField Jonathan Kim 2019-08-04 08:38:31 +0100
  • 609baec3a0 Fix model property Jonathan Kim 2019-08-04 08:27:16 +0100
  • 9a952031b3 Run format Jonathan Kim 2019-08-04 07:56:09 +0100