Django

Code

Changeset 3089

Show
Ignore:
Timestamp:
06/06/06 07:30:26 (2 years ago)
Author:
jacob
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/db/models/__init__.py

    r3088 r3089  
    99from django.db.models.fields import * 
    1010from django.db.models.fields.related import ForeignKey, OneToOneField, ManyToManyField, ManyToOneRel, ManyToManyRel, OneToOneRel, TABULAR, STACKED 
    11 from django.db.models.fields.generic_relations import GenericRelation 
    1211from django.db.models import signals 
    1312from django.utils.functional import curry