These changes should have been in r620, but somehow I did not save them, or
saved over them with an old copy in the editor. Not sure...
from django.db.backends.dummy.base import complain
get_table_list = complain
get_table_description = complain
get_relations = complain
get_indexes = complain
DATA_TYPES_REVERSE = {}