标签:
V=models.CharField(max_length=None[, **options]) #varcharV=models.XMLField(schema_path=None[, **options]) #text
V=models.ForeignKey(othermodel[, **options]) #外键,关联其它模型,创建关联索引
V=models.ManyToManyField(othermodel[, **options]) #多对多,关联其它模型,创建关联表标签:
原文地址:http://blog.csdn.net/iloveyin/article/details/46380517