graphene-django/docs
Ü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
..
_static Update doc setup (#673) 2019-06-14 12:33:37 +01:00
authorization.rst Python 3 (#904) 2020-04-06 13:21:07 +01:00
conf.py Python 3 (#904) 2020-04-06 13:21:07 +01:00
debug.rst bump graphiql to 0.13.0, and rename __debug to _debug due to __ limitations 2019-05-20 17:48:28 +08:00
filtering.rst Python 3 (#904) 2020-04-06 13:21:07 +01:00
index.rst Add documentation for settings 2019-05-07 20:23:10 +01:00
installation.rst Improv/documentation fixes (#895) 2020-03-07 17:17:45 +01:00
introspection.rst Detect format from output file path (#868) 2020-03-13 10:04:55 +00:00
Makefile Update doc setup (#673) 2019-06-14 12:33:37 +01:00
mutations.rst make Mutation class ObjectType. (#748) 2019-08-16 14:34:28 +01:00
queries.rst replace merge_queryset with resolve_queryset pattern (#796) 2019-11-28 10:49:37 +00:00
requirements.txt Update doc setup (#673) 2019-06-14 12:33:37 +01:00
schema.py Updated Tutorial with Highlights (#801) 2019-10-31 19:31:31 -04:00
schema.rst Rebuild documentation 2019-05-07 19:23:01 +01:00
settings.rst Add options to override how Django Choice fields are converted t… (#860) 2020-03-13 10:04:25 +00:00
testing.rst Documentation missing endpoint explanation (#918) 2020-04-06 09:58:55 +01:00
tutorial-plain.rst Improv/documentation fixes (#895) 2020-03-07 17:17:45 +01:00
tutorial-relay.rst Improv/documentation fixes (#895) 2020-03-07 17:17:45 +01:00