Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/gis_tests/distapp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25636 -- Dropped support for SpatiaLite < 3.0Sergey Fedoseev2015-10-311-5/+4
|
* Fixed #25499 -- Added the ability to pass an expression ↵Claude Paroz2015-10-092-1/+28
| | | | | | in distance lookups Thanks Bibhas Debnath for the report and Tim Graham for the review.
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+1
|
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-9/+9
| | | | | Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more.
* Removed many HAS_GEOS conditional importsClaude Paroz2015-04-241-7/+5
|
* Lazy loading of GEOS functionsClaude Paroz2015-04-241-3/+3
|
* Deprecated legacy GeoManager/GeoQuerySet methodsClaude Paroz2015-04-221-1/+10
|
* Added MySQL support to GIS functionsClaude Paroz2015-04-221-5/+6
|
* Added Spatialite support to GIS functionsClaude Paroz2015-04-221-2/+4
|
* Fixed #24214 -- Added GIS functions to replace ↵Claude Paroz2015-04-221-0/+275
| | | | | | geoqueryset's methods Thanks Simon Charette and Tim Graham for the reviews.
* Stopped conditional discovery of gis_tests appsClaude Paroz2015-04-181-1/+2
| | | | Refs #23879.
* Fixed gis_tests when run without GIS dependencies.Tim Graham2015-04-171-2/+2
|
* Fixed #24615 -- ordering by expression not part of SELECTAnssi Kääriäinen2015-04-161-1/+8
| | | | | | | | Fixed queries where an expression was used in order_by() but the expression wasn't in the query's select clause (for example the expression could be masked by .values() call) Thanks to Trac alias MattBlack85 for the report.
* Moved contrib.gis tests out of contrib.Tim Graham2015-02-114-0/+751