David Smith 
							
						 
					 
					
						
						
							
						
						793bd24db6 
					 
					
						
						
							
							[3.1.x]  Fixed   #28009  -- Doc'd empty_value for CharField subclasses.  
						
						... 
						
						
						
						Backport of 91669cc566 
						
						
					 
					
						2020-09-25 18:31:20 +02:00 
						 
				 
			
				
					
						
							
							
								David Smith 
							
						 
					 
					
						
						
							
						
						ab8eccf54f 
					 
					
						
						
							
							[3.1.x] Fixed empty values of forms.JSONField and forms.UUIDField in docs.  
						
						... 
						
						
						
						Backport of e6d77e6515 
						
						
					 
					
						2020-09-25 18:31:14 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						986cd28f95 
					 
					
						
						
							
							[3.1.x] Refs  #32038  -- Added note to ModelAdmin.list_filter docs that GenericForeignKeys are not supported.  
						
						... 
						
						
						
						Backport of 33e91f3ed8 
						
						
					 
					
						2020-09-25 10:10:20 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						d05a1f5792 
					 
					
						
						
							
							[3.1.x] Fixed typo and indentation in docs/ref/forms/fields.txt.  
						
						... 
						
						
						
						Backport of 10a289745f 
						
						
					 
					
						2020-09-25 10:04:50 +02:00 
						 
				 
			
				
					
						
							
							
								Paweł Zarębski 
							
						 
					 
					
						
						
							
						
						562a4824d7 
					 
					
						
						
							
							[3.1.x] Fixed example of QuerySet.explain() with flags in docs.  
						
						... 
						
						
						
						Backport of 054ab1e00f 
						
						
					 
					
						2020-09-23 11:48:08 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						fbb7881956 
					 
					
						
						
							
							[3.1.x]  Fixed   #32012  -- Made test database creation sync apps models when migrations are disabled.  
						
						... 
						
						
						
						Thanks Jaap Roes for the report.
Backport of 77caeaea88 
						
						
					 
					
						2020-09-23 10:54:50 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						73d084bf97 
					 
					
						
						
							
							[3.1.x] Refs  #32013  -- Added backward incompatibility note about ModelChoiceIterator changes.  
						
						... 
						
						
						
						Backport of ba6b32e5ef 
						
						
					 
					
						2020-09-21 06:26:59 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Lissner 
							
						 
					 
					
						
						
							
						
						17a4082078 
					 
					
						
						
							
							[3.1.x] Refs  #28939  -- Doc’d Prefetch behavior with multiple DBs.  
						
						... 
						
						
						
						Backport of 8c0794ba0d 
						
						
					 
					
						2020-09-17 14:27:31 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						462d7837f9 
					 
					
						
						
							
							[3.1.x] Corrected exception types in QuerySet docs.  
						
						... 
						
						
						
						Backport of 9a0e5052ed 
						
						
					 
					
						2020-09-13 20:11:00 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						4e6b6fac43 
					 
					
						
						
							
							[3.1.x] Mentioned ASGI handler in SuspiciousOperation docs.  
						
						... 
						
						
						
						Backport of 453967477e 
						
						
					 
					
						2020-09-09 09:35:56 +02:00 
						 
				 
			
				
					
						
							
							
								Carlton Gibson 
							
						 
					 
					
						
						
							
						
						8178c4fbfb 
					 
					
						
						
							
							[3.1.x] Refs  #11390  -- Clarified dual-calling of ChoiceField.choices callable.  
						
						... 
						
						
						
						Backport of 0bf627f0b2 
						
						
					 
					
						2020-09-02 08:29:33 +02:00 
						 
				 
			
				
					
						
							
							
								Hasan Ramezani 
							
						 
					 
					
						
						
							
						
						eda59ba2ec 
					 
					
						
						
							
							[3.1.x]  Fixed   #31934  -- Added note about the default of SameSite cookie flag in modern browsers.  
						
						... 
						
						
						
						Backport of 70731fc6fe 
						
						
					 
					
						2020-08-31 12:33:17 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						e81aa7a94a 
					 
					
						
						
							
							[3.1.x]  Fixed   #31877  -- Reverted "Fixed  #19878  -- Deprecated TemplateView passing URL kwargs into context."  
						
						... 
						
						
						
						This reverts commit 4ed534758cbb8f66934d 
						
						
					 
					
						2020-08-24 11:39:05 +02:00 
						 
				 
			
				
					
						
							
							
								Ninad Kulkarni 
							
						 
					 
					
						
						
							
						
						8fb24a5130 
					 
					
						
						
							
							[3.1.x]  Fixed   #31906  -- Fixed typo in docs/ref/forms/fields.txt.  
						
						... 
						
						
						
						Backport of 927bd888dd 
						
						
					 
					
						2020-08-21 09:43:51 +02:00 
						 
				 
			
				
					
						
							
							
								Enderson Menezes 
							
						 
					 
					
						
						
							
						
						26ccc7701d 
					 
					
						
						
							
							[3.1.x]  Fixed   #31909  -- Fixed typo in docs/ref/contrib/admin/index.txt.  
						
						... 
						
						
						
						Backport of 67e4a9a4b9 
						
						
					 
					
						2020-08-20 07:51:20 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						6eb0f4f70d 
					 
					
						
						
							
							[3.1.x] Refs  #17642  -- Doc'd min_num and validate_min arguments in modelformset_factory() docs.  
						
						... 
						
						
						
						Changed arguments ordering to match the modelformset_factory()
