From 64a5d331c5dc8ff8e5012a28bf1b5d253a35f71b Mon Sep 17 00:00:00 2001 From: Rafael Caricio Date: Thu, 25 Aug 2011 19:37:46 -0300 Subject: [PATCH] Fix. --- vows/sandbox/main/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)