Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						ba9ced3e9a 
					 
					
						
						
							
							Fixed   #33253  -- Reverted "Fixed  #32319  -- Added ES module support to ManifestStaticFilesStorage."  
						
						... 
						
						
						
						This reverts commit 91e21836f6 
						
						
					 
					
						2021-11-05 12:11:18 +01:00 
						 
				 
			
				
					
						
							
							
								David Smith 
							
						 
					 
					
						
						
							
						
						c6c6cd3c5a 
					 
					
						
						
							
							Fixed   #33235  -- Removed "for = ..." from MultiWidget's <label>.  
						
						... 
						
						
						
						This improves accessibility for screen reader users. 
						
						
					 
					
						2021-11-05 11:05:52 +01:00 
						 
				 
			
				
					
						
							
							
								Carlton Gibson 
							
						 
					 
					
						
						
							
						
						4816dc9428 
					 
					
						
						
							
							Fixed   #33237  -- Fixed detecting source maps in ManifestStaticFilesStorage for multiline files.  
						
						... 
						
						
						
						Switched regex to multiline mode in order to match per-line, rather
than against the whole file.
Thanks to Joseph Abrahams for the report.
Regression in 781b44240a 
						
						
					 
					
						2021-11-04 20:28:35 +01:00 
						 
				 
			
				
					
						
							
							
								Guilherme Martins Crocetti 
							
						 
					 
					
						
						
							
						
						fc565cb539 
					 
					
						
						
							
							Fixed   #27147  -- Allowed specifying bounds of tuple inputs for non-discrete range fields.  
						
						
						
						
					 
					
						2021-11-04 19:08:57 +01:00 
						 
				 
			
				
					
						
							
							
								Guilherme Martins Crocetti 
							
						 
					 
					
						
						
							
						
						52f6927d7f 
					 
					
						
						
							
							Refs  #29738  -- Added test for serializing psycopg2's NumericRange with DecimalRangeField in migrations.  
						
						
						
						
					 
					
						2021-11-04 19:08:57 +01:00 
						 
				 
			
				
					
						
							
							
								Hannes Ljungberg 
							
						 
					 
					
						
						
							
						
						a934d377af 
					 
					
						
						
							
							Fixed   #33262  -- Fixed crash of conditional aggregation on Exists().  
						
						
						
						
					 
					
						2021-11-04 06:31:32 +01:00 
						 
				 
			
				
					
						
							
							
								Hannes Ljungberg 
							
						 
					 
					
						
						
							
						
						25157033e9 
					 
					
						
						
							
							Fixed   #33260  -- Fixed crash when chaining QuerySet.exists() after select_for_update(of=()).  
						
						
						
						
					 
					
						2021-11-03 20:08:14 +01:00 
						 
				 
			
				
					
						
							
							
								Keryn Knight 
							
						 
					 
					
						
						
							
						
						a697424969 
					 
					
						
						
							
							Fixed   #32996  -- Cached PathInfos on relations.  
						
						... 
						
						
						
						PathInfo values are ostensibly static over the lifetime of the object
