app/django/db/backends/dummy/introspection.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Wed, 01 Oct 2008 22:10:52 +0000
changeset 257 878f9ec9dd07
parent 54 03e267d67478
permissions -rw-r--r--
Add group templates that can be used by Sponsor, Organization, School, Club views. Right now only upcoming commit of Sponsor views is using it. Patch by: Pawel Solyga Review by: to-be-reviewed

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 = {}