Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/gis_tests/geoapp/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #24688 -- Added Oracle support for new-style GIS ↵Jani Tiainen2015-09-211-0/+8
| | | | functions.
* Refs #12400 -- Added ↵Jani Tiainen2015-08-201-1/+1
| | | | supports_geometry_field_unique_index GIS db feature.
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-1/+1
| | | | on_delete for ForeignKey/OneToOneField
* Stopped conditional discovery of gis_tests appsClaude Paroz2015-04-181-1/+12
| | | | Refs #23879.
* Fixed #12400 -- Allowed geometry fields in unique_togetherClaude Paroz2015-03-231-0/+3
| | | | Thanks Tim Graham for the review.
* Revert "Removed unneeded app_label definitions in gis_tests"Claude Paroz2015-03-211-0/+9
| | | | | | | | | | | 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-9/+0
|
* Moved contrib.gis tests out of contrib.Tim Graham2015-02-111-0/+89