mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5967 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
from django.db.backends.sqlite3.base import quote_name
|
||||
from django.db.backends.sqlite3.base import DatabaseOperations
|
||||
|
||||
quote_name = DatabaseOperations().quote_name
|
||||
|
||||
def get_table_list(cursor):
|
||||
"Returns a list of table names in the current database."
|
||||
|
||||
Reference in New Issue
Block a user