signature.
Backport of 13704b057d 
						
						
					 
					
						2020-08-18 09:33:49 +02:00 
						 
				 
			
				
					
						
							
							
								Adam Alton 
							
						 
					 
					
						
						
							
						
						1e3d8bd3a1 
					 
					
						
						
							
							[3.1.x] Removed unnecessary sentence in QuerySet docs.  
						
						... 
						
						
						
						Backport of 6e9c5ee88f 
						
						
					 
					
						2020-08-07 08:06:21 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas 
							
						 
					 
					
						
						
							
						
						81ed126dff 
					 
					
						
						
							
							[3.1.x] Fixed typo in docs/ref/contrib/postgres/fields.txt.  
						
						... 
						
						
						
						Backport of cdead4f013 
						
						
					 
					
						2020-08-07 07:57:21 +02:00 
						 
				 
			
				
					
						
							
							
								David Smith 
							
						 
					 
					
						
						
							
						
						b81cdaf20d 
					 
					
						
						
							
							[3.1.x]  Fixed   #29336  -- Doc'd circular template inheritance  
						
						... 
						
						
						
						Backport of 2c2f4b3799 
						
						
					 
					
						2020-08-05 11:37:27 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						9857352655 
					 
					
						
						
							
							[3.1.x]  Fixed   #31842  -- Added DEFAULT_HASHING_ALGORITHM transitional setting.  
						
						... 
						
						
						
						It's a transitional setting helpful in migrating multiple instance of
