|
@@ -262,7 +262,7 @@ When introduced in Wagtail 4.1, the `ReferenceIndex` model recorded references a
|
|
|
|
|
|
This change will remove the impact of the indexing on non-Wagtail apps and models.
|
|
|
|
|
|
-If you have models that still require reference indexing, and which are not registered as snippets or with ModelAdmin, you will need to explicitly register them within your app's `AppConfig.ready()` method. See [Reference Index](registering_a_model_for_indexing) for further details.
|
|
|
+If you have models that still require reference indexing, and which are not registered as snippets or with ModelAdmin, you will need to explicitly register them within your app's `AppConfig.ready()` method. See [Reference index](registering_a_model_for_indexing) for further details.
|
|
|
|
|
|
The use of `wagtail_reference_index_ignore` to prevent indexing of models is unchanged, but in many cases it may no longer be necessary.
|
|
|
|