Django 1.8 Migrations - "NoneType" object has no attribute "_meta"
Thanks to meiamsome, I figured it out: one of my models had a ForeignKey relationship to a model that no longer existed (I had removed it, and a Git merge had added it back). Thanks for the help all!