for which they're requested, so the data can be memoized, quickly
amortising the cost over the process' duration. 
						
						
					 
					
						2021-11-03 11:27:04 +01:00 
						 
				 
			
				
					
						
							
							
								Iuri de Silvio 
							
						 
					 
					
						
						
							
						
						3ff7b15bb7 
					 
					
						
						
							
							Fixed   #33252  -- Made cache middlewares thread-safe.  
						
						
						
						
					 
					
						2021-11-03 09:39:27 +01:00 
						 
				 
			
				
					
						
							
							
								Iuri de Silvio 
							
						 
					 
					
						
						
							
						
						0c05c183e4 
					 
					
						
						
							
							Refs  #33252  -- Used @override_settings in BaseCacheTests.test_cache_write_unpicklable_object()  
						
						
						
						
					 
					
						2021-11-03 09:05:12 +01:00 
						 
				 
			
				
					
						
							
							
								Roman 
							
						 
					 
					
						
						
							
						
						407fe95cb1 
					 
					
						
						
							
							Fixed   #32691  -- Made Exact lookup on BooleanFields compare directly to a boolean value on MySQL.  
						
						... 
						
						
						
						Performance regression in 37e6c5b79bfelisiak.mariusz@gmail.com > 
						
						
					 
					
						2021-11-02 21:30:21 +01:00 
						 
				 
			
				
					
						
							
							
								jordan.bae 
							
						 
					 
					
						
						
							
						
						aaf9b55858 
					 
					
						
						
							
							Fixed   #33187  -- Made inspectdb handle ForeignKey.to_field attribute.  
						
						
						
						
					 
					
						2021-11-02 18:53:11 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						dab48b7482 
					 
					
						
						
							
							Fixed   #33234  -- Fixed autodetector crash for proxy models inheriting from non-model class.  
						
						... 
						
						
						
						Regression in aa4acc164d 
						
						
					 
					
						2021-11-02 15:34:08 +01:00 
						 
				 
			
				
					
						
							
							
								Hasan Ramezani 
							
						 
					 
					
						
						
							
						
						c069ee0b9d 
					 
					
						
						
							
							Fixed   #33224  -- Removed DatabaseFeatures.supports_mixed_date_datetime_comparisons.  
						
						
						
						
					 
					
						2021-11-02 07:30:38 +01:00 
						 
				 
			
				
					
						
							
							
								andrewdotn 
							
						 
					 
					
						
						
							
						
						9e6d631697 
					 
					
						
						
							
							Fixed   #33246  -- Made squashmigrations raise CommandError when squashed_name already exists.  
						
						
						
						
					 
					
						2021-11-02 07:13:42 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						c3e0dfe4cc 
					 
					
						
						
							
							Fixed isolation of admin_views.tests.ValidXHTMLTests.  
						
						
						
						
					 
					
						2021-11-02 07:03:11 +01:00 
						 
				 
			
				
					
						
							
							
								Pratyush Mittal 
							
						 
					 
					
						
						
							
						
						f38458fe56 
					 
					
						
						
							
							Fixed   #33236  -- Fixed assertHTMLEqual() error messages for escaped HTML.  
						
						
						
						
					 
					
						2021-10-29 12:09:23 +02:00 
						 
				 
			
				
					
						
							
							
								Iuri de Silvio 
							
						 
					 
					
						
						
							
						
						afeafd6036 
					 
					
						
						
							
							Fixed   #33201  -- Made RenameModel operation a noop for models with db_table.  
						
						
						
						
					 
					
						2021-10-27 12:41:29 +02:00 
						 
				 
			
				
					
						
							
							
								Anv3sh 
							
						 
					 
					
						
						
							
						
						69af4d09ba 
					 
					
						
						
							
							Fixed   #32672  -- Fixed introspection of primary key constraints on SQLite.  
						
						... 
						
						
						
						Thanks Simon Charette for the implementation idea. 
						
						
					 
					
						2021-10-26 09:50:23 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						d446f8ba08 
					 
					
						
						
							
							Corrected AutodetectorTests.test_rename_field_and_foo_together()'s docstring.  
						
						
						
						
					 
					
						2021-10-26 08:46:50 +02:00 
						 
				 
			
				
					
						
							
							
								Jacob Walls 
							
						 
					 
					
						
						
							
						
						def09bf412 
					 
					
						
						
							
							Fixed   #27079  -- Avoided multiple setUpClass()/tearDownClass() calls in LiveServerTestCase tests.  
						
						
						
						
					 
					
						2021-10-26 07:47:40 +02:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						cbd9f8531d 
					 
					
						
						
							
							Removed duplicated lines in test_in_lookup_allows_F_expressions_and_expressions_for_datetimes().  
						
						
						
						
					 
					
						2021-10-26 07:22:20 +02:00 
						 
				 
			
				
					
						
							
							
								David Wobrock 
							
						 
					 
					
						
						
							
						
						0314593fe8 
					 
					
						
						
							
							Fixed   #31503  -- Made autodetector remove unique/index_together before altering fields.  
						
						
						
						
					 
					
						2021-10-25 10:10:02 +02:00 
						 
				 
			
				
					
						
							
							
								Hasan Ramezani 
							
						 
					 
					
						
						
							
						
						c1e4111c74 
					 
					
						
						
							
							Fixed   #33205  -- Made call_command() raise TypeError when dest with multiple arguments is passed.  
						
						
						
						
					 
					
						2021-10-25 07:48:06 +02:00 
						 
				 
			
				
					
						
							
							
								Jacob Walls 
							
						 
					 
					
						
						
							
						
						1feb55d607 
					 
					
						
						
							
							Fixed typo in tests/servers/tests.py.  
						
						
						
						
					 
					
						2021-10-25 07:42:06 +02:00 
						 
				 
			
				
					
						
							
							
								Manaia Junior 
							
						 
					 
					
						
						
							
						
						551c997fea 
					 
					
						
						
							
							Fixed   #33214  -- Added BaseDatabaseOperations.format_for_duration_arithmetic() stub method.  
						
						
						
						
					 
					
						2021-10-22 08:19:02 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						9231526af4 
					 
					
						
						
							
							Fixed   #33215  -- Confirmed support for GEOS 3.10.  
						
						
						
						
					 
					
						2021-10-21 20:23:58 +02:00 
						 
				 
			
				
					
						
							
							
								David Smith 
							
						 
					 
					
						
						
							
						
						480191244d 
					 
					
						
						
							
							Fixed   #25916  -- Added lastmod support to sitemap index view.  
						
						... 
						
						
						
						Co-authored-by: Matthew Downey <matthew.downey@webit.com.au > 
						
						
					 
					
						2021-10-21 15:26:22 +02:00 
						 
				 
			
				
					
						
							
							
								David Smith 
							
						 
					 
					
						
						
							
						
						2ce03a2bac 
					 
					
						
						
							
							Refs  #25916  -- Isolated sitemap.test_utils tests  
						
						
						
						
					 
					
						2021-10-21 15:26:22 +02: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 
						 
				 
			
				
					
						
							
							
								Carlton Gibson 
							
						 
					 
					
						
						
							
						
						8fa974fcdd 
					 
					
						
						
							
							Refs  #33211  -- Added assertCountSeleniumElements() test helper.  
						
						
						
						
					 
					
						2021-10-21 14:37:16 +02:00 
						 
				 
			
				
					
						
							
							
								Adam Johnson 
							
						 
					 
					
						
						
							
						
						45f48ed4f7 
					 
					
						
						
							
							Made F deconstruction omit 'expressions' in the path.  
						
						
						
						
					 
					
						2021-10-21 09:40:52 +02:00 
						 
				 
			
				
					
						
							
							
								Vinay Karanam 
							
						 
					 
					
						
						
							
						
						8806e8809e 
					 
					
						
						
							
							Fixed   #33043  -- Made method_decorator() preserve wrapper assignments.  
						
						... 
						
						
						
						Regression in f434f5b84f 
						
						
					 
					
						2021-10-20 16:48:00 +02:00 
						 
				 
			
				
					
						
							
							
								Shreya Bamne 
							
						 
					 
					
						
						
							
						
						004b4620f6 
					 
					
						
						
							
							Fixed   #32987  -- Added system check for template tag modules with the same name.  
						
						... 
						
						
						
						Co-authored-by: Daniel Fairhead <daniel@dev.ngo > 
						
						
					 
					
						2021-10-20 11:15:47 +02:00 
						 
				 
			
				
					
						
							
							
								David Smith 
							
						 
					 
					
						
						
							
						
						7ef0bc922c 
					 
					
						
						
							
							Refs  #32956  -- Capitalized HTTP/HTTPS in comments, docs, and docstrings.  
						
						
						
						
					 
					
						2021-10-20 08:40:19 +02:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						5896aa8367 
					 
					
						
						
							
							Fixed   #33197  -- Made field rename with prior matching db_column change a noop.  
						
						... 
						
						
						
						Thanks Jacob Walls for the report. 
						
						
					 
					
						2021-10-19 06:46:35 +02:00 
						 
				 
			
				
					
						
							
							
								David Smith 
							
						 
					 
					
						
						
							
						
						69b0736fad 
					 
					
						
						
							
							Refs  #32956  -- Changed docs to treat the acronym HTTP phonetically.  
						
						
						
						
					 
					
						2021-10-18 21:00:28 +02:00 
						 
				 
			
				
					
						
							
							
								Hannes Ljungberg 
							
						 
					 
					
						
						
							
						
						86971c4090 
					 
					
						
						
							
							Fixed   #33194  -- Fixed migrations when altering a field with functional indexes/unique constraints on SQLite.  
						
						... 
						
						
						
						This adjusts Expressions.rename_table_references() to only update alias
