Francisco Capdevila 
							
						 
					 
					
						
						
							
						
						82243e5150 
					 
					
						
						
							
							Fixed typo in docs/ref/contrib/postgres/aggregates.txt.  
						
						
						
						
					 
					
						2016-03-28 09:19:21 -04:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						7b1ce7fd91 
					 
					
						
						
							
							Fixed   #26408  -- Updated link to DEP 182.  
						
						... 
						
						
						
						Thanks kaifeldhoff for the report. 
						
						
					 
					
						2016-03-25 20:49:18 +01:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						acfaec3db5 
					 
					
						
						
							
							Fixed   #26387  -- Restored the functionality of the admin's raw_id_fields in list_editable.  
						
						
						
						
					 
					
						2016-03-25 13:47:42 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Shaffer 
							
						 
					 
					
						
						
							
						
						8550566af6 
					 
					
						
						
							
							Fixed typo in docs/topics/db/aggregation.txt.  
						
						
						
						
					 
					
						2016-03-25 13:38:16 -04:00 
						 
				 
			
				
					
						
							
							
								ieatkittens 
							
						 
					 
					
						
						
							
						
						9390da7fb6 
					 
					
						
						
							
							Fixed   #26293  -- Fixed CommonMiddleware to process PREPEND_WWW and APPEND_SLASH independently.  
						
						
						
						
					 
					
						2016-03-23 09:23:19 -04:00 
						 
				 
			
				
					
						
							
							
								Alexander Gaevsky 
							
						 
					 
					
						
						
							
						
						107165c4b0 
					 
					
						
						
							
							Fixed   #24987  -- Allowed inactive users to login with the test client.  
						
						
						
						
					 
					
						2016-03-23 09:01:52 -04:00 
						 
				 
			
				
					
						
							
							
								Alexander Gaevsky 
							
						 
					 
					
						
						
							
						
						e0a3d93730 
					 
					
						
						
							
							Fixed   #25232  -- Made ModelBackend/RemoteUserBackend reject inactive users.  
						
						
						
						
					 
					
						2016-03-23 09:01:48 -04:00 
						 
				 
			
				
					
						
							
							
								Berker Peksag 
							
						 
					 
					
						
						
							
						
						157d7f1f1d 
					 
					
						
						
							
							Fixed   #25388  -- Added an option to allow disabling of migrations during test database creation  
						
						
						
						
					 
					
						2016-03-23 08:21:30 +08:00 
						 
				 
			
				
					
						
							
							
								Kai Feldhoff 
							
						 
					 
					
						
						
							
						
						5ca08f7cab 
					 
					
						
						
							
							Refs  #25759  -- Documented customizing expressions' SQL on other databases.  
						
						
						
						
					 
					
						2016-03-21 20:20:29 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						c41737dc00 
					 
					
						
						
							
							Fixed   #26392  -- Corrected login_required/permission_required stacking example.  
						
						
						
						
					 
					
						2016-03-21 19:56:15 -04:00 
						 
				 
			
				
					
						
							
							
								Vincenzo Pandolfo 
							
						 
					 
					
						
						
							
						
						abf07355aa 
					 
					
						
						
							
							Fixed   #26365  -- Added a system check to ensure "string_is_invalid" is a string.  
						
						
						
						
					 
					
						2016-03-21 13:01:38 -04:00 
						 
				 
			
				
					
						
							
							
								Akshesh 
							
						 
					 
					
						
						
							
						
						2b31f14d89 
					 
					
						
						
							
							Fixed grammatical typos in gis docs.  
						
						
						
						
					 
					
						2016-03-21 11:14:04 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						6dd503851c 
					 
					
						
						
							
							Fixed   #26376  -- Clarifed meaning of 'search' in TemplateResponseMixin.get_template_names() docs.  
						
						
						
						
					 
					
						2016-03-21 08:09:13 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						53e8ab580f 
					 
					
						
						
							
							Fixed   #26265  -- Clarified RadioSelect container's HTML id.  
						
						
						
						
					 
					
						2016-03-19 18:01:10 -04:00 
						 
				 
			
				
					
						
							
							
								Jason Parrott 
							
						 
					 
					
						
						
							
						
						4c1c93032f 
					 
					
						
						
							
							Fixed   #26373  -- Fixed reverse lookup crash with a ForeignKey to_field in a subquery.  
						
						
						
						
					 
					
						2016-03-19 17:54:29 -04:00 
						 
				 
			
				
					
						
							
							
								Amine 
							
						 
					 
					
						
						
							
						
						8b5a4fa941 
					 
					
						
						
							
							Fixed a broken link in docs/internals/contributing/writing-documentation.txt.  
						
						
						
						
					 
					
						2016-03-19 16:19:01 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						983c158da7 
					 
					
						
						
							
							Refs  #24227  -- Replaced M2M isinstance checks by field.many_to_many  
						
						... 
						
						
						
						Thanks Markus Holtermann, Collin Anderson and Tim Graham for the reviews. 
						
						
					 
					
						2016-03-19 09:24:27 +01:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						1d0abeaf75 
					 
					
						
						
							
							Fixed   #26375  -- Used a more generic name in a reusable template example.  
						
						
						
						
					 
					
						2016-03-18 11:37:20 -04:00 
						 
				 
			
				
					
						
							
							
								José Tomás Tocino 
							
						 
					 
					
						
						
							
						
						39a16dd2e0 
					 
					
						
						
							
							Fixed   #25658  -- Allowed inspectdb to inspect a specific set of tables.  
						
						
						
						
					 
					
						2016-03-18 08:41:15 -04:00 
						 
				 
			
				
					
						
							
							
								Berker Peksag 
							
						 
					 
					
						
						
							
						
						28bcff82c5 
					 
					
						
						
							
							Fixed   #26297  -- Fixed collectstatic --clear crash if storage doesn't implement path().  
						
						
						
						
					 
					
						2016-03-17 09:49:57 -04:00 
						 
				 
			
				
					
						
							
							
								Alex Hill 
							
						 
					 
					
						
						
							
						
						ecb59cc657 
					 
					
						
						
							
							Fixed   #26306  -- Fixed memory leak in cached template loader.  
						
						
						
						
					 
					
						2016-03-16 12:37:57 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						460dab0b40 
					 
					
						
						
							
							Removed obsolete section on "Improving the documentation".  
						
						
						
						
					 
					
						2016-03-15 19:05:54 -04:00 
						 
				 
			
				
					
						
							
							
								Andrew Abraham 
							
						 
					 
					
						
						
							
						
						f2d9caa625 
					 
					
						
						
							
							Fixed DiscoverRunner failfast parameter default in docs.  
						
						
						
						
					 
					
						2016-03-15 18:33:35 -04:00 
						 
				 
			
				
					
						
							
							
								Akshesh 
							
						 
					 
					
						
						
							
						
						44c0ecdd92 
					 
					
						
						
							
							Fixed   #25364  -- Added generic way to test on all browsers supported by selenium.  
						
						... 
						
						
						
						Browser names should be passed as a comma separated list to the --selenium flag.
