会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
文良哥哥
博客园
首页
管理
model
1对多
在多的表添加外键,设置外键值为空:images = models.ForeignKey(Images, verbose_name="图片",null=True)
排序:
正序排列的方法:report.objects.order_by("endtime"),倒序排列的方法:report.objects.order_by("-endtime")
posted on
2019-05-24 14:40
洋槐
阅读(
144
) 评论(
0
)
收藏
举报
刷新页面
返回顶部