the same project to Django 3.1+.
Thanks Markus Holtermann for the report and review, Florian
Apolloner for the implementation idea and review, and Carlton Gibson
for the review.
Backport of d907371ef9 
						
						
					 
					
						2020-08-04 09:39:29 +02:00 
						 
				 
			
				
					
						
							
							
								Andrzej Bartosiński 
							
						 
					 
					
						
						
							
						
						df8696c0b7 
					 
					
						
						
							
							[3.1.x] Corrected admin.register() signature in docs.  
						
						... 
						
						
						
						Backport of eb215da363 
						
						
					 
					
						2020-07-29 12:54:26 +02:00 
						 
				 
			
				
					
						
							
							
								Harpreet Sharma 
							
						 
					 
					
						
						
							
						
						3116444559 
					 
					
						
						
							
							[3.1.x]  Fixed   #31821  -- Removed outdated note in FILE_UPLOAD_PERMISSIONS docs.  
						
						... 
						
						
						
						Follow up to 22aab8662f248d03fbe9 
						
						
					 
					
						2020-07-23 21:00:45 +02:00 
						 
				 
			
				
					
						
							
							
								LincolnPuzey 
							
						 
					 
					
						
						
							
						
						bc75442ebf 
					 
					
						
						
							
							[3.1.x]  Fixed   #31816  -- Corrected the expected content type in StreamingHttpResponse docs.  
						
						... 
						
						
						
						Backport of d754361096 
						
						
					 
					
						2020-07-23 13:13:17 +02:00 
						 
				 
			
				
					
						
							
							
								Ramiro Morales 
							
						 
					 
					
						
						
							
						
						26113b9de1 
					 
					
						
						
							
							[3.1.x] Fixed typo in docs/ref/models/querysets.txt.  
						
						... 
						
						
						
						Backport of 51e536178c 
						
						
					 
					
						2020-07-22 23:37:14 +02:00 
						 
				 
			
				
					
						
							
							
								Buk Bukowski 
							
						 
					 
					
						
						
							
						
						2521664041 
					 
					
						
						
							
							[3.1.x]  Fixed   #31814  -- Fixed typo in docs/ref/settings.txt.  
						
						... 
						
						
						
						Backport of f65454801b 
						
						
					 
					
						2020-07-22 22:39:27 +02:00 
						 
				 
			
				
					
						
							
							
								Adam Johnson 
							
						 
					 
					
						
						
							
						
						2b3ca7a5f1 
					 
					
						
						
							
							[3.1.x] Doc'd Model.MultipleObjectsReturned docs and improved documentation related with models exceptions.  
						
						... 
						
						
						
						Backport of bc4fea92b2 
						
						
					 
					
						2020-07-22 20:21:06 +02:00 
						 
				 
			
				
					
						
							
							
								Adam Johnson 
							
						 
					 
					
						
						
							
						
						77abe98816 
					 
					
						
						
							
							[3.1.x] Refs  #24763  -- Moved DoesNotExist to Model class docs.  
						
						... 
						
						
						
						Backport of b5f0efa19c 
						
						
					 
					
						2020-07-22 20:20:57 +02:00 
						 
				 
			
				
					
						
							
							
								David Chorpash 
							
						 
					 
					
						
						
							
						
						5360f002f8 
					 
					
						
						
							
							[3.1.x] Refs  #31720  -- Added examples to BoolAnd() and BoolOr() documentation.  
						
						... 
						
						
						
						Backport of a2e621b14e 
						
						
					 
					
						2020-07-21 07:02:18 +02:00 
						 
				 
			
				
					
						
							
							
								Adam Johnson 
							
						 
					 
					
						
						
							
						
						f91ba43ebf 
					 
					
						
						
							
							[3.1.x] Improved description of USE_THOUSAND_SEPARATOR setting.  
						
						... 
						
						
						
						Backport of 80f92177eb 
						
						
					 
					
						2020-07-20 12:55:44 +02:00 
						 
				 
			
				
					
						
							
							
								Adam Johnson 
							
						 
					 
					
						
						
							
						
						32e22f0531 
					 
					
						
						
							
							[3.1.x] Improved ManyToManyField.through docs.  
						
						... 
						
						
						
						Backport of e7fa8aff43 
						
						
					 
					
						2020-07-17 10:48:13 +02:00 
						 
				 
			
				
					
						
							
							
								Adam Johnson 
							
						 
					 
					
						
						
							
						
						e63644d37b 
					 
					
						
						
							
							[3.1.x] Refs  #31502  -- Made minor edits to Model._state docs.  
						
						... 
						
						
						
						Backport of 5ef6f62634 
						
						
					 
					
						2020-07-16 21:12:13 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						3ca8cc0df1 
					 
					
						
						
							
							[3.1.x]  Fixed   #31790  -- Fixed setting SameSite and Secure cookies flags in HttpResponse.delete_cookie().  
						
						... 
						
						
						
						Cookies with the "SameSite" flag set to None and without the "secure"