when needed.
Regression in 83fcfc9ec8charettes@users.noreply.github.com > 
						
						
					 
					
						2021-10-18 08:25:23 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						569a33579c 
					 
					
						
						
							
							Refs  #32074  -- Removed usage of deprecated asyncore and smtpd modules.  
						
						... 
						
						
						
						asyncore and smtpd modules were deprecated in Python 3.10. 
						
						
					 
					
						2021-10-15 09:58:35 +02:00 
						 
				 
			
				
					
						
							
							
								Jacob Walls 
							
						 
					 
					
						
						
							
						
						15683cdb95 
					 
					
						
						
							
							Fixed   #23953  -- Made makemigrations continue number sequence for squashed migrations.  
						
						
						
						
					 
					
						2021-10-15 06:59:31 +02:00 
						 
				 
			
				
					
						
							
							
								Jacob Walls 
							
						 
					 
					
						
						
							
						
						6e4ac28af0 
					 
					
						
						
							
							Refs  #23953  -- Added MigrationAutodetector.parse_number() tests.  
						
						
						
						
					 
					
						2021-10-15 06:59:31 +02:00 
						 
				 
			
				
					
						
							
							
								Piotr Kunicki 
							
						 
					 
					
						
						
							
						
						cb8d7ca0ba 
					 
					
						
						
							
							Refs  #30509  -- Adjusted FileResponse test to close file earlier.  
						
						
						
						
					 
					
						2021-10-14 15:05:27 +02:00 
						 
				 
			
				
					
						
							
							
								Piotr Kunicki 
							
						 
					 
					
						
						
							
						
						dc724c5bf9 
					 
					
						
						
							
							Fixed   #30509  -- Made FileResponse better handle buffers and non-zero file offsets.  
						
						
						
						
					 
					
						2021-10-14 15:05:04 +02:00 
						 
				 
			
				
					
						
							
							
								Piotr Kunicki 
							
						 
					 
					
						
						
							
						
						3ac4764397 
					 
					
						
						
							
							Refs  #30509  -- Increased FileResponse test coverage.  
						
						... 
						
						
						
						Split tests by behavior, e.g. header, and added additional tests. 
						
						
					 
					
						2021-10-14 15:04:30 +02:00 
						 
				 
			
				
					
						
							
							
								Martin Svoboda 
							
						 
					 
					
						
						
							
						
						cc4cb95bef 
					 
					
						
						
							
							Fixed   #33008  -- Fixed prefetch_related() for deleted GenericForeignKeys.  
						
						... 
						
						
						
						Thanks Simon Charette for the implementation idea. 
						
						
					 
					
						2021-10-14 12:37:03 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						cdad96e633 
					 
					
						
						
							
							Refs  #27131  -- Removed SMTPBackendTests.test_server_login().  
						
						... 
						
						
						
						test_server_login() was a regression test for a crash when passing
