In this case, \"foo_bar\" is actually \"links_userprofile_favorite_feeds\".
The problem is, when I go into manage.py shell:
Fixed.
For those with this problem in the future:
Delete all migrations for the 'links' app by doing:
from django.db.migrations.recorder import MigrationRecorder
MigrationRecorder.Migration.objects.filter(app='links').delete()
Migrated forward with manage.py migrate