Commit Graph

  • d804fe48f2
    v2.10.1 v2.10.1 Jonathan Kim 2020-05-18 20:20:01 +0100
  • b61ecd88ec
    Lint Jeff Tratner 2020-05-14 22:52:58 -0700
  • 4246dab3d6
    Update django form mutation to more granularly handle fields Jeff Tratner 2020-04-15 15:45:28 -0700
  • a987035ef3
    fix typo (#959) vineethvanga18 2020-05-12 01:33:17 +0530
  • 64a9a2352f
    fix typo vineethvanga18 2020-05-12 00:03:01 +0530
  • 2225ed62e1
    Do not access the internals of SimpleLazyObject (#945) Paul Craciunoiu 2020-05-09 10:35:09 -0600
  • d4041f7ace Add test. Paul Craciunoiu 2020-05-09 09:40:09 -0600
  • ed4937f9df
    Update bug_report.md Jonathan Kim 2020-05-09 13:32:20 +0100
  • b0901104d8 Update issue templates Jonathan Kim 2020-05-09 13:30:35 +0100
  • 0c90006520 Update issue templates Jonathan Kim 2020-05-09 13:29:37 +0100
  • 079da60c8f
    Create config.yml Jonathan Kim 2020-05-09 13:28:56 +0100
  • 72375b2d14 Update issue templates Jonathan Kim 2020-05-09 13:28:01 +0100
  • c79b12b5a3 v3.0.0b1 v3.0.0b1 Jonathan Kim 2020-05-09 12:54:48 +0100
  • 9b41472922 Merge branch 'master' into v3 Jonathan Kim 2020-05-09 12:50:39 +0100
  • 709611b577 Install wheel before creating distribution v2.10.0 Jonathan Kim 2020-05-09 12:37:47 +0100
  • b0613dd0e4
    Update __init__.py Jonathan Kim 2020-05-09 12:32:51 +0100
  • 5867331c7b
    Allow defining fields as an empty list (#871) Jonathan Kim 2020-05-09 12:28:19 +0100
  • b4e34a5794
    Improve DjangoListField (#929) Jonathan Kim 2020-05-09 12:28:03 +0100
  • 07c51092e1
    Rename op_name to operation_name (#941) Jonathan Kim 2020-05-09 12:25:24 +0100
  • c9386ebfb0 Allow defining fields as an empty list Jonathan Kim 2020-01-30 10:08:18 +0000
  • c00e9368bc
    Merge branch 'master' into export-django-list-field-docs Jonathan Kim 2020-05-09 12:22:39 +0100
  • c636585f2e Fix merge Jonathan Kim 2020-05-09 12:22:06 +0100
  • 8990e173ac
    Add extra types documentation (#902) Jonathan Kim 2020-05-09 12:19:02 +0100
  • 270108d472
    Merge branch 'v3' into test-utils-rename-op-name Jonathan Kim 2020-05-09 12:18:28 +0100
  • 975f45ed1a
    GraphQlView: Do not 'instantiate_middleware' if middleware is already a MiddlewareManager (#952) Marc Simon 2020-05-09 13:15:16 +0200
  • 10d22de98e
    graphql 3.0 and graphene 3.0 final rebase (#951) Jean-Louis Fuchs 2020-05-09 13:13:47 +0200
  • 894c564ab7
    Convert nullable BooleanField to nullable Boolean. (#777) Jack W 2020-05-09 12:09:17 +0100
  • 016b9a389c
    Delete LOG2 Joe Rhodes 2020-05-04 14:23:38 -0400
  • 26bc67562f
    Delete LOG Joe Rhodes 2020-05-04 14:23:19 -0400
  • 868e9136b7 ran black to make gitlab unit test pass Joe Rhodes 2020-05-04 13:43:58 -0400
  • e5a8e9eb48 func goal is to have no regressions from this Joe Rhodes 2020-05-04 13:39:05 -0400
  • 6e223c4e11
    Add is_awaitable to mock_info for compat with latest graphene Jean-Louis Fuchs 2020-04-29 15:25:26 +0200
  • eb46f0da0a
    Fix remaining graphene 3.0 and graphql 3.0 compatiblity Ülgen Sarıkavak 2020-03-15 19:26:23 +0300
  • 84ae00f803
    Replace deprecated connection_from_list_slice with connection_from_array_slice Ülgen Sarıkavak 2020-03-15 19:43:55 +0300
  • a9d39a4f5e
    Drop support for django-filter < 2 Tomasz Kontusz 2019-09-16 05:50:23 +0200
  • 758f326375
    Fix GraphQLView tests, skip some of them Tomasz Kontusz 2019-09-15 22:11:09 +0200
  • 10269267a4
    Port GraphQLView to Graphene 3 Tomasz Kontusz 2019-09-15 22:07:41 +0200
  • 5a662c9d03
    Fix rest_framework tests Tomasz Kontusz 2019-09-15 19:44:09 +0200
  • 8f0994e65b
    Fix test_should_preserve_prefetch_related Tomasz Kontusz 2019-09-15 18:44:51 +0200
  • b63fd1cd7c
    Fix asserts for errors that come back with visualised location Tomasz Kontusz 2019-09-15 18:30:00 +0200
  • 51fe6d06a9
    Fix test collection Tomasz Kontusz 2019-09-15 16:51:32 +0200
  • 1a4e30af39
    Don't use __debug for DjangoDebug Tomasz Kontusz 2019-09-15 16:50:35 +0200
  • a0e31c5be6
    Use adapters instead of Connection and PageInfo Tomasz Kontusz 2019-09-15 16:31:12 +0200
  • a62cee751f
    Update dependencies to graph* 3.0 Jean-Louis Fuchs 2020-04-29 13:36:11 +0200
  • 2b01eb1500 ran black Joe Rhodes 2020-05-03 22:04:50 -0400
  • cbaeccf65e with regressions Joe Rhodes 2020-05-03 21:29:59 -0400
  • 77b9832606 Add GitHub actions (#947) Jonathan Kim 2020-05-01 14:04:36 +0100
  • b8d8508d1f
    Add GitHub actions (#947) Jonathan Kim 2020-05-01 14:04:36 +0100
  • 6880c87644 GraphQlView: Do not 'instantiate_middleware' if middleware is already a MiddlewareManager Marc Simon 2020-04-30 10:28:18 +0200
  • 2d3613f866 sync wit v2.9.1 Joe Rhodes 2020-04-28 18:34:11 -0400
  • 64c90094be unit tests Joe Rhodes 2020-04-28 01:39:30 -0400
  • c2e4f4169e Dump Ülgen Sarıkavak 2020-04-06 14:17:18 +0300
  • 1e79165a7e Replace deprecated connection_from_list_slice with connection_from_array_slice Ülgen Sarıkavak 2020-03-15 19:43:55 +0300
  • 9c56e4d572 Rename __debug field to _debug for DjangoDebug Ülgen Sarıkavak 2020-03-15 19:33:39 +0300
  • 59650485e6 Add missing kwargs param to resolvers Ülgen Sarıkavak 2020-03-15 19:26:23 +0300
  • effc6158ba Upgrade graphene and graphl-core versions Ülgen Sarıkavak 2020-03-15 19:19:37 +0300
  • 2dbdbd55be Remove travis config from tox.ini Jonathan Kim 2020-04-26 11:38:00 +0100
  • f53fe4847c Remove travis config Jonathan Kim 2020-04-26 11:37:09 +0100
  • ea03c8ab66 Add deploy workflow for github actions Jonathan Kim 2020-04-26 11:36:41 +0100
  • 82d8dbc893
    Convert MultipleChoiceField to List of type String (#611) kimbriancanavan 2020-04-25 23:22:09 +1000
  • 903cebbe0c Re format code example Jonathan Kim 2020-04-25 14:12:40 +0100
  • 95868465ef Add multiple choice filtering example to docs Kimbrian Canavan 2019-04-17 11:43:55 +1000
  • b4291e9e22 Convert MultipleChoiceField to List of type String Kimbrian Canavan 2019-04-03 13:50:10 +1100
  • c313648096 Actual fix Paul Craciunoiu 2020-04-23 15:30:18 -0600
  • 7b96114202 Don't unwrap lazy user, instead check its class. Paul Craciunoiu 2020-04-23 15:25:36 -0600
  • ae663474e0
    Merge pull request #27 from revolico/upgrade-to-v2-9-1 alejandronunez 2020-04-23 06:53:40 -0600
  • c272fd7cd6 Merge branch 'debug' of github.com:joerhodes3/graphene-django into debug Joe Rhodes 2020-04-21 09:49:58 -0400
  • 535625bd81 fix test; black; fix lib path; multi choice in form Joe Rhodes 2020-04-21 09:45:57 -0400
  • 9fd220fa60 Fixing fields ariel1899 2020-04-20 12:27:30 -0400
  • ef54b43ccc Fixing types ariel1899 2020-04-20 10:50:03 -0400
  • 10b23cafef Fixing pylint ariel1899 2020-04-20 10:36:25 -0400
  • 8fc368519f Change tests ariel1899 2020-04-20 10:23:50 -0400
  • 2887830cf0 Change mutation ariel1899 2020-04-20 10:06:09 -0400
  • f33223daa7
    Make tests order independent (v3) (#940) Jean-Louis Fuchs 2020-04-20 15:01:43 +0200
  • b75ab9342f
    Add pytest-random-order to change test-order on each pytest-run Jean-Louis Fuchs 2020-04-14 16:45:07 +0200
  • 9bb0554c94 Merge branch 'master' into v3 Jonathan Kim 2020-04-20 13:24:19 +0100
  • b9f0e4f9ae
    Make tests order independent (#932) Jean-Louis Fuchs 2020-04-20 14:23:20 +0200
  • 51c7a2c717
    Make tests order independent Jean-Louis Fuchs 2020-04-19 19:44:45 +0200
  • 7bf22a32de Rename op_name to operation_name Jonathan Kim 2020-04-19 21:16:37 +0100
  • dc5c971498
    Switch operation_name to operationName in GraphQLTestCase (#936) Noelle Leigh 2020-04-19 16:11:33 -0400
  • 23b6419b42
    Disable system checks for graphql_schema management command (#939) Sam Millar 2020-04-19 20:42:00 +0100
  • f9ad60e5be
    Disable system checks for generate_schema command Sam Millar 2020-04-19 18:53:48 +0100
  • 2743aae492 Fixing mutation ariel1899 2020-04-17 17:30:21 -0400
  • fc0833e1f9 Add method for Python 2.7 Noelle Leigh 2020-04-17 16:13:53 -0400
  • 5427e2c939 Revert "Change" ariel1899 2020-04-17 16:00:46 -0400
  • 5ad6bbc50e Improve test comments Noelle Leigh 2020-04-17 15:53:35 -0400
  • 1c7c3b8b2f Replace "operation_name" with "operationName" Noelle Leigh 2020-04-17 15:50:56 -0400
  • a9886d4bb5 Add op_name test Noelle Leigh 2020-04-17 15:50:35 -0400
  • c632d05a10 Change ariel1899 2020-04-17 14:54:18 -0400
  • 4120971d11 Revert ariel1899 2020-04-17 11:28:40 -0400
  • 2d117070a0 Change args ariel1899 2020-04-17 10:22:09 -0400
  • 0feef9cc07 Change code with black ariel1899 2020-04-16 17:12:18 -0400
  • a644d03c5e Change code with black ariel1899 2020-04-16 17:03:33 -0400
  • 96361fc6e7 Change types.py ariel1899 2020-04-16 16:05:19 -0400
  • f00ca9fca0 Change types.py, adding NonNull import ariel1899 2020-04-16 15:55:35 -0400
  • 54fae91632 Change types.py ariel1899 2020-04-16 15:49:04 -0400
  • 96110b05bb Revert "Fixing pylint" ariel1899 2020-04-16 15:43:43 -0400
  • e75c584559 Fixing pylint ariel1899 2020-04-16 15:35:36 -0400
  • d1f3c4d35a Fixing pylint ariel1899 2020-04-16 15:08:04 -0400
  • 22f026293c Fixing pylint ariel1899 2020-04-16 14:56:29 -0400