summaryrefslogtreecommitdiff
path: root/django/db/models/options.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/db/models/options.py')
-rw-r--r--django/db/models/options.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/django/db/models/options.py b/django/db/models/options.py
index be3d68f390..00735e0de1 100644
--- a/django/db/models/options.py
+++ b/django/db/models/options.py
@@ -43,8 +43,7 @@ DEFAULT_NAMES = (
"proxy",
"swappable",
"auto_created",
- # Must be kept for backward compatibility with old migrations.
- "index_together",
+ "index_together", # RemovedInDjango51Warning.
"apps",
"default_permissions",
"select_on_save",