I have already many models in my application. I have already used migrations in my project.
But when I want to remove a field from a model, the makemigration command show me :
Unknown field(s) (field) specified for Model
Where (fields) is equal to the field's name and Model is the model's name ?
Do you have any solution to resolve this issue ?