This commit is contained in:
Rafael Caricio 2011-08-25 19:37:46 -03:00
parent c574a66fbe
commit 64a5d331c5

View file

@ -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)