diff options
Diffstat (limited to 'tests/gis_tests/geoadmin/models.py')
| -rw-r--r-- | tests/gis_tests/geoadmin/models.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/gis_tests/geoadmin/models.py b/tests/gis_tests/geoadmin/models.py index cf8470e792..1b389cafb6 100644 --- a/tests/gis_tests/geoadmin/models.py +++ b/tests/gis_tests/geoadmin/models.py @@ -10,9 +10,6 @@ class City(models.Model): objects = models.GeoManager() - class Meta: - app_label = 'geoadmin' - def __str__(self): return self.name |
