2016-02-04 Django 外部キーで検索したものを全削除 Django Question.objects.get(pk=1).choice_set.all().delete() Related objects reference | Django documentation | Django QuerySet API reference | Django documentation | Django Django tutorial: What is choice_set? - Stack Overflow Writing your first Django app, part 2 | Django documentation | Django