docs/releases/7.2.1.md
November 26, 2025
---
local:
depth: 1
---
_WAGTAILSEARCH_FORCE_AUTO_UPDATE in search tests (Matt Westcott)ReferenceIndex tableThis release includes a migration to add composite indexes to the wagtailcore_referenceindex table on the fields base_content_type and object_id, and on to_content_type and to_object_id. If you have already created these indexes manually on your database, you should skip this migration by passing the option --fake to the migrate management command.
Running this migration may hang if there are existing long-running queries in progress on the table. If so, you are advised to stop and restart the database service before rerunning the migration.