Re: Migrating from OneToOneField to ForeignKey in Django models

2015-01-12 Thread Łukasz Harasimowicz
Hi Colin. On behalf of my colleague I will answer your question: We did not have time (at this moment) to investigate this problem any further. We've added a raw sql commands to disable foreign key checks during this migration. We could do it since we are still learning Django (and it's new mi

Re: Migrating from OneToOneField to ForeignKey in Django models

2015-01-16 Thread Łukasz Harasimowicz
It's me again. I have managed to reproduce the problem and I have created a ticket: https://code.djangoproject.com/ticket/24163. W dniu poniedziałek, 12 stycznia 2015 23:32:54 UTC+1 użytkownik Łukasz Harasimowicz napisał: > > Hi Colin. > > On behalf of my colleague I will ans