Dheerendra Rathor 
							
						 
					 
					
						
						
							
						
						96fe90f535 
					 
					
						
						
							
							Fixed   #25620  -- Made URLValidator prohibit URLs with consecutive dots in the domain section.  
						
						
						
						
					 
					
						2015-10-29 10:59:22 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						15ef1dd478 
					 
					
						
						
							
							Fixed   #20846  -- Increased User.username max_length to 254 characters.  
						
						... 
						
						
						
						Thanks Collin Anderson and Nick Sandford for work on the patch. 
						
						
					 
					
						2015-10-29 08:58:49 -04:00 
						 
				 
			
				
					
						
							
							
								Sergey Fedoseev 
							
						 
					 
					
						
						
							
						
						0bd067d095 
					 
					
						
						
							
							Fixed   #25632  -- Documented missing version requirements for GeoDjango DB functions.  
						
						
						
						
					 
					
						2015-10-29 08:36:10 -04:00 
						 
				 
			
				
					
						
							
							
								Sergey Fedoseev 
							
						 
					 
					
						
						
							
						
						7521bb95d5 
					 
					
						
						
							
							Fixed   #25630  -- Replaced AsGeoHash with GeoHash in unsupported GIS functions  
						
						
						
						
					 
					
						2015-10-29 13:34:12 +01:00 
						 
				 
			
				
					
						
							
							
								Sergey Fedoseev 
							
						 
					 
					
						
						
							
						
						1a10ae45b1 
					 
					
						
						
							
							Fixed required SpatiaLite version in docs.  
						
						... 
						
						
						
						Refs bc0aba7786 
						
						
					 
					
						2015-10-29 07:57:12 -04:00 
						 
				 
			
				
					
						
							
							
								Bryan Marty 
							
						 
					 
					
						
						
							
						
						455034d4df 
					 
					
						
						
							
							Fixed   #21516  -- Updated imports paths for some formset functions/classes.  
						
						... 
						
						
						
						Since refs #21489 , FormSet classes and factories are exposed on the
django.forms package. 
						
						
					 
					
						2015-10-28 15:44:53 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						dbe79d9660 
					 
					
						
						
							
							Ignored docutils deprecation warnings in runtests.py.  
						
						
						
						
					 
					
						2015-10-28 13:58:31 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						6b5ae92927 
					 
					
						
						
							
							Made LiveServerTestCase example use StaticLiveServerTestCase.  
						
						
						
						
					 
					
						2015-10-28 13:50:56 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						40a2262506 
					 
					
						
						
							
							Added versionadded directive for GDALRaster.srid  
						
						... 
						
						
						
						Complement to 48548d1a47 
						
						
					 
					
						2015-10-28 15:35:23 +01: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 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						e5ab75d2fd 
					 
					
						
						
							
							Refs  #25618  -- Forwardported 1.8.6 release note.  
						
						... 
						
						
						
						Forwardport of 65bff161ff 
						
						
					 
					
						2015-10-28 10:20:26 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						dc193d0f6d 
					 
					
						
						
							
							Added "Attributes set by application code" section to HttpRequest.  
						
						
						
						
					 
					
						2015-10-28 09:26:23 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						c4af8eb366 
					 
					
						
						
							
							Refs  #25618  -- Removed detection of south migrations in loader.  
						
						... 
						
						
						
						It doesn't seem relevant for anyone upgrading to Django 1.10
