Changeset 7433
- Timestamp:
- 04/16/08 03:18:03 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/queryset-refactor/django/db/models/fields/related.py
r7432 r7433 1 import copy2 3 1 from django.db import connection, transaction 4 2 from django.db.models import signals, get_model