flag will be soon rejected by latest browser versions.
This affects sessions and messages cookies.
Backport of 240cbb63bf 
						
						
					 
					
						2020-07-16 08:17:45 +02:00 
						 
				 
			
				
					
						
							
							
								Eric Theise 
							
						 
					 
					
						
						
							
						
						ac699ba647 
					 
					
						
						
							
							[3.1.x] FIxed typo in docs/ref/contrib/postgres/forms.txt.  
						
						... 
						
						
						
						Backport of d08e6f55e3 
						
						
					 
					
						2020-07-15 09:04:11 +02:00 
						 
				 
			
				
					
						
							
							
								Caio Ariede 
							
						 
					 
					
						
						
							
						
						7fe7d83295 
					 
					
						
						
							
							[3.1.x]  Fixed   #21528  -- Added note about filtering form field's queryset based on instance to admin docs.  
						
						... 
						
						
						
						Backport of d38c34119e 
						
						
					 
					
						2020-07-13 23:02:05 +02:00 
						 
				 
			
				
					
						
							
							
								Carlton Gibson 
							
						 
					 
					
						
						
							
						
						b19372952c 
					 
					
						
						
							
							[3.1.x] Removed unsupported third-party database backends from docs.  
						
						... 
						
						
						
						Backport of 1d8256719e 
						
						
					 
					
						2020-07-08 22:30:23 +02:00 
						 
				 
			
				
					
						
							
							
								Tim Park 
							
						 
					 
					
						
						
							
						
						3756a0509a 
					 
					
						
						
							
							[3.1.x]  Fixed   #31739  -- Documented dependency between HttpRequest stream IO methods and body.  
						
						... 
						
						
						
						Backport of 060576b0ab 
						
						
					 
					
						2020-07-08 10:41:28 +02:00 
						 
				 
			
				
					
						
							
							
								Tim Park 
							
						 
					 
					
						
						
							
						
						dad6973629 
					 
					
						
						
							
							[3.1.x]  Fixed   #31502  -- Documented Model._state.db and Model._state.adding  
						
						... 
						
						
						
						Backport of 697e59d5cf 
						
						
					 
					
						2020-07-08 10:06:45 +02:00 
						 
				 
			
				
					
						
							
							
								Carlton Gibson 
							
						 
					 
					
						
						
							
						
						268ba2db8e 
					 
					
						
						
							
							[3.1.x] Refs  #6903  -- Adjusted ModelAdmin.preserve_filters docs.  
						
						... 
						
						
						
						Backport of b142bd4a1b 
						
						
					 
					
						2020-07-02 21:10:34 +02:00 
						 
				 
			
				
					
						
							
							
								Adam Johnson 
							
						 
					 
					
						
						
							
						
						5460041475 
					 
					
						
						
							
							[3.1.x] Improved RegexValidator docs.  
						
						... 
						
						
						
						Backport of 8cf08a01b5 
						
						
					 
					
						2020-06-30 12:55:52 +02:00 
						 
				 
			
				
					
						
							
							
								Steven Pousty 
							
						 
					 
					
						
						
							
						
						1a3029b6b4 
					 
					
						
						
							
							[3.1.x]  Fixed   #31743  -- Doc't that managed=False prevents Django from managing tables modifications.  
						
						... 
						
						
						
						Backport of d2c135da4c 
						
						
					 
					
						2020-06-26 09:58:55 +02:00 
						 
				 
			
				
					
						
							
							
								Adam Johnson 
							
						 
					 
					
						
						
							
						
						6ed4a9bdb3 
					 
					
						
						
							
							[3.1.x] Refs  #31493  -- Replaced var with const/let in documentation JS.  
						
						... 
						
						
						
						Backport of 2afa61e7d9 
						
						
					 
					
						2020-06-24 12:22:54 +02:00 
						 
				 
			
				
					
						
							
							
								Yash Saini 
							
						 
					 
					
						
						
							
						
						648f6ffcd7 
					 
					
						
						
							
							[3.1.x] Refs  #31541  -- Added example of creating Redirect objects to redirects app docs.  
						
						... 
						
						
						
						Backport of a8c0246ece 
						
						
					 
					
						2020-06-23 20:21:43 +02:00 
						 
				 
			
				
					
						
							
							
								Adam Johnson 
							
						 
					 
					
						
						
							
						
						59dcbdaed4 
					 
					
						
						
							
							[3.1.x] Made small improvements to PostgreSQL operations docs.  
						
						... 
						
						
						
						Backport of 0ff3228844 
						
						
					 
					
						2020-06-23 11:32:50 +02:00 
						 
				 
			
				
					
						
							
							
								David Smith 
							
						 
					 
					
						
						
							
						
						928f6a90e4 
					 
					
						
						
							
							[3.1.x]  Fixed   #30933  -- Updated instructions for installing GeoDjango on Windows.  
						
						... 
						
						
						
						Backport of 7f4db2d82b 
						
						
					 
					
						2020-06-17 20:14:31 +02:00 
						 
				 
			
				
					
						
							
							
								David Smith 
							
						 
					 
					
						
						
							
						
						58f7d7c9fd 
					 
					
						
						
							
							[3.1.x] Adjusted  model definition in GeoDjango tutorial.  
						
						... 
						
						
						
						The example uses the world border data set, where
