Ticket #14280: 14280_r13817.diff
File 14280_r13817.diff, 390 bytes (added by , 14 years ago) |
---|
-
django/db/models/query.py
diff --git a/django/db/models/query.py b/django/db/models/query.py index 9ecfb74..e16fca1 100644
a b 2 2 The main QuerySet implementation. This provides the public API for the ORM. 3 3 """ 4 4 5 from copy import deepcopy6 5 from itertools import izip 7 6 8 7 from django.db import connections, router, transaction, IntegrityError