官术网_书友最值得收藏!

  • Django 2 by Example
  • Antonio Melé
  • 47字
  • 2021-06-25 21:19:01

Deleting objects

If you want to delete an object, you can do it from the object instance using the delete() method:

post = Post.objects.get(id=1)
post.delete()

Note that deleting objects will also delete any dependent relationships for ForeignKey objects defined with on_delete set to CASCADE.

主站蜘蛛池模板: 侯马市| 雷波县| 徐州市| 汝城县| 遵化市| 龙江县| 宁国市| 姚安县| 盘山县| 建德市| 嫩江县| 闸北区| 呼和浩特市| 崇礼县| 六枝特区| 行唐县| 花莲县| 潍坊市| 铜梁县| 南昌市| 北辰区| 田东县| 密山市| 金沙县| 密山市| 静乐县| 灵台县| 门源| 内丘县| 四子王旗| 定日县| 安国市| 宝坻区| 凉山| 察隅县| 贵南县| 安多县| 孟连| 枞阳县| 平凉市| 阳山县|