1
0
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:
Adam Chainz
2016-11-05 11:35:58 +01:00
committed by Tim Graham
parent 9da45ff352
commit 7c6efb3233
11 changed files with 14 additions and 47 deletions

View File

@@ -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):