48

草稿 orm manytomany操作-hqtmit的博客-51CTO博客

 6 years ago
source link: http://blog.51cto.com/13606158/2072769
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
classClasses(models.Model):"""班级表"""title=models.CharField(max_length=32)teachers=models.ManyToManyField("Teacher")生成表c1=Classes.objects.filter(id=1).first()#获取1个对象c1.teachers.add(1)#添加1个teacher对象,tea

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK