Sergey Fedoseev 
							
						 
					 
					
						
						
							
						
						7803f429a4 
					 
					
						
						
							
							Refs  #25665  -- Deprecated getters/setters of Point coordinate properties.  
						
						
						
						
					 
					
						2015-11-18 11:57:26 -05:00 
						 
				 
			
				
					
						
							
							
								Sergey Fedoseev 
							
						 
					 
					
						
						
							
						
						b7177cc2a4 
					 
					
						
						
							
							Refs  #25665  -- Deprecated getter/setter of GEOSGeometry.srid.  
						
						
						
						
					 
					
						2015-11-18 11:49:48 -05:00 
						 
				 
			
				
					
						
							
							
								Attila Tovt 
							
						 
					 
					
						
						
							
						
						0a2d3b7387 
					 
					
						
						
							
							Fixed   #25682  -- Removed bare except clauses.  
						
						
						
						
					 
					
						2015-11-17 14:39:15 -05:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						c3531d2f20 
					 
					
						
						
							
							Removed ability to pass a geometry string to GIS functions  
						
						... 
						
						
						
						This was a possible confusion source with column name arguments.
Thanks Sergey Fedoseev for the suggestion. 
						
						
					 
					
						2015-11-07 16:04:24 +01:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						24c1605aa0 
					 
					
						
						
							
							Fixed GIS test failures when GDAL is not installed  
						
						... 
						
						
						
						Thanks Iacopo Spalletti for the report and testing. 
						
						
					 
					
						2015-11-07 15:12:54 +01:00 
						 
				 
			
				
					
						
							
							
								Sergey Fedoseev 
							
						 
					 
					
						
						
							
						
						5f7035cec7 
					 
					
						
						
							
							Fixed   #25673  -- Made GeometryField.from_db_value set SRID  
						
						
						
						
					 
					
						2015-11-06 20:45:31 +01:00 
						 
				 
			
				
					
						
							
							
								Sergey Fedoseev 
							
						 
					 
					
						
						
							
						
						a449b7ef99 
					 
					
						
						
							
							Fixed   #25629  -- Added checks of the number of arguments for GeoDjango DB functions.  
						
						
						
						
					 
					
						2015-11-03 08:20:08 +01:00 
						 
				 
			
				
					
						
							
							
								Sergey Fedoseev 
							
						 
					 
					
						
						
							
						
						1b598b4b42 
					 
					
						
						
							
							Fixed   #25661  -- Fixed checking number of points during list assignment for LinearRing.  
						
						
						
						
					 
					
						2015-11-02 22:38:33 +01:00 
						 
				 
			
				
					
						
							
							
								Sergey Fedoseev 
							
						 
					 
					
						
						
							
						
						03c6ad7ad4 
					 
					
						
						
							
							Fixed   #25664  -- Fixed dims for Point  
						
						
						
						
					 
					
						2015-11-02 19:52:16 +01:00 
						 
				 
			
				
					
						
							
							
								Sergey Fedoseev 
							
						 
					 
					
						
						
							
						
						7127eb287f 
					 
					
						
						
							
							Fixed   #25659  -- Added missing support for MySQL 5.6.1 GIS functions  
						
						... 
						
						
						
						Added support for ST_Difference/ST_Intersection/ST_SymDifference. 
						
						
					 
					
						2015-11-02 19:25:53 +01:00 
						 
				 
			
				
					
						
							
							
								Sergey Fedoseev 
							
						 
					 
					
						
						
							
						
						b78226cd3d 
					 
					
						
						
							
							Fixed   #25655  -- Dropped support for GEOS < 3.3  
						
						
						
						
					 
					
						2015-11-01 20:41:52 +01:00 
						 
				 
			
				
					
						
							
							
								Sergey Fedoseev 
							
						 
					 
					
						
						
							
						
						8ad923b9d0 
					 
					
						
						
							
							Fixed   #25636  -- Dropped support for SpatiaLite < 3.0  
						
						
						
						
					 
					
						2015-10-31 14:22:34 +01:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						ab873e7a68 
					 
					
						
						
							
							Refs  #24499  -- Removed an obsolete test check for PostGIS 1.5.  
						
						
						
						
					 
					
						2015-10-30 11:02:00 -04:00 
						 
				 
			
				
					
						
							
							
								Daniel Wiesmann 
							
						 
					 
					
						
						
							
						
						48548d1a47 
					 
					
						
						
							
							Refs  #25588  -- Added the srid property to GDALRaster  
						
						... 
						
						
						
						Geometry objects have an srid property, so this addition makes the raster api
more similar to the geometries api. 
						
						
					 
					
						2015-10-28 15:27:19 +01:00 
						 
				 
			
				
					
						
							
							
								Sergey Fedoseev 
							
						 
					 
					
						
						
							
						
						a7bb5af50b 
					 
					
						
						
							
							Fixed   #25583  -- Allowed calling transform with CoordTransform even if SRID is invalid.  
						
						
						
						
					 
					
						2015-10-24 11:39:24 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						c08f85fd54 
					 
					
						
						
							
							Fixed   #25592  -- Fixed misnamed strictly_above PostGIS lookup  
						
						... 
						
						
						
						Fixes a regression from 2bd1bbc42 
						
						
					 
					
						2015-10-22 20:32:31 +02:00 
						 
				 
			
				
					
						
							
							
								Sergey Fedoseev 
							
						 
					 
					
						
						
							
						
						0dbe897ab5 
					 
					
						
						
							
							Fixed   #25585  -- Allowed setting OGRGeometry srid/srs attributes to None.  
						
						
						
						
					 
					
						2015-10-21 18:54:28 -04:00 
						 
				 
			
				
					
						
							
							
								Sergey Fedoseev 
							
						 
					 
					
						
						
							
						
						a272db7008 
					 
					
						
						
							
							Fixed   #25580  -- Allowed None to be set as SRID value.  
						
						
						
						
					 
					
						2015-10-21 09:35:17 +02:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						67732a9b18 
					 
					
						
						
							
							Fixed   #24687  -- Added select_related() validation for nested non-relational fields.  
						
						... 
						
						
						
						The removed test was added in the original select_related() validation
