summaryrefslogtreecommitdiff
path: root/django/core/db/backends/sqlite3.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/core/db/backends/sqlite3.py')
-rw-r--r--django/core/db/backends/sqlite3.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/django/core/db/backends/sqlite3.py b/django/core/db/backends/sqlite3.py
index b719b8f8cd..38ce767dfb 100644
--- a/django/core/db/backends/sqlite3.py
+++ b/django/core/db/backends/sqlite3.py
@@ -112,6 +112,9 @@ def _sqlite_date_trunc(lookup_type, dt):
def get_table_list(cursor):
raise NotImplementedError
+def get_relations(cursor, table_name):
+ raise NotImplementedError
+
# Operators and fields ########################################################
OPERATOR_MAPPING = {