Backed out [3088] which was a premature commit with a message meant for another term window :)

git-svn-id: http://code.djangoproject.com/svn/django/trunk@3089 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jacob Kaplan-Moss 2006-06-06 12:30:26 +00:00
parent 0909c97e60
commit 86d585a0a1
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ from django.db.models.manager import Manager
from django.db.models.base import Model, AdminOptions
from django.db.models.fields import *
from django.db.models.fields.related import ForeignKey, OneToOneField, ManyToManyField, ManyToOneRel, ManyToManyRel, OneToOneRel, TABULAR, STACKED
from django.db.models.fields.generic_relations import GenericRelation
from django.db.models import signals
from django.utils.functional import curry
from django.utils.text import capfirst