app/django/db/backends/dummy/introspection.py
author Todd Larsen <tlarsen@google.com>
Thu, 18 Sep 2008 17:33:20 +0000
changeset 163 1f67538ff619
parent 54 03e267d67478
permissions -rw-r--r--
Add a td.formfielderrorlabel style, to highlight field labels that have errors.

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