I\'m new to django and trying to have a Foreign key back to users for an assignee and reporter.
But when i\'m trying to apply the change with South i get the error
I got the same error after upgrading to django 1.7.1
it was caused when saving a model that had a foreign key to another model that for some reason had an id starting auto increment with 0, i guess this was allowed in previous django versions, but not now.