I changed one of the field from IntegerField to ForeignKey. Migrations went well and query is working in mysql but when i start the server and load the homepage i get this error
(1054, "Unknown column 'job_test.suite_id_id' in 'field list'")
where job_test is a table and suite_id is a foreign key referencing to another table.
Please help.