Changeset 7949 for django/trunk/tests/modeltests/fixtures
- Timestamp:
- 07/18/08 12:38:53 (4 months ago)
- Files:
-
- django/trunk/tests/modeltests/fixtures/models.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/tests/modeltests/fixtures/models.py
r6355 r7949 59 59 # Database flushing does not work on MySQL with the default storage engine 60 60 # because it requires transaction support. 61 if settings.DATABASE_ENGINE not in ('mysql', 'mysql_old'):61 if settings.DATABASE_ENGINE != 'mysql': 62 62 __test__['API_TESTS'] += \ 63 63 """