Thanks Tim Graham, Simon Charette and Moritz Sichert for review and discussion. 
						
						
					 
					
						2016-03-15 13:10:32 -04:00 
						 
				 
			
				
					
						
							
							
								Collin Anderson 
							
						 
					 
					
						
						
							
						
						93a135d111 
					 
					
						
						
							
							Fixed   #26158  -- Rewrote http.parse_cookie() to better match browsers.  
						
						
						
						
					 
					
						2016-03-15 12:24:06 -04:00 
						 
				 
			
				
					
						
							
							
								Duane Hilton 
							
						 
					 
					
						
						
							
						
						f8b23e52e8 
					 
					
						
						
							
							Fixed   #26290  -- Documented that a QuerySet for pagination should be ordered.  
						
						
						
						
					 
					
						2016-03-15 10:13:47 -04:00 
						 
				 
			
				
					
						
							
							
								Markus Holtermann 
							
						 
					 
					
						
						
							
						
						1cb65b8a77 
					 
					
						
						
							
							Fixed   #26157   #25321  -- Added sql/params to extra context of schema logger  
						
						... 
						
						
						
						Thanks Akshesh Doshi for the initial patch and Tim Graham for the review 
						
						
					 
					
						2016-03-15 17:45:58 +11:00 
						 
				 
			
				
					
						
							
							
								Vincenzo Pandolfo 
							
						 
					 
					
						
						
							
						
						d0fe6c9156 
					 
					
						
						
							
							Fixed   #26334  -- Removed whitespace stripping from contrib.auth password fields.  
						
						
						
						
					 
					
						2016-03-14 20:20:24 -04:00 
						 
				 
			
				
					
						
							
							
								Moritz Sichert 
							
						 
					 
					
						
						
							
						
						6aef986cdb 
					 
					
						
						
							
							Fixed   #25804  -- Documented additions to Jinja2 context.  
						
						
						
						
					 
					
						2016-03-14 08:42:55 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						5695c142d2 
					 
					
						
						
							
							Fixed   #26294  -- Clarified call_command()'s handling of args and options.  
						
						
						
						
					 
					
						2016-03-14 08:10:17 -04:00 
						 
				 
			
				
					
						
							
							
								Jakub Wilk 
							
						 
					 
					
						
						
							
						
						402da9ab7b 
					 
					
						
						
							
							Fixed typos in docs.  
						
						
						
						
					 
					
						2016-03-13 19:48:24 +01:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						b3610f38fa 
					 
					
						
						
							
							Fixed   #26345  -- Clarified which RangesFields always return a canonical form.  
						
						
						
						
					 
					
						2016-03-12 12:54:16 -05:00 
						 
				 
			
				
					
						
							
							
								Duane Hilton 
							
						 
					 
					
						
						
							
						
						ca5c05ddbe 
					 
					
						
						
							
							Fixed   #26239  -- Added a note about how auto_now works with QuerySet.update().  
						
						
						
						
					 
					
						2016-03-12 12:39:00 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						4f0cd0fd16 
					 
					
						
						
							
							Fixed   #26324  -- Fixed DurationField with fractional seconds on SQLite.  
						
						
						
						
					 
					
						2016-03-10 12:18:29 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						4323676ea5 
					 
					
						
						
							
							Fixed   #26255  -- Fixed orphaned include() reference following tutorial reordering.  
						
						
						
						
					 
					
						2016-03-09 12:18:21 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						602a38d87e 
					 
					
						
						
							
							Fixed   #26339  -- Updated Question.was_published_recently() in tutorial 7 to reflect changes in tutorial 5.  
						
						
						
						
					 
					
						2016-03-09 11:21:33 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						a496d10a8c 
					 
					
						
						
							
							Wrapped some lines and added links to docs/ref/contrib/sitemaps.txt.  
						
						
						
						
					 
					
						2016-03-09 10:00:27 -05:00 
						 
				 
			
				
					
						
							
							
								girish ramnani 
							
						 
					 
					
						
						
							
						
						593ecfe135 
					 
					
						
						
							
							Fixed   #26302  -- Removed incorrect statement about virtual hosts.  
						
						
						
						
					 
					
						2016-03-09 09:00:58 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Osborn 
							
						 
					 
					
						
						
							
						
						8fb3a2877b 
					 
					
						
						
							
							Fixed indenting in "Serving files in development" code example  
						
						
						
						
					 
					
						2016-03-09 14:55:55 +11:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						c5fda55edc 
					 
					
						
						
							
							Fixed   #26256  -- Added note about primary key serialization  
						
						... 
						
						
						
						Thanks Sonu kumar for the report and Tim Graham for the review. 
						
						
					 
					
						2016-03-08 21:30:23 +01:00 
						 
				 
			
				
					
						
							
							
								Przemysław Suliga 
							
						 
					 
					
						
						
							
						
						96ec67a7cf 
					 
					
						
						
							
							Fixed   #26332  -- Fixed a race condition in BaseCache.get_or_set().  
						
						
						
						
					 
					
						2016-03-08 11:44:37 -05:00 
						 
				 
			
				
					
						
							
							
								Bas Westerbaan 
							
						 
					 
					
						
						
							
						
						b4250ea04a 
					 
					
						
						
							
							Fixed   #26033  -- Added Argon2 password hasher.  
						
						
						
						
					 
					
						2016-03-08 11:22:18 -05:00 
						 
				 
			
				
					
						
							
							
								Saúl Ibarra Corretgé 
							
						 
					 
					
						
						
							
						
						6c33e73333 
					 
					
						
						
							
							Fixed   #26289  -- Enabled shell tab completion on systems using libedit.  
						
						
						
						
					 
					
						2016-03-08 08:37:14 -05:00 
						 
				 
			
				
					
						
							
							
								Krzysztof Urbaniak 
							
						 
					 
					
						
						
							
						
						839a955d08 
					 
					
						
						
							
							Fixed   #25933  -- Allowed an unprefixed default language in i18n_patterns().  
						
						
						
						
					 
					
						2016-03-08 08:14:10 -05:00 
						 
				 
			
				
					
						
							
							
								John-Mark Bell 
							
						 
					 
					
						
						
							
						
						4b129ac81f 
					 
					
						
						
							
							Fixed   #26325  -- Made MultiPartParser ignore filenames that normalize to an empty string.  
						
						
						
						
					 
					
						2016-03-07 13:19:39 -05:00 
						 
				 
			
				
					
						
							
							
								Michal Petrucha 
							
						 
					 
					
						
						
							
						
						2109975e90 
					 
					
						
						
							
							Refs  #26217  -- Fixed typo in docs/ref/class-based-views/generic-date-based.txt.  
						
						
						
						
					 
					
						2016-03-05 19:40:33 -05:00 
						 
				 
			
				
					
						
							
							
								Jon Dufresne 
							
						 
					 
					
						
						
							
						
						1845bc1d10 
					 
					
						
						
							
							Refs  #26315  -- Cleaned up argparse options in commands.  
						
						... 
						
						
						
						* Removed type coercion. Options created by argparse are already coerced
  to the correct type.
* Removed fallback default values. Options created by argparse already
  have a default value.
* Used direct indexing. Options created by argparse are always set. This
  eliminates the need to use dict.get(). 
						
						
					 
					
						2016-03-05 13:19:29 -05:00 
						 
				 
			
				
					
						
							
							
								Jon Dufresne 
							
						 
					 
					
						
						
							
						
						4115288b4f 
					 
					
						
						
							
							Fixed   #26315  -- Allowed call_command() to accept a Command object as the first argument.  
						
						
						
						
					 
					
						2016-03-05 13:05:10 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						9ed4a788aa 
					 
					
						
						
							
							Refs  #26312  -- Reworded tutorial 2 to avoid spelling "error".  
						
						
						
						
					 
					
						2016-03-05 10:58:45 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						bc0410d98a 
					 
					
						
						
							
							Fixed typo in docs/releases/1.8.12.txt.  
						
						
						
						
					 
					
						2016-03-05 10:02:29 -05:00