Sergey Fursov 
							
						 
					 
					
						
						
							
						
						feeb0685c6 
					 
					
						
						
							
							Updated example of YAML serialization format in docs.  
						
						
						
						
					 
					
						2021-12-28 12:44:41 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						ad6bb20557 
					 
					
						
						
							
							Avoided counting attributes and methods in docs.  
						
						
						
						
					 
					
						2021-12-28 12:36:57 +01:00 
						 
				 
			
				
					
						
							
							
								Adam Johnson 
							
						 
					 
					
						
						
							
						
						b0d16d0129 
					 
					
						
						
							
							Changed signatures of setting_changed signal receivers.  
						
						
						
						
					 
					
						2021-12-17 13:07:04 +01:00 
						 
				 
			
				
					
						
							
							
								Jacob Walls 
							
						 
					 
					
						
						
							
						
						76ccce64cc 
					 
					
						
						
							
							Fixed   #16063  -- Adjusted admin changelist searches spanning multi-valued relationships.  
						
						... 
						
						
						
						This reduces the likelihood of admin searches issuing queries with
excessive joins. 
						
						
					 
					
						2021-12-15 08:14:19 +01:00 
						 
				 
			
				
					
						
							
							
								Adam Johnson 
							
						 
					 
					
						
						
							
						
						41329b9852 
					 
					
						
						
							
							Improved wording in password validators docs and docstrings.  
						
						
						
						
					 
					
						2021-12-13 18:53:07 +01:00 
						 
				 
			
				
					
						
							
							
								mgaligniana 
							
						 
					 
					
						
						
							
						
						669dcefc04 
					 
					
						
						
							
							Fixed   #33338  -- Doc'd that never_cache() decorator set Expires header.  
						
						
						
						
					 
					
						2021-12-13 15:34:19 +01:00 
						 
				 
			
				
					
						
							
							
								Baptiste Mispelon 
							
						 
					 
					
						
						
							
						
						528691d1b6 
					 
					
						
						
							
							Fixed   #33301  -- Clarified the type of arguments required by custom assertions.  
						
						
						
						
					 
					
						2021-11-26 12:03:00 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						75ee7057e9 
					 
					
						
						
							
							Refs  #33163  -- Corrected example of connection signal handlers in AppConfig.ready().  
						
						
						
						
					 
					
						2021-11-26 11:16:35 +01:00 
						 
				 
			
				
					
						
							
							
								mgaligniana 
							
						 
					 
					
						
						
							
						
						7f8f69fb38 
					 
					
						
						
							
							Fixed   #33298  -- Added docs and tests for using Q objects with get_object_or_404()/get_list_or_404().  
						
						
						
						
					 
					
						2021-11-24 09:28:21 +01:00 
						 
				 
			
				
					
						
							
							
								Roxane 
							
						 
					 
					
						
						
							
						
						2d124f6a1c 
					 
					
						
						
							
							Fixed   #33163  -- Added example of connection signal handlers in AppConfig.ready() to docs.  
						
						
						
						
					 
					
						2021-11-17 09:55:51 +01:00 
						 
				 
			
				
					
						
							
							
								Krzysztof Jagiello 
							
						 
					 
					
						
						
							
						
						8d9827c06c 
					 
					
						
						
							
							Fixed   #33161  -- Enabled durability check for nested atomic blocks in TestCase.  
						
						... 
						
						
						
						Co-Authored-By: Adam Johnson <me@adamj.eu > 
						
						
					 
					
						2021-11-12 13:05:56 +01:00 
						 
				 
			
				
					
						
							
							
								Baptiste Mispelon 
							
						 
					 
					
						
						
							
						
						91acfc3514 
					 
					
						
						
							
							Fixed   #33264  -- Made test runner return non-zero error code for unexpected successes.  
						
						
						
						
					 
					
						2021-11-08 20:19:21 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						60503cc747 
					 
					
						
						
							
							Corrected multiply defined labels in docs.  
						
						
						
						
					 
					
						2021-11-04 10:46:01 +01:00 
						 
				 
			
				
					
						
							
							
								Brad 
							
						 
					 
					
						
						
							
						
						c7152cb58e 
					 
					
						
						
							
							Fixed typo in docs/topics/logging.txt.  
						
						
						
						
					 
					
						2021-11-03 07:41:50 +01:00 
						 
				 
			
				
					
						
							
							
								Carlton Gibson 
							
						 
					 
					
						
						
							
						
						2ccc0b22db 
					 
					
						
						
							
							Fixed   #33211  -- Updated tests for Selenium 4.0.0.  
						
						... 
						
						
						
						Replaced deprecated `find_element[s]_by_*()` usages, in favour of
