app/django/db/backends/dummy/introspection.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Tue, 30 Sep 2008 12:47:05 +0000
changeset 210 d05444cf4641
parent 54 03e267d67478
permissions -rw-r--r--
Replaced context.update call to simple value assignment in site.user.profile.create view function.

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