0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 10:58:52 +01:00

Improved backwards compatibility of template tags rationalisation

This commit is contained in:
Karl Hobley 2014-06-27 15:45:17 +01:00
parent e8ee5a347b
commit 2051de4fe0
4 changed files with 4 additions and 4 deletions

View File

@ -5,4 +5,4 @@ warnings.warn(
"Use {% load wagtailcore_tags %} instead.", DeprecationWarning)
from wagtail.wagtailcore.templatetags.wagtailcore_tags import register
from wagtail.wagtailcore.templatetags.wagtailcore_tags import register, pageurl

View File

@ -5,4 +5,4 @@ warnings.warn(
"Use {% load wagtailcore_tags %} instead.", DeprecationWarning)
from wagtail.wagtailcore.templatetags.wagtailcore_tags import register
from wagtail.wagtailcore.templatetags.wagtailcore_tags import register, richtext

View File

@ -5,4 +5,4 @@ warnings.warn(
"Use {% load wagtailembeds_tags %} instead.", DeprecationWarning)
from wagtail.wagtailembeds.templatetags.wagtailembeds_tags import register
from wagtail.wagtailembeds.templatetags.wagtailembeds_tags import register, embed, embedly

View File

@ -5,4 +5,4 @@ warnings.warn(
"Use {% load wagtailimages_tags %} instead.", DeprecationWarning)
from wagtail.wagtailimages.templatetags.wagtailimages_tags import register
from wagtail.wagtailimages.templatetags.wagtailimages_tags import register, image