mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +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
|
@ -7,7 +7,7 @@ from django.template.loader import get_template
|
|||
from django.test import override_settings, SimpleTestCase
|
||||
from django.utils.deprecation import RemovedInDjango20Warning
|
||||
|
||||
from .utils import render, setup
|
||||
from ..utils import render, setup
|
||||
|
||||
|
||||
@override_settings(ROOT_URLCONF='template_tests.urls')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue