mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL.
Missed in f7a363ee1d.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
from django.contrib.gis.db import models
|
||||
from django.utils.encoding import python_2_unicode_compatible
|
||||
|
||||
from ..models import models
|
||||
|
||||
|
||||
class SimpleModel(models.Model):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user