This is likely an easy fix, I think the only tricky thing is making sure that this remains backwards compatible when making the change to field.remote_field.
This warning is seen using Django 1.9.
rest_framework_json_api/utils.py:194: RemovedInDjango110Warning: Usage of field.related has been deprecated. Use field.remote_field instead.
Link to relevant line