Noticed a weird deprecation warning coming from Django 1.9 and tracked it down to this plug-in (which is very useful, thanks for maintaining it).
/venv/lib/python2.7/site-packages/django/utils/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
Refs: