graphene-django/graphene_django/filter
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
..
tests models.DateField corresponds to graphene Date Scalar 2017-12-05 15:04:29 -05:00
__init__.py Remove filter order_by as Django Filters have deprecated it in 1.0 2016-11-23 02:15:05 -08:00
fields.py Merge pull request #325 from urbandove/master 2017-11-14 13:16:26 -08:00
filterset.py Fixes #400 2018-02-22 05:45:40 +02:00
utils.py Removed unused imports 2016-11-23 02:30:14 -08:00