摘要: django的orm使用方便,但对于一些复杂的操作,需要遵循特定的规范,特例特别记录一下: 模型: 1、Entry关联Blog Entry.objects.all().select_related() 对应sql:select entry.blog, ... from entry inner joi 阅读全文
posted @ 2016-06-16 16:04 妞溜溜 阅读(194) 评论(0) 推荐(0)