From eacd4977f6a4bb038e82796ba79a2f61bae330c6 Mon Sep 17 00:00:00 2001 From: David Wobrock Date: Mon, 2 May 2022 17:22:54 +0200 Subject: Refs #27064 -- Added RenameIndex migration operation. --- django/db/backends/postgresql/features.py | 1 + 1 file changed, 1 insertion(+) (limited to 'django/db/backends/postgresql') diff --git a/django/db/backends/postgresql/features.py b/django/db/backends/postgresql/features.py index 57688642eb..ce01e88603 100644 --- a/django/db/backends/postgresql/features.py +++ b/django/db/backends/postgresql/features.py @@ -60,6 +60,7 @@ class DatabaseFeatures(BaseDatabaseFeatures): supports_update_conflicts = True supports_update_conflicts_with_target = True supports_covering_indexes = True + can_rename_index = True test_collations = { "non_default": "sv-x-icu", "swedish_ci": "sv-x-icu", -- cgit v1.3