mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
Fixed wrong override_settings path introduced by 67c30426c1370f5d6c39bd73888c3902c1c5f365.
This commit is contained in:
parent
67c30426c1
commit
2cfff0cb72
@ -8,7 +8,8 @@ try:
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
pytz = None
|
pytz = None
|
||||||
|
|
||||||
from django.test import TestCase, override_settings
|
from django.test import TestCase
|
||||||
|
from django.test.utils import override_settings
|
||||||
from django.utils import timezone
|
from django.utils import timezone
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user