Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zcyuefan committed Mar 7, 2017
1 parent b4417d2 commit 8c7ab6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion smart_QC/apps/test_api/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ class Case(BaseModel, RequestModel):
assertions = models.ManyToManyField(Assertion, blank=True) # 逗号分隔的断言id
generated_vars = models.ManyToManyField(Variable, blank=True) # 关联生成的variable数据,执行后更新variable
last_run_status = models.SmallIntegerField(default=0, choices=RUN_STATUS)
# replay_logs = models.ManyToManyField(ReplayLog, blank=True)

def __str__(self):
return self.name
Expand Down

0 comments on commit 8c7ab6d

Please sign in to comment.