mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
Update path in comments
This commit is contained in:
parent
e8a9f9d8c9
commit
8364dcd9ab
@ -1,5 +1,5 @@
|
||||
# Feature objects: these are mapped to feature identifiers within the rich text
|
||||
# feature registry (wagtail.wagtailcore.rich_text.features). Each one implements
|
||||
# feature registry (wagtail.core.rich_text.features). Each one implements
|
||||
# a `construct_options` method which modifies an options dict as appropriate to
|
||||
# enable that feature.
|
||||
|
||||
|
@ -24,7 +24,7 @@ def search(
|
||||
|
||||
warnings.warn(
|
||||
"Wagtail's builtin search view "
|
||||
"(wagtail.wagtailsearch.views.frontend.search) is deprecated and will "
|
||||
"(wagtail.search.views.frontend.search) is deprecated and will "
|
||||
"be removed in a future release",
|
||||
category=RemovedInWagtail22Warning
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user