Re: "RuntimeError: Error creating new content types."

2015-06-22 Thread Chris DiLorenzo
I'm seeing this issue as well. Not sure if it helps but I get it when running my tests. I chose to raise the error instead and saw this: django.db.utils.IntegrityError: null value in column "name" violates not- null constraint DETAIL: Failing row contains (1, null, app, listing). Where app is

Re: "RuntimeError: Error creating new content types."

2015-07-15 Thread Chris DiLorenzo
ation. > > On Mon, Jun 22, 2015 at 3:52 PM Chris DiLorenzo > wrote: > >> I'm seeing this issue as well. Not sure if it helps but I get it when >> running my tests. >> >> I chose to raise the error instead and saw this: >> >> django.db.u

Re: "RuntimeError: Error creating new content types."

2015-07-18 Thread Chris DiLorenzo
the > contenttypes table and running the migration again I was able to fix the > issue. > > On Wednesday, July 15, 2015 at 3:30:27 PM UTC-4:30, Chris DiLorenzo wrote: >> >> Hey Devang, >> >> No, we did not fake any migrations =( >> >> On Tuesday