mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user