When i try to delete a model django gives FOREIGN KEY constraint failed

in django i am trying to delete a news in admin page but it gives FOREIGN KEY constraint failed error

Back to Top