Skip to content

Commit 3480a91

Browse files
committed
Import Library from the documented location.
Using the public APIs helps working across Django versions :-)
1 parent fe437aa commit 3480a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug_toolbar/templatetags/debug_toolbar_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from django.template.base import Library
1+
from django.template import Library
22

33
from ..compat import url as url_compat
44

0 commit comments

Comments
 (0)