mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
Fixed #23958 -- Rewrote filter tests as unit tests.
This commit is contained in:
parent
34a06d99e0
commit
5c68870169
89 changed files with 1682 additions and 543 deletions
|
|
@ -3,7 +3,7 @@ from django.template.base import Context, TemplateSyntaxError
|
|||
from django.template.loader import get_template
|
||||
from django.test import SimpleTestCase
|
||||
|
||||
from .utils import render, setup, SilentGetItemClass, SilentAttrClass, SomeClass
|
||||
from ..utils import render, setup, SilentGetItemClass, SilentAttrClass, SomeClass
|
||||
|
||||
|
||||
basic_templates = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue