mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Import CaptureQueriesContext
from its original module.
This commit is contained in:
parent
fb3d85bd14
commit
0f306cad84
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ from operator import attrgetter
|
|||
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue