新手,求指导 环境,windows10 ,python27,django1.8.4 新建一个model:Test(继承自models.Model),但是进行查询的时候使用Test.objects.get(name='xxxx')提示Test没有objects属性
是不是被你覆盖掉了?