Changes between Version 2 and Version 3 of BetterErrorMessages


Ignore:
Timestamp:
May 6, 2006, 3:13:50 PM (18 years ago)
Author:
pb@…
Comment:

ref to #1732

Legend:

Unmodified
Added
Removed
Modified
  • BetterErrorMessages

    v2 v3  
    1717Available options are: 'ado_mssql', 'dummy', 'mysql', 'postgresql', 'sqlite3'
    1818}}}
    19 '''Context:''' I encountered this 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.
     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.
     21
     22== django.contrib.admin ==
     23
     24See ticket #1732 for a problem that elicits no error message, but should.
Back to Top