graphene-django/graphene_django
Ü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
..
debug Python 3 (#904) 2020-04-06 13:21:07 +01:00
filter Python 3 (#904) 2020-04-06 13:21:07 +01:00
forms Python 3 (#904) 2020-04-06 13:21:07 +01:00
management Detect format from output file path (#868) 2020-03-13 10:04:55 +00:00
rest_framework Python 3 (#904) 2020-04-06 13:21:07 +01:00
static/graphene_django Allow for easier template overrides in graphiql (#863) 2020-02-07 10:16:11 +00:00
templates/graphene Allow for easier template overrides in graphiql (#863) 2020-02-07 10:16:11 +00:00
tests Python 3 (#904) 2020-04-06 13:21:07 +01:00
utils Python 3 (#904) 2020-04-06 13:21:07 +01:00
__init__.py v2.9.0 2020-03-13 10:13:46 +00:00
compat.py Introduce Black formatting, additional tests 2019-05-02 17:46:35 +01:00
converter.py Python 3 (#904) 2020-04-06 13:21:07 +01:00
fields.py Python 3 (#904) 2020-04-06 13:21:07 +01:00
registry.py Reformatted files using black 2018-07-19 16:52:24 -07:00
settings.py Python 3 (#904) 2020-04-06 13:21:07 +01:00
types.py Python 3 (#904) 2020-04-06 13:21:07 +01:00
views.py Python 3 (#904) 2020-04-06 13:21:07 +01:00