Changes between Version 8 and Version 9 of BetterErrorMessages


Ignore:
Timestamp:
May 26, 2006, 2:02:38 PM (18 years ago)
Author:
Adrian Holovaty
Comment:

Removed django.db section, because that was fixed in [2994].

Legend:

Unmodified
Added
Removed
Modified
  • BetterErrorMessages

    v8 v9  
    1111
    1212== django.db ==
    13 
    14 {{{
    15 django.core.exceptions.ImproperlyConfigured: Could not load database backend: cannot import name connection.
    16 Is your DATABASE_ENGINE setting (currently, 'mysql') spelled correctly?
    17 Available options are: 'ado_mssql', 'dummy', 'mysql', 'postgresql', 'sqlite3'
    18 }}}
    19 '''Context:''' Encountered while hacking on the db backend, which means its possibly very obscure.[[BR]]
    20 '''Suggestion:''' Django can determine whether the DATABASE_ENGINE setting is valid; it doesn't need to ask.
    2113
    2214{{{
Back to Top