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