patch (45d4e43d2d 
						
						
					 
					
						2015-10-10 09:48:50 -04:00 
						 
				 
			
				
					
						
							
							
								Daniel Wiesmann 
							
						 
					 
					
						
						
							
						
						5d8985005e 
					 
					
						
						
							
							Fixed   #25533  -- Changed datatype mapping for GDALRasters  
						
						
						
						
					 
					
						2015-10-09 15:35:00 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						37d06cfc46 
					 
					
						
						
							
							Fixed   #25499  -- Added the ability to pass an expression in distance lookups  
						
						... 
						
						
						
						Thanks Bibhas Debnath for the report and Tim Graham for the review. 
						
						
					 
					
						2015-10-09 15:27:47 +02:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						5d383549ee 
					 
					
						
						
							
							Refs  #24152  -- Removed deprecated GeoQuerySet aggregate methods.  
						
						... 
						
						
						
						Per deprecation timeline. 
						
						
					 
					
						2015-09-23 19:31:10 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						785cc71d5b 
					 
					
						
						
							
							Refs  #22384  -- Removed the ability to reverse URLs by dotted path per deprecation timeline.  
						
						
						
						
					 
					
						2015-09-23 19:31:09 -04:00 
						 
				 
			
				
					
						
							
							
								Anton Baklanov 
							
						 
					 
					
						
						
							
						
						d0ed01cef0 
					 
					
						
						
							
							Fixed   #25407  -- Removed network dependency in GeoIP tests.  
						
						
						
						
					 
					
						2015-09-23 13:11:57 -04:00 
						 
				 
			
				
					
						
							
							
								Jani Tiainen 
							
						 
					 
					
						
						
							
						
						fcf494b48f 
					 
					
						
						
							
							Fixed   #24688  -- Added Oracle support for new-style GIS functions.  
						
						
						
						
					 
					
						2015-09-21 13:52:14 -04:00 
						 
				 
			
				
					
						
							
							
								Dražen Odobašić 
							
						 
					 
					
						
						
							
						
						b1e33ceced 
					 
					
						
						
							
							Fixed   #23395  -- Limited line lengths to 119 characters.  
						
						
						
						
					 
					
						2015-09-12 11:40:50 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						d3c92afe42 
					 
					
						
						
							
							Fixed a GeoIP2 test failure with the latest GeoIP2 database.  
						
						... 
						
						
						
						Düsseldorf now appears as Dusseldorf in the latest version
of the GeoIP2 database. 
						
						
					 
					
						2015-09-10 20:54:25 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						8a780ec847 
					 
					
						
						
							
							Fixed GeoIP test crash when dependencies not installed.  
						
						
						
						
					 
					
						2015-09-04 08:52:20 -04:00 
						 
				 
			
				
					
						
							
							
								Keryn Knight 
							
						 
					 
					
						
						
							
						
						d4b10a7256 
					 
					
						
						
							
							Refs  #24121  -- Added a repr() to gis.GeoIP and gis.GeoIP2.  
						
						
						
						
					 
					
						2015-08-31 16:12:40 -04:00 
						 
				 
			
				
					
						
							
							
								Jani Tiainen 
							
						 
					 
					
						
						
							
						
						1b8d7eff3b 
					 
					
						
						
							
							Refs  #12400  -- Added supports_geometry_field_unique_index GIS db feature.  
						
						
						
						
					 
					
						2015-08-19 19:02:30 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						197b187810 
					 
					
						
						
							
							Fixed   #25225  -- Simplified code to remove GEOSIndexError  
						
						... 
						
						
						
						The test is a regression for refs #4740  to show that the original
fix of GEOSIndexError is no longer needed. 
						
						
					 
					
						2015-08-18 19:10:47 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						b27547f9d1 
					 
					
						
						
							
							Removed deprecated GeoManager from inspectdb/ogrinspect output.  
						
						... 
						
						
						
						refs ea27e26b09 
						
						
					 
					
						2015-08-10 10:29:36 -04:00 
						 
				 
			
				
					
						
							
							
								Flavio Curella 
							
						 
					 
					
						
						
							
						
						1e2362ca0f 
					 
					
						
						
							
							Refs  #25184  -- Started deprecation for contrib.gis.geoip.  
						
						
						
						
					 
					
						2015-07-31 10:09:06 -04:00 
						 
				 
			
				
					
						
							
							
								Flavio Curella 
							
						 
					 
					
						
						
							
						
						7f0953ce1f 
					 
					
						
						
							
							Fixed   #25184  -- Added support for MaxMind GeoLite2 database format  
						
						
						
						
					 
					
						2015-07-31 09:45:03 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						5b6ca15073 
					 
					
						
						
							
							Fixed   #25183  -- Fixed non-deterministic GeoIP test.  
						
						... 
						
						
						
						google.com doesn't always resolve to an IP inside the United States. 
						
						
					 
					
						2015-07-30 18:11:57 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						c041671167 
					 
					
						
						
							
							Refs  #25183  -- Added debugging for non-deterministic GeoIP test.  
						
						
						
						
					 
					
						2015-07-28 07:41:18 -04:00 
						 
				 
			
				
					
						
							
							
								Flavio Curella 
							
						 
					 
					
						
						
							
						
						c2e70f0265 
					 
					
						
						
							
							Fixed   #21127  -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField  
						
						
						
						
					 
					
						2015-07-27 18:28:13 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						1da170a203 
					 
					
						
						
							
							Fixed   #25141  -- Diminished GDAL dependence during geojson serialization  
						
						... 
						
						
						
						Only require GDAL if contained geometries need coordinate transformations.
Thanks drepo for the report and Tim Graham for the review. 
						
						
					 
					
						2015-07-20 20:22:29 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						19fcf083d3 
					 
					
						
						
							
							Replaced try/finally by mock.patch in geos tests  
						
						
						
						
					 
					
						2015-07-18 15:34:40 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						d72f8862cb 
					 
					
						
						
							
							Fixed   #25072  -- Prevented GDALRaster memory to be uncollectable  
						
						... 
						
						
						
						Setting GDALRaster.bands as a cached property was creating a circular
reference with objects having __del__ methods, which means the memory
could never be freed.
Thanks Daniel Wiesmann for the report and test, and Tim Graham for the review. 
						
						
					 
					
						2015-07-10 19:56:17 +02:00 
						 
				 
			
				
					
						
							
							
								Andriy Sokolovskiy 
							
						 
					 
					
						
						
							
						
						b40c551fdf 
					 
					
						
						
							
							Fixed some unclosed objects in tests  
						
						
						
						
					 
					
						2015-07-06 10:10:40 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						0cc39e50e1 
					 
					
						
						
							
							Pushed GDAL skip condition inside test  
						
						... 
						
						
						
						As GDAL_VERSION is conditionnaly imported, it cannot be referenced
in skipIf decorator. 
						
						
					 
					
						2015-06-26 14:57:45 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Wiesmann 
							
						 
					 
					
						
						
							
						
						b647ccfa67 
					 
					
						
						
							
							Refs  #24840  -- Added skip flag to raster transform test for GDAL<1.8.1.  
						
						... 
						
						
						
						Thanks to Simon Charette for the report. 
						
						
					 
					
						2015-06-26 14:30:54 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						3f9dca62cb 
					 
					
						
						
							
							Updated GeoIP test for newer versions  
						
						
						
						
					 
					
						2015-06-25 21:47:54 +02:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						aaacaeb096 
					 
					
						
						
							
							Renamed RemovedInDjangoXYWarnings for new roadmap.  
						
						... 
						
						
						
						Forwardport of ae1d663b79 
						
						
					 
					
						2015-06-24 16:08:20 -04:00 
						 
				 
			
				
					
						
							
							
								Daniel Wiesmann 
							
						 
					 
					
						
						
							
						
						c078021555 
					 
					
						
						
							
							Refs  #24840  -- Added GDALRaster Warp and transform methods  
						
						... 
						
						
						
						Thanks to Tim Graham for the review. 
						
						
					 
					
						2015-06-24 18:31:22 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Wiesmann 
							
						 
					 
					
						
						
							
						
						c0fff64486 
					 
					
						
						
							
							Fixed   #25011 , Refs  #23804  -- Added check for GDAL on RasterField initialization  
						
						
						
						
					 
					
						2015-06-23 16:11:42 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						ffdf507ec0 
					 
					
						
						
							
							Added GDAL 2.0 support  
						
						
						
						
					 
					
						2015-06-20 14:40:50 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Wiesmann 
							
						 
					 
					
						
						
							
						
						b769bbd4f6 
					 
					
						
						
							
							Fixed   #23804  -- Added RasterField for PostGIS.  
						
						... 
						
						
						
						Thanks to Tim Graham and Claude Paroz for the reviews and patches. 
						
						
					 
					
						2015-06-19 14:36:43 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						7abf418eb1 
					 
					
						
						
							
							Fixed GIS tests broken by  0a89915 
						
						
						
						
					 
					
						2015-06-06 10:30:55 +02:00