graphene-django/graphene_django
eyal0803 e51f6070df
Fixes #400
After more digging than I expected (and planned), I'm 99% sure that the problem comes from `graphene_django`.

I found a [comment](16436f3751/django/db/models/fields/reverse_related.py (L4-L6)) in Django's source that refers to an attribute named `remote_field`, instead of `rel`.

It seamed to fix the problem for me without any other bugs (yet).
2018-02-22 05:45:40 +02:00
..
debug Code adapted to new resolver API 2017-07-28 09:43:27 -07:00
filter Fixes #400 2018-02-22 05:45:40 +02:00
management Add blank line for linting 2017-12-18 12:02:04 -05:00
rest_framework Merge pull request #335 from urbandove/master 2018-02-08 12:14:13 -08:00
templates/graphene Upgrade graphiql and react versions 2018-02-01 10:01:05 +00:00
tests Merge pull request #340 from urbandove/qfactor 2018-02-11 14:01:18 -08:00
__init__.py Bump graphene-django version 2018-02-03 18:35:38 -05:00
compat.py Fix compatibility with pypy 2017-06-23 12:48:32 +01:00
converter.py Fix func names 2017-12-18 12:33:42 -05:00
fields.py Test: erro if last is greater than max - plus fix wrong variable 2017-12-12 12:24:11 -05:00
form_converter.py Convert Date/Time/DateTime form fields to appropriate Graphene types 2018-02-01 09:57:24 +00:00
forms.py Isolated Graphene Django in a new package 2016-09-17 16:31:17 -07:00
registry.py Merge pull request #156 from aaxelb/master 2017-11-14 21:14:51 -08:00
settings.py Added RELAY_CONNECTION_MAX_LIMIT and RELAY_CONNECTION_ENFORCE_FIRST_OR_LAST settings 2017-04-15 02:15:17 -07:00
types.py Merge pull request #373 from jm2242/proxy-model-support 2018-02-11 13:46:13 -08:00
utils.py Remove usages of deprecated field.rel 2017-08-14 14:01:04 +01:00
views.py Merge pull request #340 from urbandove/qfactor 2018-02-11 14:01:18 -08:00