diff --git a/vows/sandbox/main/models.py b/vows/sandbox/main/models.py index a7a35ba..f1c183e 100644 --- a/vows/sandbox/main/models.py +++ b/vows/sandbox/main/models.py @@ -11,4 +11,4 @@ from django.db import models class StringModel(models.Model): -getattr(field, attr) name = models.CharField(max_length=100) + name = models.CharField(max_length=100)