mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-02-04 13:40:35 +03:00
b0df510872
Since they were only required for Django <1.8 and cause the following deprecation warnings: ``` utils.py:61: RemovedInDjango20Warning: Usage of field.rel has been deprecated. Use field.remote_field instead. if hasattr(field, 'rel'): utils.py:63: RemovedInDjango20Warning: Usage of ForeignObjectRel.to attribute has been deprecated. Use the model attribute instead. return field.rel.to ``` Fixes #242. |
||
---|---|---|
.. | ||
debug | ||
filter | ||
management | ||
rest_framework | ||
templates/graphene | ||
tests | ||
__init__.py | ||
compat.py | ||
converter.py | ||
fields.py | ||
form_converter.py | ||
forms.py | ||
registry.py | ||
settings.py | ||
types.py | ||
utils.py | ||
views.py |