I want to delete a particular record. Such as delete from table_name where id = 1; How can I do this in a django model? 9 Answers 9 Tags: djangodjango-modelspython