graphene-django/graphene_django/forms
Ü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
..
tests use actual root/variables/context args of the execute method (#878) 2020-02-23 09:50:40 +00:00
__init__.py Fix flake8 issue 2017-10-02 09:31:58 -05:00
converter.py Python 3 (#904) 2020-04-06 13:21:07 +01:00
forms.py resolve django translation deprecation warnings (#847) 2020-01-11 14:52:41 +01:00
mutation.py Update mutation.py (#811) 2020-02-23 09:49:39 +00:00
types.py Remove duplicate ErrorType (#701) 2019-07-07 20:06:01 +01:00