Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/gis_tests/geoadmin
Commit message (Collapse)AuthorAgeFilesLines
* Delayed GDAL check for OSMGeoAdminClaude Paroz2015-04-241-1/+3
|
* Removed many HAS_GEOS conditional importsClaude Paroz2015-04-241-7/+4
|
* Stopped conditional discovery of gis_tests appsClaude Paroz2015-04-181-2/+4
| | | | Refs #23879.
* Updated tests to stop leaking models in shared AdminSite.Riccardo Magliocchetti2015-04-152-11/+12
| | | | | | This would break upcoming changes and AdminSite assumptions about having an app_config for each application that has registered models.
* Revert "Removed unneeded app_label definitions in gis_tests"Claude Paroz2015-03-211-0/+3
| | | | | | | | | | | This reverts commit e0cc36f615f70061e034f5ba3f4e75330f51d3ca. 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.
* Removed unneeded app_label definitions in gis_testsClaude Paroz2015-03-211-3/+0
|
* Moved contrib.gis tests out of contrib.Tim Graham2015-02-115-0/+106