django-bot 
							
						 
					 
					
						
						
							
						
						69a93a88ed 
					 
					
						
						
							
							Refs  #36500  -- Rewrapped long docstrings and block comments via a script.  
						
						... 
						
						
						
						Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505 . 
						
						
					 
					
						2025-07-23 20:17:55 -03:00 
						 
				 
			
				
					
						
							
							
								Mike Edmunds 
							
						 
					 
					
						
						
							
						
						55b0cc2131 
					 
					
						
						
							
							Refs  #36500  -- Shortened some long docstrings and comments.  
						
						... 
						
						
						
						Manually reformatted some long docstrings and comments that would be
damaged by the to-be-applied autofixer script, in cases where editorial
judgment seemed necessary for style or wording changes. 
						
						
					 
					
						2025-07-23 20:17:55 -03:00 
						 
				 
			
				
					
						
							
							
								Arnaldo Govenem 
							
						 
					 
					
						
						
							
						
						8ff1399f06 
					 
					
						
						
							
							Fixed   #36058  -- Refactored SpatialRefSysMixin.srs to use cached_property.  
						
						... 
						
						
						
						Replaced manual caching complexity with cached_property for efficiency.
Enhanced error handling with distinct messages for WKT and PROJ.4.
Thanks to Sarah Boyce for the suggestions. 
						
						
					 
					
						2025-02-04 07:40:02 +00:00 
						 
				 
			
				
					
						
							
							
								Leo 
							
						 
					 
					
						
						
							
						
						5da5f3773e 
					 
					
						
						
							
							Fixed   #34234  -- Dropped support for PROJ 4.  
						
						
						
						
					 
					
						2023-01-13 12:31:41 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						7119f40c98 
					 
					
						
						
							
							Refs  #33476  -- Refactored code to strictly match 88 characters line length.  
						
						
						
						
					 
					
						2022-02-07 20:37:05 +01:00 
						 
				 
			
				
					
						
							
							
								django-bot 
							
						 
					 
					
						
						
							
						
						9c19aff7c7 
					 
					
						
						
							
							Refs  #33476  -- Reformatted code with Black.  
						
						
						
						
					 
					
						2022-02-07 20:37:05 +01:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						e3ece0144a 
					 
					
						
						
							
							Removed redundant database vendor helpers in gis_tests/utils.py.  
						
						
						
						
					 
					
						2021-01-13 09:22:44 +01:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						71ae1ab012 
					 
					
						
						
							
							Removed hardcoded paths to SpatialRefSys models in tests.  
						
						
						
						
					 
					
						2020-09-14 07:58:05 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						d4c5ef3ebb 
					 
					
						
						
							
							Renamed PROJ.4 to PROJ.  
						
						
						
						
					 
					
						2020-05-13 10:30:30 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						58f1b07e49 
					 
					
						
						
							
							Fixed   #30678  -- Added support for GDAL 3.  
						
						
						
						
					 
					
						2020-05-12 09:06:06 +02:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						b5f0b3478d 
					 
					
						
						
							
							Fixed   #27579  -- Added aliases for Python 3's assertion names in SimpleTestCase.  
						
						
						
						
					 
					
						2016-12-07 17:42:31 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						8119b679eb 
					 
					
						
						
							
							Refs  #27025  -- Fixed "invalid escape sequence" warnings in Python 3.6.  
						
						... 
						
						
						
						http://bugs.python.org/issue27364  
					
						2016-09-17 15:44:06 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						f7a363ee1d 
					 
					
						
						
							
							Fixed   #26753  -- Made GDAL a required dependency for contrib.gis  
						
						... 
						
						
						
						Thanks Tim Graham for the review. 
						
						
					 
					
						2016-06-18 10:58:02 +02:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						47f22e8286 
					 
					
						
						
							
							Fixed   #25645  -- Dropped support for SpatiaLite < 4.0.  
						
						
						
						
					 
					
						2016-05-31 11:31:51 -04:00 
						 
				 
			
				
					
						
							
							
								Nicolas Noé 
							
						 
					 
					
						
						
							
						
						23fbd3ff48 
					 
					
						
						
							
							Fixed   #26512  -- Added tests for SpatialRefSysMixin.get_units().  
						
						
						
						
					 
					
						2016-04-19 11:19:44 -04:00 
						 
				 
			
				
					
						
							
							
								Alasdair Nicol 
							
						 
					 
					
						
						
							
						
						eaeea6f947 
					 
					
						
						
							
							Fixed   #24714  -- Used more specific assertions than assertEqual in tests.  
						
						
						
						
					 
					
						2015-04-28 09:31:04 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						ad0be620ae 
					 
					
						
						
							
							Moved contrib.gis tests out of contrib.  
						
						
						
						
					 
					
						2015-02-11 10:29:54 -05:00