mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-09 07:54:44 +00:00
Deleted files that were moved in Wagtail 0.4
This commit is contained in:
parent
75e0d32b60
commit
72ffe88d38
6 changed files with 0 additions and 68 deletions
|
|
@ -1,14 +0,0 @@
|
|||
# The 'hooks' module is now part of wagtailcore.
|
||||
# Imports are provided here for backwards compatibility
|
||||
|
||||
import warnings
|
||||
|
||||
from wagtail.utils.deprecation import RemovedInWagtail06Warning
|
||||
|
||||
|
||||
warnings.warn(
|
||||
"The wagtail.wagtailadmin.hooks module has been moved. "
|
||||
"Use wagtail.wagtailcore.hooks instead.", RemovedInWagtail06Warning)
|
||||
|
||||
|
||||
from wagtail.wagtailcore.hooks import register, get_hooks
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
import warnings
|
||||
|
||||
from wagtail.utils.deprecation import RemovedInWagtail06Warning
|
||||
|
||||
|
||||
warnings.warn(
|
||||
"The pageurl tag library has been moved to wagtailcore_tags. "
|
||||
"Use {% load wagtailcore_tags %} instead.", RemovedInWagtail06Warning)
|
||||
|
||||
|
||||
from wagtail.wagtailcore.templatetags.wagtailcore_tags import register, pageurl
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
import warnings
|
||||
|
||||
from wagtail.utils.deprecation import RemovedInWagtail06Warning
|
||||
|
||||
|
||||
warnings.warn(
|
||||
"The rich_text tag library has been moved to wagtailcore_tags. "
|
||||
"Use {% load wagtailcore_tags %} instead.", RemovedInWagtail06Warning)
|
||||
|
||||
|
||||
from wagtail.wagtailcore.templatetags.wagtailcore_tags import register, richtext
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
import warnings
|
||||
|
||||
from wagtail.utils.deprecation import RemovedInWagtail06Warning
|
||||
|
||||
|
||||
warnings.warn(
|
||||
"The wagtail.wagtailcore.util module has been renamed. "
|
||||
"Use wagtail.wagtailcore.utils instead.", RemovedInWagtail06Warning)
|
||||
|
||||
from .utils import *
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
import warnings
|
||||
|
||||
from wagtail.utils.deprecation import RemovedInWagtail06Warning
|
||||
|
||||
|
||||
warnings.warn(
|
||||
"The embed_filters tag library has been moved to wagtailembeds_tags. "
|
||||
"Use {% load wagtailembeds_tags %} instead.", RemovedInWagtail06Warning)
|
||||
|
||||
|
||||
from wagtail.wagtailembeds.templatetags.wagtailembeds_tags import register, embed
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
import warnings
|
||||
|
||||
from wagtail.utils.deprecation import RemovedInWagtail06Warning
|
||||
|
||||
|
||||
warnings.warn(
|
||||
"The image_tags tag library has been moved to wagtailimages_tags. "
|
||||
"Use {% load wagtailimages_tags %} instead.", RemovedInWagtail06Warning)
|
||||
|
||||
|
||||
from wagtail.wagtailimages.templatetags.wagtailimages_tags import register, image
|
||||
Loading…
Reference in a new issue