~ubuntuone-pqm-team/raven-python/stable

« back to all changes in this revision

Viewing changes to tests/contrib/django/tests.py

  • Committer: Xavier Ordoquy
  • Date: 2013-09-10 12:40:24 UTC
  • Revision ID: git-v1:05b122fd13831065e714505e4c8a3cbd76b714f3
Fixed QueryDict import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
from django.core.urlresolvers import reverse
20
20
from django.core.signals import got_request_exception
21
21
from django.core.handlers.wsgi import WSGIRequest
22
 
from django.http.request import QueryDict
 
22
from django.http import QueryDict
23
23
from django.template import TemplateSyntaxError
24
24
from django.test import TestCase
25
25