one of the entries has a null field value.
Backport of 6bc9283751 
						
						
					 
					
						2020-06-17 20:11:20 +02:00 
						 
				 
			
				
					
						
							
							
								Tobias Krönke 
							
						 
					 
					
						
						
							
						
						5ba2dfb9d0 
					 
					
						
						
							
							[3.1.x]  Fixed   #31689  -- Doc'd caveat about using bulk_create()'s ignore_conflicts on MariDB and MySQL.  
						
						... 
						
						
						
						Backport of 69e0d9c553 
						
						
					 
					
						2020-06-15 12:52:45 +02:00 
						 
				 
			
				
					
						
							
							
								Hasan Ramezani 
							
						 
					 
					
						
						
							
						
						ecd794bc68 
					 
					
						
						
							
							[3.1.x]  Fixed   #31696  -- Updated OWASP links in docs.  
						
						... 
						
						
						
						Backport of a16080810b 
						
						
					 
					
						2020-06-15 09:44:37 +02:00 
						 
				 
			
				
					
						
							
							
								sebashwa 
							
						 
					 
					
						
						
							
						
						2d3b6bce28 
					 
					
						
						
							
							[3.1.x]  Fixed   #31690  -- Added note about fuzzy entries in translation docs.  
						
						... 
						
						
						
						Backport of 3d664a158d 
						
						
					 
					
						2020-06-15 09:05:09 +02:00 
						 
				 
			
				
					
						
							
							
								Hasan Ramezani 
							
						 
					 
					
						
						
							
						
						43254876c2 
					 
					
						
						
							
							[3.1.x]  Fixed   #31650  -- Added note uniqueness of constraints names in docs.  
						
						... 
						
						
						
						Backport of 55556e51fb 
						
						
					 
					
						2020-06-04 07:38:35 +02:00 
						 
				 
			
				
					
						
							
							
								Chris May 
							
						 
					 
					
						
						
							
						
						fe07357ef9 
					 
					
						
						
							
							[3.1.x] Fixed typo in docs/ref/templates/language.txt.  
						
						... 
						
						
						
						Backport of ecaac9e42f 
						
						
					 
					
						2020-06-01 20:52:25 +02:00