graphene-django/graphene_django/filter
eyal0803 e12c329507
Added support for Django 1.8.x
Since I didn't know why the `rel` attribute wasn't there in the first place, maybe it's better to use the `remote_field` only if it's there and leave `rel` as a default (i.e else).
2018-02-23 12:20:37 +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 Added support for Django 1.8.x 2018-02-23 12:20:37 +02:00
utils.py Removed unused imports 2016-11-23 02:30:14 -08:00