mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
Reintroduced lazy import from commit 52138b1fd0
This commit is contained in:
parent
52138b1fd0
commit
c182d66f69
@ -1,7 +1,7 @@
|
|||||||
from django.template import Context, Template
|
from django.template import Context, Template
|
||||||
from django.test import SimpleTestCase
|
from django.test import SimpleTestCase
|
||||||
from django.utils import html, text
|
from django.utils import html, text
|
||||||
from django.utils.functional import lazystr
|
from django.utils.functional import lazy, lazystr
|
||||||
from django.utils.safestring import SafeData, mark_safe
|
from django.utils.safestring import SafeData, mark_safe
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user