/python3.4/site-packages/django/db/models/fields/subclassing.py:22: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
RemovedInDjango110Warning)
Since I upgraded to Django 1.9 I started having this warning on runserver
startup. The problem is that I have no idea where it comes from. I am guessing it must be from forms.py
. Does anyone have a clue?