-
当
ForeignKey
on_delete
ForeignKey
user = models.ForeignKey( User, models.SET_NULL, blank=True, null=True, )
on_delete
不在数据库中创建 SQL 约束。支持 database-level 级联选项 may be implemented later 。
本文介绍 django.db.models.ForeignKey.on_delete
的用法。
声明
ForeignKey.on_delete
相关用法
- Python Django ForeignKey.related_name用法及代码示例
- Python Django ForeignKey.related_query_name用法及代码示例
- Python Django ForeignKey.limit_choices_to用法及代码示例
- Python Django FormView用法及代码示例
- Python Django Form.default_renderer用法及代码示例
- Python Django Form.as_p用法及代码示例
- Python Django Form.as_table用法及代码示例
- Python Django Form.is_multipart用法及代码示例
- Python Django Form.fields用法及代码示例
- Python Django Form.prefix用法及代码示例
- Python Django Form.as_ul用法及代码示例
- Python Django Form.cleaned_data用法及代码示例
- Python Django File.save用法及代码示例
- Python Django Field.description用法及代码示例
- Python Django Feature.get用法及代码示例
- Python File next()用法及代码示例
- Python File tell()用法及代码示例
- Python Django Floor用法及代码示例
- Python Django Field.type_name用法及代码示例
- Python Django Feed.item_geometry用法及代码示例
- Python Django Feed用法及代码示例
- Python Django Field.help_text用法及代码示例
- Python File seek()用法及代码示例
- Python Django Feature.fid用法及代码示例
- Python OpenCV Filter2D()用法及代码示例
注:本文由纯净天空筛选整理自djangoproject.com大神的英文原创作品 django.db.models.ForeignKey.on_delete。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。