graphene-django/graphene_django/tests
Ü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
..
issues Fix duplicated ErrorType declaration (#539) 2019-03-31 12:01:43 +01:00
__init__.py Isolated Graphene Django in a new package 2016-09-17 16:31:17 -07:00
models.py Python 3 (#904) 2020-04-06 13:21:07 +01:00
schema_view.py Reformatted files using black 2018-07-19 16:52:24 -07:00
schema.py Reformatted files using black 2018-07-19 16:52:24 -07:00
test_command.py Python 3 (#904) 2020-04-06 13:21:07 +01:00
test_converter.py Python 3 (#904) 2020-04-06 13:21:07 +01:00
test_fields.py Allow string references in DjangoListField (#885) 2020-03-13 10:05:35 +00:00
test_forms.py Reformatted files using black 2018-07-19 16:52:24 -07:00
test_query.py replace merge_queryset with resolve_queryset pattern (#796) 2019-11-28 10:49:37 +00:00
test_schema.py Alias only_fields as fields and exclude_fields as exclude (#691) 2019-07-09 14:03:11 +01:00
test_types.py Add options to override how Django Choice fields are converted t… (#860) 2020-03-13 10:04:25 +00:00
test_utils.py Apply camel case converter to field names in DRF errors (#514) 2019-06-25 09:40:29 +01:00
test_views.py Reformatted files using black 2018-07-19 16:52:24 -07:00
urls_inherited.py Reformatted files using black 2018-07-19 16:52:24 -07:00
urls_pretty.py Reformatted files using black 2018-07-19 16:52:24 -07:00
urls.py Reformatted files using black 2018-07-19 16:52:24 -07:00