Changeset 6355 for django/trunk/tests/modeltests/fixtures
- Timestamp:
- 09/16/07 05:49:27 (1 year 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
r6353 r6355 57 57 """} 58 58 59 # Database flushing does not work on MySQL with the default storage engine ,60 # because it requires transaction s puport.59 # Database flushing does not work on MySQL with the default storage engine 60 # because it requires transaction support. 61 61 if settings.DATABASE_ENGINE not in ('mysql', 'mysql_old'): 62 62 __test__['API_TESTS'] += \
