Changeset 7949 for django/trunk/tests/modeltests/lookup
- Timestamp:
- 07/18/08 12:38:53 (6 months ago)
- Files:
-
- django/trunk/tests/modeltests/lookup/models.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/tests/modeltests/lookup/models.py
r7477 r7949 381 381 382 382 383 if settings.DATABASE_ENGINE not in ('mysql', 'mysql_old'):383 if settings.DATABASE_ENGINE != 'mysql': 384 384 __test__['API_TESTS'] += r""" 385 385 # grouping and backreferences
