0
0
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:
Loic Teixeira 2018-02-23 16:32:46 +11:00 committed by Matt Westcott
parent e8a9f9d8c9
commit 8364dcd9ab
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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
)