Django

Code

Changeset 3088

Show
Ignore:
Timestamp:
06/06/06 07:20:45 (2 years ago)
Author:
jacob
Message:

BNW: Added modpython handler to autosettings

Files:

Legend:

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

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