Unicode strings to SMTP server using CRAM-MD5 method on Python 2.
Python 2 is no longer supported and test_server_login() passes even
without FakeSMTPChannel.smtp_AUTH() because
smtplib.SMTPAuthenticationError is raised when AUTH is not implemented. 
						
						
					 
					
						2021-10-14 11:36:51 +02:00 
						 
				 
			
				
					
						
							
							
								David Smith 
							
						 
					 
					
						
						
							
						
						f345c9fb3e 
					 
					
						
						
							
							Refs  #25916  -- Added tests for a callable lastmod on Sitemaps.  
						
						
						
						
					 
					
						2021-10-14 08:13:22 +02:00 
						 
				 
			
				
					
						
							
							
								Jacob Walls 
							
						 
					 
					
						
						
							
						
						32f1fe5f89 
					 
					
						
						
							
							Fixed   #29470  -- Logged makemigrations automatic decisions in non-interactive mode.  
						
						
						
						
					 
					
						2021-10-12 15:19:39 +02:00 
						 
				 
			
				
					
						
							
							
								Jacob Walls 
							
						 
					 
					
						
						
							
						
						241ba23870 
					 
					
						
						
							
							Refs  #29470  -- Added makemigrations test for adding fields with no default and auto_now_add=True in non-interactive mode.  
						
						
						
						
					 
					
						2021-10-12 15:19:39 +02:00 
						 
				 
			
				
					
						
							
							
								Christophe Henry 
							
						 
					 
					
						
						
							
						
						b1b26b37af 
					 
					
						
						
							
							Fixed   #33178  -- Made createsuperuser validate required fields passed in options in interactive mode.  
						
						
						
						
					 
					
						2021-10-12 08:08:05 +02:00