and beyond. 
						
						
					 
					
						2015-10-28 09:16:22 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						b55b34129b 
					 
					
						
						
							
							Moved around imports in PostGIS operations  
						
						... 
						
						
						
						Thanks Daniel Wiesmann for inspiration. 
						
						
					 
					
						2015-10-27 20:38:21 +01:00 
						 
				 
			
				
					
						
							
							
								Ian Foote 
							
						 
					 
					
						
						
							
						
						32ef48aa56 
					 
					
						
						
							
							Fixed   #25609  -- Fixed regression in related field nested lookup error.  
						
						
						
						
					 
					
						2015-10-27 13:49:00 -04:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						976bd519a8 
					 
					
						
						
							
							Revert "Fixed  #25417  -- Added a field check for invalid default values."  
						
						... 
						
						
						
						This reverts commit 71ebcb85b9 
						
						
					 
					
						2015-10-27 11:02:35 -04:00 
						 
				 
			
				
					
						
							
							
								Sambhav Satija 
							
						 
					 
					
						
						
							
						
						dc4c8df7aa 
					 
					
						
						
							
							Renamed filesizeformat tag's bytes variable to avoid clash with builtin.  
						
						
						
						
					 
					
						2015-10-27 10:40:50 -04:00 
						 
				 
			
				
					
						
							
							
								Sambhav Satija 
							
						 
					 
					
						
						
							
						
						ce7dd1273e 
					 
					
						
						
							
							Fixed   #25441  -- Added support for negative filesize to filesizeformat template filter.  
						
						... 
						
						
						
						Thanks Andrey Yakovlev for the initial patch. 
						
						
					 
					
						2015-10-27 10:35:45 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						ea2f48ce8b 
					 
					
						
						
							
							Refs  #17133  -- Optimized script_url handling in get_script_name  
						
						... 
						
						
						
						10ace52a 
					
						2015-10-27 14:29:18 +01:00 
						 
				 
			
				
					
						
							
							
								Chris Lamb 
							
						 
					 
					
						
						
							
						
						c4b4a7430b 
					 
					
						
						
							
							Updated my email address in AUTHORS.  
						
						
						
						
					 
					
						2015-10-27 08:46:12 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						590b8c1c57 
					 
					
						
						
							
							Removed unnecessary app_label='auth' on auth_tests models.  
						
						... 
						
						
						
						This is a relic of when the tests were stored in contrib.auth.tests. 
						
						
					 
					
						2015-10-27 08:19:45 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						5acf203db2 
					 
					
						
						
							
							Fixed   #25596  -- Fixed regression in password change view with custom user model.  
						
						... 
						
						
						
						The reverse() added in 50aa1a790c 
						
						
					 
					
						2015-10-27 08:18:22 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						1f07da3e29 
					 
					
						
						
							
							Fixed   #25597  -- Fixed crash with SplitArrayField and IntegerField on invalid value.  
						
						
						
						
					 
					
						2015-10-27 08:11:11 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						9c5e272860 
					 
					
						
						
							
							Fixed   #25550  -- Deprecated direct assignment to the reverse side of a related set.  
						
						
						
						
					 
					
						2015-10-27 07:57:15 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						0b5d32faca 
					 
					
						
						
							
							Fixed   #25611  -- Standardized descriptor signatures.  
						
						
						
						
					 
					
						2015-10-26 11:31:16 -04:00 
						 
				 
			
				
					
						
							
							
								Marten Kenbeek 
							
						 
					 
					
						
						
							
						
						34af2bc523 
					 
					
						
						
							
							Fixed   #25610  -- Reverted removal of request.current_app in {% url %} tag.  
						
						... 
						
						
						
						The deprecation removal in 5e450c52aa 
						
						
					 
					
						2015-10-26 10:42:20 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						23073f9644 
					 
					
						
						
							
							Added Django 1.10 to Python version support table.  
						
						
						
						
					 
					
						2015-10-26 10:28:53 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						1ce8512c87 
					 
					
						
						
							
							Documented Python 3.5 support for Django 1.8.  
						
						... 
						
						
						
						Forwardport of d27085b02d 
						
						
					 
					
						2015-10-26 10:13:22 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						e0c0080e29 
					 
					
						
						
							
							Fixed typo in docs/ref/contrib/admin/index.txt  
						
						
						
						
					 
					
						2015-10-26 09:03:04 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						d6a9074783 
					 
					
						
						
							
							Documented related model descriptor class renames.  
						
						... 
						
						
						
						Renamed in e542e81b39 
						
						
					 
					
						2015-10-26 08:51:09 -04:00 
						 
				 
			
				
					
						
							
							
								Jon Dufresne 
							
						 
					 
					
						
						
							
						
						5d35b53c36 
					 
					
						
						
							
							Removed hardcoded utf-8 BOM, used value from codecs instead.  
						
						
						
						
					 
					
						2015-10-25 09:28:11 -07:00 
						 
				 
			
				
					
						
							
							
								Curtis Maloney 
							
						 
					 
					
						
						
							
						
						35440ceab7 
					 
					
						
						
							
							Optimized docs images and documented the process.  
						
						
						
						
					 
					
						2015-10-24 14:57:21 -04:00 
						 
				 
			
				
					
						
							
							
								Jon Dufresne 
							
						 
					 
					
						
						
							
						
						3c7d2ee881 
					 
					
						
						
							
							Fixed   #25604  -- Added makemigrations --check option.  
						
						... 
						
						
						
						Command exits with non-zero status if changes without migrations exist. 
						
						
					 
					
						2015-10-24 14:45:00 -04:00 
						 
				 
			
				
					
						
							
							
								Sergey Fedoseev 
							
						 
					 
					
						
						
							
						
						a7bb5af50b 
					 
					
						
						
							
							Fixed   #25583  -- Allowed calling transform with CoordTransform even if SRID is invalid.  
						
						
						
						
					 
					
						2015-10-24 11:39:24 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						02ef96c5e5 
					 
					
						
						
							
							Fixed   #25434  -- Documented HttpRequest.site and created a section for middleware attributes.  
						
						... 
						
						
						
						Thanks Nick Pope for the initial patch. 
						
						
					 
					
						2015-10-24 09:46:22 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						81fed5bc33 
					 
					
						
						
							
							Renamed deprecated logger.warn to warning  
						
						
						
						
					 
					
						2015-10-24 11:37:58 +02:00 
						 
				 
			
				
					
						
							
							
								Sergey Fedoseev 
							
						 
					 
					
						
						
							
						
						310049a5ae 
					 
					
						
						
							
							Fixed   #25603  -- Made clear that geometry's SRID is meant in docs for GEOSGeometry.transform.  
						
						
						
						
					 
					
						2015-10-24 10:53:48 +02:00 
						 
				 
			
				
					
						
							
							
								Andrey Kuzmin 
							
						 
					 
					
						
						
							
						
						a1b9737aea 
					 
					
						
						
							
							Cached model field_names in Python Deserializer.  
						
						
						
						
					 
					
						2015-10-23 16:23:30 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						10ace52a41 
					 
					
						
						
							
							Fixed   #17133  -- Properly handled successive slashes in incoming requests  
						
						... 
						
						
						
						Thanks gjanee@ucop.edu  for the report and Tim Graham for the review. 
						
						
					 
					
						2015-10-23 22:18:18 +02:00 
						 
				 
			
				
					
						
							
							
								Jacek Bzdak 
							
						 
					 
					
						
						
							
						
						494b7986a3 
					 
					
						
						
							
							Fixed   #25397  -- Documented class-based view context variable clash with context processors.  
						
						
						
						
					 
					
						2015-10-23 15:18:39 -04:00 
						 
				 
			
				
					
						
							
							
								薛丞宏 
							
						 
					 
					
						
						
							
						
						484edc81c1 
					 
					
						
						
							
							Clarified that the test client response content attribute is bytes.  
						
						
						
						
					 
					
						2015-10-23 14:26:19 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						89359347c4 
					 
					
						
						
							
							Refs  #25589  -- Fixed admin_scripts test failure on Windows.  
						
						... 
						
						
						
						Traceback (most recent call last):
  File "tests\admin_scripts\tests.py", line 646, in test_startapp_unicode_name
    content = f.read()
  File "lib\encodings\cp1252.py", line 23, in decode
    return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 46: character maps to <undefined> 
						
						
					 
					
						2015-10-22 19:38:23 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						f242ad27a4 
					 
					
						
						
							
							Added "subpath" to spelling wordlist.  
						
						
						
						
					 
					
						2015-10-22 15:01:33 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						37ea3cb03e 
					 
					
						
						
							
							Fixed "URLconf" spelling in code comments.  
						
						
						
						
					 
					
						2015-10-22 14:46:42 -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 
						 
				 
			
				
					
						
							
							
								Benjamin Wohlwend 
							
						 
					 
					
						
						
							
						
						2b9eed41fa 
					 
					
						
						
							
							Refs  #24622  -- Documented alternatives to some test response attributes when using alternative template engines.  
						
						
						
						
					 
					
						2015-10-22 14:10:56 -04:00 
						 
				 
			
				
					
						
							
							
								Dheerendra Rathor 
							
						 
					 
					
						
						
							
						
						59e85f09c6 
					 
					
						
						
							
							Fixed   #25519  -- Made the admin "View site" link point to sites running on a subpath.  
						
						... 
						
						
						
						Used request.META['SCRIPT_NAME'] as the site_url if it hasn't been
customized from the default value of '/'. 
						
						
					 
					
						2015-10-22 13:51:00 -04:00 
						 
				 
			
				
					
						
							
							
								Yoong Kang Lim 
							
						 
					 
					
						
						
							
						
						3f300efede 
					 
					
						
						
							
							Fixed   #25589  -- Allowed startapp/project to create apps with Unicode characters in the name.  
						
						
						
						
					 
					
						2015-10-22 13:01:07 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						ee66d8dd7d 
					 
					
						
						
							
							Fixed   #25584  -- Documented a pip error when installing Django 1.9.  
						
						
						
						
					 
					
						2015-10-22 09:53:46 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						8b5acda821 
					 
					
						
						
							
							Fixed   #25571  -- Fixed boolean evaluation of ungettext_lazy  
						
						
						
						
					 
					
						2015-10-22 15:17:45 +02:00