'Cannot apply the migrations for a change of an id primary field to a slugfied in my post model

enter image description here

hello developers.I have tried to change the primary field of my post model to a slugField. After applying the changes to my models and creating the utils.py file.I cannot apply the migrations as i get this result in my terminal after running the makemigrations command



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source