django/tests/gis_tests/geoapp
Claude Paroz a6bada1ee0 Revert "Removed unneeded app_label definitions in gis_tests"
This reverts commit e0cc36f615.
The problem is the following:
  * With non-gis backends, gis_tests sub apps are not discovered
    (see runtests.py)
  * Consequently, the app_label is inferred from the gis_tests
    AppConfig
  * Then models with same names in different sub apps conflict
    because of same model_name/app_label pair.
2015-03-21 16:59:30 +01:00
..
fixtures
__init__.py
feeds.py
models.py Revert "Removed unneeded app_label definitions in gis_tests" 2015-03-21 16:59:30 +01:00
sitemaps.py
test_feeds.py
test_regress.py
test_serializers.py
test_sitemaps.py
tests.py Normalized usage of the tempfile module. 2015-02-23 16:55:27 +01:00
urls.py