Jason Kraus
c049ab7470
WIP: Merge master into v3 ( #1086 )
...
* merge master into v3
* fix order_by snake casing by checking if value is None, switch executor to execution_context_class since schema.execute no longer supports executor
* fix linting by removing duplicate defintion and test of convert_form_field_to_string_list
2020-12-30 15:37:57 -08:00
Jonathan Kim
da9f41c295
Rename get_resolver -> wrap_resolve and fix tests
2020-08-06 20:45:30 +01:00
Jonathan Kim
965ebdee13
Merge branch 'master' into v3
2020-06-27 11:14:09 +01:00
Jean-Louis Fuchs
08d0cce55a
Move to_const function from Graphene into Graphene-Django ( #992 ) ( #996 )
...
Co-authored-by: Jonathan Kim <jkimbo@gmail.com>
2020-06-27 10:43:25 +01:00
Jonathan Kim
1bec8e44b7
Move to_const function from Graphene into Graphene-Django ( #992 )
2020-06-25 15:11:18 +01:00
Jonathan Kim
56f1db80cf
Update setup.py classifiers ( #987 )
...
Fixes https://github.com/graphql-python/graphene-django/issues/985
2020-06-10 17:41:11 +01:00
Jean-Louis Fuchs
10d22de98e
graphql 3.0 and graphene 3.0 final rebase ( #951 )
2020-05-09 12:13:47 +01:00
Jean-Louis Fuchs
f33223daa7
Make tests order independent (v3) ( #940 )
...
* Completes 'Make tests order independent'
2020-04-20 14:01:43 +01:00
Ülgen Sarıkavak
dd0d6ef28f
Python 3 ( #904 )
...
* Remove Python 2 support
* Upgrade Python & Django versions
* Remove unsupported Django versions
* Remove unsupported Python versions
* Add Python 3.8
* Drop support for django-filter < 2
* Update LoginRequiredMixin doc link
* Remove redundant import
* Resolve RemovedInDjango40Warning warnings
* gql/graphene-django/graphene_django/tests/test_converter.py:175:
RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is
deprecated in favor of django.utils.translation.gettext_lazy().
* graphene-django/graphene_django/utils/utils.py:28:
RemovedInDjango40Warning: force_text() is deprecated in favor of
force_str().
* No need to use unicode strings with Python3
* Remove singledispatch dependency
singledispatch is inluded with Python >= 3.4, no need for external
package.
2020-04-06 13:21:07 +01:00
Ülgen Sarıkavak
cf9f59071e
Update dev dependencies ( #903 )
2020-03-14 10:40:41 +00:00
Mel van Londen
0962db5aa6
Pin higher version of graphene for proper graphql-core version r… ( #768 )
2019-09-22 21:09:57 +01:00
Jonathan Kim
692540cc78
Update flake8 ( #688 )
...
* Include setup.py in black formatting
* Add new flake8 plugins and update errors to look for
* Fix duplicate test name
* Don't use mutable data structure
* Install all dev dependencies for flake8 and black tox envs
2019-06-24 18:55:44 +01:00
Paul Hallett
e6ad5887ca
Introduce Black formatting, additional tests
2019-05-02 17:46:35 +01:00
Syrus Akbary
a59f41b080
Remove iso8601 dependency, updated graphql-core
2018-09-05 13:18:09 +02:00
Jay Hale
9152075ed8
Remove unsupported python & Django test cases
2018-09-04 13:15:04 -04:00
Jay Hale
dc0c2900d1
Making GrapheneFilterSetMixin compatible with django_filter 2
2018-09-04 13:15:04 -04:00
Syrus Akbary
f0705e2c25
Pin a explicit version of django-filter (<2)
2018-07-19 16:43:09 -07:00
Syrus Akbary
192ac963d9
Trying to fix tests
2018-07-19 16:39:24 -07:00
Syrus Akbary
26cfa88f3a
Fixed non-deterministic setup.py. Related issue #427
...
This commit is trying to fix https://github.com/graphql-python/graphene-django/issues/427#issuecomment-395539715
2018-06-08 11:51:41 -07:00
Syrus Akbary
b1948d70bd
Make graphene>=2.1 as a requirement
2018-06-05 14:17:21 -07:00
Syrus Akbary
a9e5beb9eb
Merge branch 'master' into form_mutations
...
# Conflicts:
# graphene_django/forms/converter.py
# graphene_django/forms/tests/test_converter.py
2018-06-05 13:23:39 -07:00
Syrus Akbary
4f47ffdc8d
Updated graphql-core requirements
2018-06-05 12:19:37 -07:00
Syrus Akbary
33c6fdf5ab
Added graphql-core min version to requirements
2018-06-05 01:24:53 -07:00
urbandove
c73b6e32a9
Merge branch 'master' into master
2017-12-18 12:24:27 -05:00
=
c952ef1a88
Date Scalar only added in graphene 2.0.1
2017-12-18 12:21:49 -05:00
=
f8a5860f34
django version depends on python version
2017-12-09 14:24:48 -08:00
Syrus Akbary
d7c160c3b0
Pin current Graphene-Django version to Graphene~2
...
To avoid compatibility issues it's better to pin dependencies.
2017-11-20 21:02:00 -08:00
Syrus Akbary
de3947351b
Updated graphene-django to 2.0 🎉
2017-10-25 10:49:37 -07:00
Syrus Akbary
872ce3922e
Added support for wheel package
2017-07-31 22:46:27 -07:00
Syrus Akbary
36480b7366
Updated version
2017-07-26 23:36:41 -07:00
Syrus Akbary
f5ecee3b1b
Updated version
2017-07-25 00:03:31 -07:00
Syrus Akbary
48bcccdac2
Improved integration with Graphene 2.0
2017-07-24 22:27:50 -07:00
Patrick Arminio
dc86e4e9a1
Add optional requires for rest framework
2017-06-26 09:19:49 +01:00
Syrus Akbary
7c52aa3c7f
Merge pull request #180 from arianon/master
...
Make DjangoConnectionField compatible with Promise-based iterables.
2017-06-24 15:44:51 -07:00
Patrick Arminio
99c153ac5d
Up required django version to 1.8
2017-06-23 11:57:49 +01:00
arianon@openmailbox.org
4350582c52
Support Connections created from Promises
2017-05-19 19:12:28 -04:00
Syrus Akbary
1e34dfb3e5
Updated version to 1.3 - Require graphene 1.4
2017-04-20 01:15:05 -07:00
Syrus Akbary
28db2c0506
Improved docs for running tests locally
2017-03-02 18:32:25 -08:00
Syrus Akbary
4246ceaa85
Updated version to 1.2.1
2016-12-16 00:27:33 -08:00
Paul Bailey
0b76e1abac
updated dependency
2016-11-28 14:25:41 -05:00
Syrus Akbary
c60c1430a7
Updated version to 1.2.0
2016-11-23 02:43:58 -08:00
Syrus Akbary
8dfe7bbcf5
Remove filter order_by as Django Filters have deprecated it in 1.0
2016-11-23 02:15:05 -08:00
Syrus Akbary
cf27318e3c
Updated version to 1.1.0
2016-11-14 22:33:58 -08:00
Israel Saeta Pérez
9e9a08ffe4
Add pytest-runner
and test-->pytest alias to make tests run as documented.
2016-11-12 18:27:25 +01:00
Syrus Akbary
5b11ad289a
Updated graphene-django to 1.0 🎉
2016-09-26 09:26:09 -07:00
Syrus Akbary
8f5a425859
Updated version
2016-09-22 20:52:46 -07:00
Syrus Akbary
c93e785e8e
Updated version
2016-09-20 23:53:06 -07:00
Syrus Akbary
bcb408f921
Updated version
2016-09-20 00:10:57 -07:00
Syrus Akbary
317c8ceec4
Ensure CSRF cookie is set. Updated dev version
2016-09-19 23:14:59 -07:00
Syrus Akbary
d05407f6a5
Include templates in package. Updated dev version
2016-09-19 23:04:07 -07:00