A rough draft of the Group Model, to be merged with Pawel's current effort in
his working copy. This is *very* incomplete...
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 = {}