graphene-django/graphene_django
Ülgen Sarıkavak 1e79165a7e Replace deprecated connection_from_list_slice with connection_from_array_slice
connection_from_list_slice:
> Deprecated alias for connection_from_array_slice. We're now using the
JavaScript terminology in Python as well, since list is too narrow a
type and there is no other really appropriate type name.

https://github.com/graphql-python/graphql-relay-py/blob/v3.0.0/src/graphql_relay/connection/arrayconnection.py#L54
2020-04-26 16:56:20 +03:00
..
debug Rename __debug field to _debug for DjangoDebug 2020-04-26 16:56:20 +03:00
filter Merge branch 'master' into v3 2020-04-20 13:24:19 +01:00
forms Convert MultipleChoiceField to List of type String (#611) 2020-04-25 14:22:09 +01:00
management Disable system checks for graphql_schema management command (#939) 2020-04-19 20:42:00 +01:00
rest_framework Merge branch 'master' into v3 2020-04-20 13:24:19 +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 Add missing kwargs param to resolvers 2020-04-26 16:56:20 +03:00
utils Merge branch 'master' into v3 2020-04-20 13:24:19 +01:00
__init__.py v2.9.1 2020-04-12 20:01:56 +01:00
compat.py Introduce Black formatting, additional tests 2019-05-02 17:46:35 +01:00
conftest.py Make tests order independent (#932) 2020-04-20 13:23:20 +01:00
converter.py Python 3 (#904) 2020-04-06 13:21:07 +01:00
fields.py Replace deprecated connection_from_list_slice with connection_from_array_slice 2020-04-26 16:56:20 +03: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