`find_element[s]()` with an explicit `By`. 
						
						
					 
					
						2021-10-21 14:37:16 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						fd881e8cd9 
					 
					
						
						
							
							Refs  #33207  -- Clarified that AUTH_USER_MODEL expects an app label.  
						
						
						
						
					 
					
						2021-10-19 13:05:13 +02:00 
						 
				 
			
				
					
						
							
							
								David Smith 
							
						 
					 
					
						
						
							
						
						69b0736fad 
					 
					
						
						
							
							Refs  #32956  -- Changed docs to treat the acronym HTTP phonetically.  
						
						
						
						
					 
					
						2021-10-18 21:00:28 +02:00 
						 
				 
			
				
					
						
							
							
								sreehari1997 
							
						 
					 
					
						
						
							
						
						e2f778d579 
					 
					
						
						
							
							Fixed   #33172  -- Added example of modifying upload handlers on the fly for CBVs.  
						
						
						
						
					 
					
						2021-10-18 09:45:52 +02:00 
						 
				 
			
				
					
						
							
							
								Joel Farthing 
							
						 
					 
					
						
						
							
						
						2f14432375 
					 
					
						
						
							
							Fixed   #33128  -- Corrected possessive 's usage in FormSet docs.  
						
						
						
						
					 
					
						2021-09-22 11:26:24 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						1d16dbc745 
					 
					
						
						
							
							Fixed broken links and redirects in docs.  
						
						
						
						
					 
					
						2021-09-21 09:27:44 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						f8bab4e0dc 
					 
					
						
						
							
							Used :rfc: role in docs/topics/conditional-view-processing.txt.  
						
						
						
						
					 
					
						2021-09-21 09:27:44 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						05f3a6186e 
					 
					
						
						
							
							Refs  #32193  -- Removed MemcachedCache per deprecation timeline.  
						
						
						
						
					 
					
						2021-09-20 21:23:01 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						e2be307b3a 
					 
					
						
						
							
							Refs  #31235  -- Made assertQuerysetEqual() not call repr() on a queryset when compared to string values.  
						
						... 
						
						
						
						Per deprecation timeline. 
						
						
					 
					
						2021-09-20 21:23:01 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						97237ad3fe 
					 
					
						
						
							
							Removed versionadded/changed annotations for 3.2.  
						
						
						
						
					 
					
						2021-09-20 21:23:01 +02:00 
						 
				 
			
				
					
						
							
							
								David Smith 
							
						 
					 
					
						
						
							
						
						456466d932 
					 
					
						
						
							
							Fixed   #31026  -- Switched form rendering to template engine.  
						
						... 
						
						
						
						Thanks Carlton Gibson, Keryn Knight, Mariusz Felisiak, and Nick Pope
for reviews.
Co-authored-by: Johannes Hoppe <info@johanneshoppe.com > 
						
						
					 
					
						2021-09-20 15:50:18 +02:00 
						 
				 
			
				
					
						
							
							
								Carlton Gibson 
							
						 
					 
					
						
						
							
						
						306607d5b9 
					 
					
						
						
							
							Fixed   #32365  -- Made zoneinfo the default timezone implementation.  
						
						... 
						
						
						
						Thanks to Adam Johnson, Aymeric Augustin, David Smith, Mariusz Felisiak, Nick
Pope, and Paul Ganssle for reviews. 
						
						
					 
					
						2021-09-16 12:11:05 +02:00 
						 
				 
			
				
					
						
							
							
								Daniyal 
							
						 
					 
					
						
						
							
						
						ec212c6616 
					 
					
						
						
							
							Fixed   #33012  -- Added Redis cache backend.  
						
						... 
						
						
						
						Thanks Carlton Gibson, Chris Jerdonek, David Smith, Keryn Knight,
