Wiki
Books
Shop
Courses
Careers
Change language
English
Italiano
Deutsch
Français
Español
Türk
Русский
Português
Polski
Nederlandse
中文
한국어
日本語
हिन्दी
Python.Engineering
Wiki
如何刪除 Django 模型中的記錄?
如何刪除 Django 模型中的記錄?
__del__
|
__delete__
|
code Python module
|
Python functions
|
Python-Funktionen und -Methoden
|
re Python module
|
StackOverflow
Michael Zippo
11.03.2022
我想刪除特定記錄。如
delete from table_name where id = 1;
如何在
django 模型
中做到這一點?