Deleted files that were moved in Wagtail 0.4

This commit is contained in:
Karl Hobley 2014-08-18 15:13:35 +01:00
parent 75e0d32b60
commit 72ffe88d38
6 changed files with 0 additions and 68 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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