标签: django django-1.8
我需要实例化几个模型对象而不实际创建它们。它们需要添加到set中,但显然:
set
TypeError: Model instances without primary key value are unhashable
我在这里有什么选择?