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:
parent
e8ee5a347b
commit
2051de4fe0
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user