Changes between Initial Version and Version 1 of Ticket #24293


Ignore:
Timestamp:
Feb 6, 2015, 9:23:51 AM (9 years ago)
Author:
k.zaitsev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24293 – Description

    initial v1  
    55create_default_site(self.app_config, using='other', verbosity=0)
    66}}}
    7 . It would fail unless you have "other" database defined in DATABASES dict in settings. I guess the test should ensure, that "other" DATABASE exists before querying it. At least by setting `DATABASES['other'] = DATABASES['default']`
     7. It would fail unless you have "other" database defined in DATABASES dict in settings.
     8The exception raised is `ConnectionDoesNotExist: The connection other doesn't exist`
     9
     10I guess the test should ensure, that "other" DATABASE exists before querying it. At least by setting `DATABASES['other'] = DATABASES['default']`
     11
Back to Top