diff options
Diffstat (limited to 'django/core/db/__init__.py')
| -rw-r--r-- | django/core/db/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/core/db/__init__.py b/django/core/db/__init__.py index 6636d4f176..f0ffeebc2e 100644 --- a/django/core/db/__init__.py +++ b/django/core/db/__init__.py @@ -36,7 +36,6 @@ get_limit_offset_sql = dbmod.get_limit_offset_sql get_random_function_sql = dbmod.get_random_function_sql get_table_list = dbmod.get_table_list get_relations = dbmod.get_relations -quote_name = dbmod.quote_name OPERATOR_MAPPING = dbmod.OPERATOR_MAPPING DATA_TYPES = dbmod.DATA_TYPES DATA_TYPES_REVERSE = dbmod.DATA_TYPES_REVERSE |
