mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-11-20 17:55:33 +03:00
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 | ||