修改bug, 添加测试文件

This commit is contained in:
ibuler
2014-12-23 22:27:45 +08:00
parent a05e4147a3
commit c715c8ec02
2 changed files with 30 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ class Asset(models.Model):
password_common = models.CharField(max_length=160, blank=True, null=True)
username_super = models.CharField(max_length=80, blank=True, null=True)
password_super = models.CharField(max_length=160, blank=True, null=True)
date_added = models.CharField(max_length=80)
date_added = models.IntegerField(max_length=80)
comment = models.CharField(max_length=100, blank=True, null=True)
def __unicode__(self):