Skip to content

Commit

Permalink
Import CaptureQueriesContext from its original module.
Browse files Browse the repository at this point in the history
  • Loading branch information
charettes committed Mar 2, 2013
1 parent fb3d85b commit 0f306ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/model_inheritance/tests.py
Expand Up @@ -5,7 +5,7 @@
from django.core.exceptions import FieldError
from django.db import connection
from django.test import TestCase
from django.test.testcases import CaptureQueriesContext
from django.test.utils import CaptureQueriesContext
from django.utils import six

from .models import (Chef, CommonInfo, ItalianRestaurant, ParkingLot, Place,
Expand Down

0 comments on commit 0f306ca

Please sign in to comment.