Mariusz Felisiak, and Nick Pope for reviews and mentoring this
Google Summer of Code 2021 project. 
						
						
					 
					
						2021-09-14 15:50:08 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						676bd084f2 
					 
					
						
						
							
							Fixed   #32873  -- Deprecated settings.USE_L10N.  
						
						... 
						
						
						
						Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com > 
						
						
					 
					
						2021-09-14 12:05:43 +02:00 
						 
				 
			
				
					
						
							
							
								Adam Johnson 
							
						 
					 
					
						
						
							
						
						c8d3cbdba8 
					 
					
						
						
							
							Refs  #31055  -- Doc'd 'databases' argument of check functions.  
						
						
						
						
					 
					
						2021-09-10 11:02:28 +02:00 
						 
				 
			
				
					
						
							
							
								Andrew-Chen-Wang 
							
						 
					 
					
						
						
							
						
						301a85a12f 
					 
					
						
						
							
							Fixed   #32076  -- Added async methods to BaseCache.  
						
						... 
						
						
						
						This also makes DummyCache async-compatible. 
						
						
					 
					
						2021-09-07 20:14:25 +02:00 
						 
				 
			
				
					
						
							
							
								Jacob Walls 
							
						 
					 
					
						
						
							
						
						e75a3a770e 
					 
					
						
						
							
							Fixed typo in docs/topics/i18n/formatting.txt.  
						
						
						
						
					 
					
						2021-09-04 20:32:15 +02:00 
						 
				 
			
				
					
						
							
							
								Eugene Morozov 
							
						 
					 
					
						
						
							
						
						d89f976bdd 
					 
					
						
						
							
							Fixed   #33054  -- Made TestCase.captureOnCommitCallbacks() capture callbacks recursively.  
						
						
						
						
					 
					
						2021-08-30 07:06:22 +02:00 
						 
				 
			
				
					
						
							
							
								Zainab Amir 
							
						 
					 
					
						
						
							
						
						3445c50a3a 
					 
					
						
						
							
							Made sentence about Model consistent in docs.  
						
						
						
						
					 
					
						2021-08-26 07:55:56 +02:00 
						 
				 
			
				
					
						
							
							
								Chris Jerdonek 
							
						 
					 
					
						
						
							
						
						b263f4b69d 
					 
					
						
						
							
							Fixed   #32552  -- Added logger argument to DiscoverRunner.  
						
						
						
						
					 
					
						2021-08-24 09:23:01 +02:00 
						 
				 
			
				
					
						
							
							
								Andrew Northall 
							
						 
					 
					
						
						
							
						
						c23aa73626 
					 
					
						
						
							
							Fixed   #32964  -- Corrected 'setup'/'set up' usage in docs.  
						
						
						
						
					 
					
						2021-08-17 12:18:07 +02:00 
						 
				 
			
				
					
						
							
							
								Jacob Walls 
							
						 
					 
					
						
						
							
						
						259b28706e 
					 
					
						
						
							
							Fixed some broken links and redirects in docs.  
						
						
						
						
					 
					
						2021-08-09 07:07:52 +02:00 
						 
				 
			
				
					
						
							
							
								David Smith 
							
						 
					 
					
						
						
							
						
						8208381ba6 
					 
					
						
						
							
							Refs  #32956  -- Corrected spelling of daylight saving time.  
						
						... 
						
						
						
						AP Stylebook: Saving not savings, no hyphen, and lowercase. 
						
						
					 
					
						2021-08-06 13:00:24 +02:00 
						 
				 
			
				
					
						
							
							
								Ties Jan Hefting 
							
						 
					 
					
						
						
							
						
						4f3acf9579 
					 
					
						
						
							
							Fixed   #32984  -- Allowed customizing a deletion field widget in formsets.  
						
						
						
						
					 
					
						2021-08-03 13:12:50 +02:00 
						 
				 
			
				
					
						
							
							
								Lauri Tirkkonen 
							
						 
					 
					
						
						
							
						
						4b6208ffdd 
					 
					
						
						
							
							Updated BaseDatabaseFeatures link in testing tools docs.  
						
						
						
						
					 
					
						2021-08-02 12:48:20 +02:00 
						 
				 
			
				
					
						
							
							
								David Smith 
							
						 
					 
					
						
						
							
						
						fbb1984046 
					 
					
						
						
							
							Refs  #32956  -- Updated words ending in -wards.  
						
						... 
						
						
						
						AP styleguide: Virtually none of the words ending with -wards end with
