summaryrefslogtreecommitdiff
path: root/tests/othertests/httpwrappers.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/othertests/httpwrappers.py')
-rw-r--r--tests/othertests/httpwrappers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/othertests/httpwrappers.py b/tests/othertests/httpwrappers.py
index e3aa7c4e42..385c3048d9 100644
--- a/tests/othertests/httpwrappers.py
+++ b/tests/othertests/httpwrappers.py
@@ -351,7 +351,7 @@ AttributeError: This QueryDict instance is immutable
"""
-from django.utils.httpwrappers import QueryDict
+from django.http import QueryDict
if __name__ == "__main__":
import doctest