~kkubasik/django/aggregation-branch

« back to all changes in this revision

Viewing changes to tests/othertests/httpwrappers.py

  • Committer: adrian
  • Date: 2006-05-02 01:31:56 UTC
  • Revision ID: vcs-imports@canonical.com-20060502013156-2941fcd40d080649
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
351
351
 
352
352
"""
353
353
 
354
 
from django.utils.httpwrappers import QueryDict
 
354
from django.http import QueryDict
355
355
 
356
356
if __name__ == "__main__":
357
357
    import doctest