Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/gis_tests/relatedapp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #24687 -- Added select_related() validation for ↵Tim Graham2015-10-101-0/+3
| | | | | | | | | | nested non-relational fields. The removed test was added in the original select_related() validation patch (45d4e43d2d25b902e3821b612209afa951a8bcb8), but there doesn't seem to be any reason for it. Thanks Claude Paroz for help and review.
* Refs #24152 -- Removed deprecated GeoQuerySet aggregate ↵Tim Graham2015-09-241-22/+14
| | | | | | methods. Per deprecation timeline.
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-5/+5
| | | | on_delete for ForeignKey/OneToOneField
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-4/+4
| | | | | Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more.
* Fixed #24714 -- Used more specific assertions than ↵Alasdair Nicol2015-04-281-1/+1
| | | | assertEqual in tests.
* Removed many HAS_GEOS conditional importsClaude Paroz2015-04-241-8/+6
|
* Stopped conditional discovery of gis_tests appsClaude Paroz2015-04-181-1/+3
| | | | Refs #23879.
* Moved contrib.gis tests out of contrib.Tim Graham2015-02-114-0/+548