mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Corrected the way databases were compared. This allows running the test suite with two in memory SQLite databases.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14619 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
f777ddf3e6
commit
49d831380f
3 changed files with 17 additions and 34 deletions
|
@ -18,6 +18,5 @@ DATABASES = {
|
|||
},
|
||||
'other': {
|
||||
'ENGINE': 'django.db.backends.sqlite3',
|
||||
'TEST_NAME': 'other_db'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue