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 | |
| 24 | See ticket #1732 for a problem that elicits no error message, but should. |