magic-removal: Updated tests to reflect new location of django.utils.httpwrappers
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1915 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
36566e0ab1
commit
7e3abb4c35
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue