extra space

pull/1/head
Ed Summers 2011-09-10 11:41:36 +00:00
parent d6268214a0
commit 44f87ed5b0
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ class Campaign(models.Model):
return u"Campaign for %s" % self.work.title
class Work(models.Model):
created = models.DateTimeField(auto_now_add=True)
title = models.CharField(max_length=1000)