an s. 
						
						
					 
					
						2021-07-30 20:34:50 +02:00 
						 
				 
			
				
					
						
							
							
								David Smith 
							
						 
					 
					
						
						
							
						
						1024b5e74a 
					 
					
						
						
							
							Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate.  
						
						
						
						
					 
					
						2021-07-29 06:24:12 +02:00 
						 
				 
			
				
					
						
							
							
								David Smith 
							
						 
					 
					
						
						
							
						
						1cba320786 
					 
					
						
						
							
							Refs  #32956  -- Changed "afterwards" to "afterward" in docs and comments.  
						
						... 
						
						
						
						This also removes unnecessary comments with the previous spelling.
AP Stylebook has a short entry to advise the preferred spelling for
"en-us". "Afterwards" is preferred in British English. 
						
						
					 
					
						2021-07-27 10:41:51 +02:00 
						 
				 
			
				
					
						
							
							
								ryowright 
							
						 
					 
					
						
						
							
						
						1783b3cb24 
					 
					
						
						
							
							Fixed   #32275  -- Added scrypt password hasher.  
						
						... 
						
						
						
						Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com > 
						
						
					 
					
						2021-07-22 12:40:33 +02:00 
						 
				 
			
				
					
						
							
							
								Jacob Walls 
							
						 
					 
					
						
						
							
						
						56f9579105 
					 
					
						
						
							
							Fixed   #32655  -- Deprecated extra_tests argument for DiscoverRunner.build_suite()/run_tests().  
						
						
						
						
					 
					
						2021-07-16 20:46:41 +02:00 
						 
				 
			
				
					
						
							
							
								Haki Benita 
							
						 
					 
					
						
						
							
						
						59404e8cfe 
					 
					
						
						
							
							Fixed typo in docs/topics/signals.txt.  
						
						
						
						
					 
					
						2021-07-16 20:25:36 +02:00 
						 
				 
			
				
					
						
							
							
								Ties Jan Hefting 
							
						 
					 
					
						
						
							
						
						84400d2e9d 
					 
					
						
						
							
							Fixed   #32905  -- Added CSS class for non-form errors of formsets.  
						
						
						
						
					 
					
						2021-07-15 07:00:39 +02:00 
						 
				 
			
				
					
						
							
							
								Daniele Procida 
							
						 
					 
					
						
						
							
						
						013a1824d3 
					 
					
						
						
							
							Refs  #32880  -- Created a new logging how-to document.  
						
						... 
						
						
						
						Moved how-to material from topic document into a new document, and
added new material. Introduced minor improvements to logging
reference document. 
						
						
					 
					
						2021-07-12 09:04:25 +02:00 
						 
				 
			
				
					
						
							
							
								Chris Jerdonek 
							
						 
					 
					
						
						
							
						
						90ba716bf0 
					 
					
						
						
							
							Fixed   #24522  -- Added a --shuffle option to DiscoverRunner.  
						
						
						
						
					 
					
						2021-07-08 07:29:04 +02:00 
						 
				 
			
				
					
						
							
							
								Daniele Procida 
							
						 
					 
					
						
						
							
						
						62988afbea 
					 
					
						
						
							
							Refs  #32880  -- Renamed/reordered logging topic sections.  
						
						... 
						
						
						
						Moved sections so that how-to type material is all together, and
renamed headings so it's clearer what those sections are about, in
anticipation of creating a separate how-to document and expanding
the material. 
						
						
					 
					
						2021-07-01 07:30:53 +02:00 
						 
				 
			
				
					
						
							
							
								Daniele Procida 
							
						 
					 
					
						
						
							
						
						261ca6ce2e 
					 
					
						
						
							
							Removed trailing whitespace in logging topic.  
						
						
						
						
					 
					
						2021-07-01 07:12:56 +02:00