Re: Migration Issue in Django 1.9

2018-11-12 Thread china
i, > > Yes you can roll back your migrations (I think) But you weren't able > to get by that migration and it's only that migration that you need to > handle. The other migrations haven't yet been migrated and you can just > delete them from your disk in that case? > > R

Re: Migration Issue in Django 1.9

2018-11-12 Thread china
via a custom migration. > > Regards, > > Andréas > > > Den mån 12 nov. 2018 kl 17:39 skrev china >: > >> Hi Experts, >> >> I am trying to change the charfield to ForeignKey and I am running my >> code I am getting the following error if do pyth

Migration Issue in Django 1.9

2018-11-12 Thread china
Hi Experts, I am trying to change the charfield to ForeignKey and I am running my code I am getting the following error if do python manage.py migrate django.db.utils.DataError: invalid input syntax for integer: "Jeff" Here is my code BEFORE -- reports_to =