Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/gis
Commit message (Expand)AuthorAgeFilesLines
* Fixed GIS test failures when GDAL is not installedHEADmasterClaude Paroz2015-11-071-3/+3
* Fixed #25673 -- Made `GeometryField.from_db_value` set SRIDSergey Fedoseev2015-11-061-2/+6
* Fixed #25629 -- Added checks of the number of arguments f...Sergey Fedoseev2015-11-031-9/+15
* Fixed #25661 -- Fixed checking number of points during li...Sergey Fedoseev2015-11-021-1/+1
* Fixed #25664 -- Fixed `dims` for `Point`Sergey Fedoseev2015-11-021-1/+1
* Fixed #25659 -- Added missing support for MySQL 5.6.1 GIS...Sergey Fedoseev2015-11-021-3/+6
* Fixed #25655 -- Dropped support for GEOS < 3.3Sergey Fedoseev2015-11-015-39/+5
* Fixed #25636 -- Dropped support for SpatiaLite < 3.0Sergey Fedoseev2015-10-312-35/+6
* Fixed #25630 -- Replaced `AsGeoHash` with `GeoHash` in un...Sergey Fedoseev2015-10-292-5/+5
* Refs #25588 -- Added the srid property to GDALRasterDaniel Wiesmann2015-10-281-0/+14
* Moved around imports in PostGIS operationsClaude Paroz2015-10-271-5/+2
* Fixed #25611 -- Standardized descriptor signatures.Tim Graham2015-10-261-7/+7
* Fixed #25583 -- Allowed calling `transform` with `CoordTr...Sergey Fedoseev2015-10-241-2/+6
* Fixed #25592 -- Fixed misnamed strictly_above PostGIS lookupClaude Paroz2015-10-221-1/+1
* Fixed #25585 -- Allowed setting OGRGeometry srid/srs attr...Sergey Fedoseev2015-10-221-1/+3
* Fixed #25580 -- Allowed `None` to be set as SRID value.Sergey Fedoseev2015-10-211-1/+1
* Fixed #24687 -- Added select_related() validation for nes...Tim Graham2015-10-101-2/+4
* Refs #25499 -- Fixed expressions in distance lookups on O...Claude Paroz2015-10-091-1/+1
* Updated translation catalogsClaude Paroz2015-10-091-14/+23
* Fixed #25533 -- Changed datatype mapping for GDALRastersDaniel Wiesmann2015-10-091-2/+2
* Fixed #25499 -- Added the ability to pass an expression i...Claude Paroz2015-10-094-28/+45
* Upgraded OpenLayers version from 2.13 to 2.13.1Claude Paroz2015-10-032-3/+3
* Refs #24152 -- Removed deprecated GeoQuerySet aggregate m...Tim Graham2015-09-241-97/+1
* Refs #14030 -- Removed backwards compatiblity for old-sty...Tim Graham2015-09-241-10/+0
* Fixed #25448 -- Eased GISLookup subclassing with custom l...Claude Paroz2015-09-231-2/+8
* Fixed #24509 -- Added Expression support to SQLInsertComp...Alex Hill2015-09-221-6/+5
* Fixed #24688 -- Added Oracle support for new-style GIS fu...Jani Tiainen2015-09-214-27/+119
* Fixed #25400 -- Fixed regression in nonexistent features ...Daniel Hahler2015-09-171-3/+2
* Fixed #25348 -- Removed unused gif/png images from contri...elky2015-09-042-4/+4
* Refs #25345 -- Updated links to code.google.com.Maxime Lorant2015-09-041-5/+5
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Refs #24121 -- Added a repr() to gis.GeoIP and gis.GeoIP2.Keryn Knight2015-08-312-1/+22
* Refs #12400 -- Added supports_geometry_field_unique_index...Jani Tiainen2015-08-202-0/+4
* Fixed #25225 -- Simplified code to remove GEOSIndexErrorTim Graham2015-08-195-39/+8
* Removed deprecated GeoManager from inspectdb/ogrinspect o...Tim Graham2015-08-102-16/+0
* Fixed #25175 -- Renamed the postgresql_psycopg2 database ...Caio Ariede2015-08-075-7/+5
* Made the @register decorator importable from contrib.gis....aroche2015-08-031-4/+4
* Refs #25184 -- Started deprecation for contrib.gis.geoip.Flavio Curella2015-07-311-0/+9
* Fixed #25184 -- Added support for MaxMind GeoLite2 databa...Flavio Curella2015-07-313-0/+258
* Fixed JavaScript "no-eval" violation.Tim Graham2015-07-221-1/+1
* Fixed JavaScript "strict" violations.Tim Graham2015-07-221-0/+1
* Fixed #25141 -- Diminished GDAL dependence during geojson...Claude Paroz2015-07-203-12/+26
* Fixed JavaScript "space-infix-ops" violations.Tim Graham2015-07-181-12/+12
* Fixed JavaScript "dot-notation" violations.Tim Graham2015-07-181-8/+8
* Fixed JavaScript "comma-spacing" violations.Tim Graham2015-07-181-1/+1
* Fixed JavaScript "indent" violations.Tim Graham2015-07-181-340/+339
* Fixed JavaScript space-before-function-paren violations.Tim Graham2015-07-181-2/+2
* Fixed JavaScript "curly" violations.Tim Graham2015-07-181-6/+14
* Fixed #24716 -- Deprecated Field._get_val_from_obj()Thomas Stephenson2015-07-141-1/+1
* Fixed #25072 -- Prevented GDALRaster memory to be uncolle...Claude Paroz2015-07-102-12/+27