mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Simplified imports from django.db and django.contrib.gis.db.
This commit is contained in:
committed by
Mariusz Felisiak
parent
469bf2db15
commit
335c9c94ac
@@ -5,7 +5,7 @@ from unittest import mock
|
||||
|
||||
from django.conf import settings
|
||||
from django.db import DEFAULT_DB_ALIAS, connection
|
||||
from django.db.models.expressions import Func
|
||||
from django.db.models import Func
|
||||
|
||||
|
||||
def skipUnlessGISLookup(*gis_lookups):
|
||||
|
||||
Reference in New Issue
Block a user