Re: migrate command fails with foreign key to user model

2014-04-28 Thread Ryan
Thanks for the info. At least I now know it wasn't anything I was doing wrong! On Monday, 28 April 2014 17:54:29 UTC+1, Simon Charette wrote: > > This is a release blocker for Django 1.7 which is being tracked in > #22485 > . > > Le lundi 28 avril 20

Re: migrate command fails with foreign key to user model

2014-04-28 Thread Simon Charette
This is a release blocker for Django 1.7 which is being tracked in #22485 . Le lundi 28 avril 2014 04:54:32 UTC-4, Ryan a écrit : > > I have used django in the past, but not for some time. So the changes > surrounding the user models are new to me.

migrate command fails with foreign key to user model

2014-04-28 Thread Ryan
I have used django in the past, but not for some time. So the changes surrounding the user models are new to me. I downloaded v1.7b2 and proceeded to start a new development I am planning. However I came across a problem when trying to run migrate after generating the migrations on an app th