app/django/db/backends/dummy/introspection.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Wed, 20 Aug 2008 10:14:49 +0000
changeset 96 4fac7d09fc74
parent 54 03e267d67478
permissions -rw-r--r--
Moved td.formfieldlabel to FORM TABLE FIELDS section.

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