mirror of
https://github.com/django/django.git
synced 2025-11-01 12:25:37 +00:00
Imported override_settings from its new location.
This commit is contained in:
parent
da16bb30ff
commit
e32095616c
91 changed files with 113 additions and 154 deletions
|
|
@ -13,9 +13,9 @@ from django.core.exceptions import SuspiciousOperation
|
|||
from django.core.handlers.wsgi import WSGIRequest, LimitedStream
|
||||
from django.http import (HttpRequest, HttpResponse, parse_cookie,
|
||||
build_request_repr, UnreadablePostError, RawPostDataException)
|
||||
from django.test import SimpleTestCase, TransactionTestCase
|
||||
from django.test import SimpleTestCase, TransactionTestCase, override_settings
|
||||
from django.test.client import FakePayload
|
||||
from django.test.utils import override_settings, str_prefix
|
||||
from django.test.utils import str_prefix
|
||||
from django.utils import six
|
||||
from django.utils.http import cookie_date, urlencode
|
||||
from django.utils.six.moves.urllib.parse import urlencode as original_urlencode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue