Django

Code

Show
Ignore:
Timestamp:
07/18/08 12:38:53 (6 months ago)
Author:
mtredinnick
Message:

Removed the mysql_old backend. It smells bad and has no friends.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/tests/modeltests/fixtures/models.py

    r6355 r7949  
    5959# Database flushing does not work on MySQL with the default storage engine 
    6060# because it requires transaction support. 
    61 if settings.DATABASE_ENGINE not in ('mysql', 'mysql_old')
     61if settings.DATABASE_ENGINE != 'mysql'
    6262    __test__['API_TESTS'] += \ 
    6363"""