Changeset 7346
- Timestamp:
- 03/21/08 11:09:41 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/queryset-refactor/django/db/models/query.py
r7343 r7346 121 121 def _merge_sanity_check(self, other): 122 122 """ 123 Checks that we are merging two comparable que yrset classes.123 Checks that we are merging two comparable queryset classes. 124 124 """ 125 125 if self.__class__ is not other.__class__:
