Changes between Initial Version and Version 2 of Ticket #21234


Ignore:
Timestamp:
Oct 7, 2013, 6:52:38 AM (11 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21234 – Description

    initial v2  
    11Attempting to test django using the following settings fails with an infinite wait.  It appears that 'TEST_NAME' is ignored, causing conflicting use of the (single) database.
    22
    3 I have determined that if DATABASES['default']['NAME'] != DATABASES['other']['NAME'] then 'TEST_NAME' works correctly.
    4 ---
     3I have determined that if `DATABASES['default']['NAME'] != DATABASES['other']['NAME']` then 'TEST_NAME' works correctly.
     4{{{
    55 DATABASES = {
    66
     
    3535
    3636}
     37}}}
Back to Top