Added tests that I neglected to check in for #8049 in [12159]

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12160 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2010-01-10 17:21:52 +00:00
parent 19b72077f7
commit 1461a76fdd
6 changed files with 85 additions and 0 deletions

View file

@ -0,0 +1,4 @@
from django.db import models
class Article(models.Model):
text = models.TextField()