Diego Lima 
							
						 
					 
					
						
						
							
						
						2e5aa444d1 
					 
					
						
						
							
							Fixed   #32517  -- Made OrderedSet reversible.  
						
						... 
						
						
						
						Refs #32516 . 
						
						
					 
					
						2021-03-08 08:22:07 +01:00 
						 
				 
			
				
					
						
							
							
								Johan Schiff 
							
						 
					 
					
						
						
							
						
						d01709aae2 
					 
					
						
						
							
							Fixed   #24141  -- Added QuerySet.contains().  
						
						
						
						
					 
					
						2021-03-06 20:40:29 +01:00 
						 
				 
			
				
					
						
							
							
								Jacob Walls 
							
						 
					 
					
						
						
							
						
						286fb73b69 
					 
					
						
						
							
							Fixed   #32507  -- Added link to assertHTMLEqual() in assertInHTML() docs.  
						
						
						
						
					 
					
						2021-03-05 20:20:31 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Jerdonek 
							
						 
					 
					
						
						
							
						
						22c9af0eae 
					 
					
						
						
							
							Fixed   #32489  -- Added iter_test_cases() to iterate over a TestSuite.  
						
						... 
						
						
						
						This also makes partition_suite_by_type(), partition_suite_by_case(),
filter_tests_by_tags(), and DiscoverRunner._get_databases() to use
iter_test_cases(). 
						
						
					 
					
						2021-03-05 13:04:07 +01:00 
						 
				 
			
				
					
						
							
							
								Chris Jerdonek 
							
						 
					 
					
						
						
							
						
						b190419278 
					 
					
						
						
							
							Simplified for loop in reorder_suite().  
						
						
						
						
					 
					
						2021-03-05 07:28:37 +01:00 
						 
				 
			
				
					
						
							
							
								Jacob Walls 
							
						 
					 
					
						
						
							
						
						7d68fa4ed3 
					 
					
						
						
							
							Fixed typo assertNotContains() docstring.  
						
						
						
						
					 
					
						2021-03-04 20:54:06 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						c6b07627fc 
					 
					
						
						
							
							Refs  #32483  -- Doc'd caveat about using JSONField key transforms to booleans with QuerySet.values()/values_list() on SQLite.  
						
						
						
						
					 
					
						2021-03-04 11:30:06 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						05bbff8263 
					 
					
						
						
							
							Fixed typo in docs/ref/contrib/postgres/fields.txt.  
						
						
						
						
					 
					
						2021-03-04 10:43:00 +01:00 
						 
				 
			
				
					
						
							
							
								Hasan Ramezani 
							
						 
					 
					
						
						
							
						
						20ddc3b81d 
					 
					
						
						
							
							Fixed   #32494  -- Adjusted system check for raw_id_fields to warn about Field.attname.  
						
						
						
						
					 
					
						2021-03-04 08:41:28 +01:00 
						 
				 
			
				
					
						
							
							
								Hasan Ramezani 
							
						 
					 
					
						
						
							
						
						1da54bfe7d 
					 
					
						
						
							
							Corrected messages of admin checks for invalid model field names.  
						
						
						
						
					 
					
						2021-03-04 08:41:28 +01:00 
						 
				 
			
				
					
						
							
							
								Hasan Ramezani 
							
						 
					 
					
						
						
							
						
						d1f89c9b9a 
					 
					
						
						
							
							Corrected admin.E023 message in docs.  
						
						
						
						
					 
					
						2021-03-04 08:41:28 +01:00 
						 
				 
			
				
					
						
							
							
								F. Malina 
							
						 
					 
					
						
						
							
						
						a9cf954e61 
					 
					
						
						
							
							Updated my entry in AUTHORS.  
						
						
						
						
					 
					
						2021-03-03 21:41:50 +01:00 
						 
				 
			
				
					
						
							
							
								GabbyPrecious 
							
						 
					 
					
						
						
							
						
						ead9085f08 
					 
					
						
						
							
							Refs  #32412  -- Adjusted Contributing Guide start page.  
						
						... 
						
						
						
						* Added headers emphasising Work on the framework vs Join the community
  sections, to raise the visibility of the community section.
* Added callouts to three main code/docs/translations areas, linking to
  respective start pages.
* Moved some Writing code specific content from the start page to the
  Writing code index. This clarifies the start page and adds content to the
  previously empty Writing code index.
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es > 
						
						
					 
					
						2021-03-03 15:34:06 +01:00 
						 
				 
			
				
					
						
							
							
								Jacob Walls 
							
						 
					 
					
						
						
							
						
						b23232b6ab 
					 
					
						
						
							
							Fixed   #27854  -- Added system check for nonexistent directories in STATICFILES_DIRS setting.  
						
						
						
						
					 
					
						2021-03-03 11:27:08 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						7186c536c4 
					 
					
						
						
							
							Used CollectionTestCase in FindersCheckTests tests.  
						
						
						
						
					 
					
						2021-03-03 11:20:13 +01:00 
						 
				 
			
				
					
						
							
							
								Jacob Walls 
							
						 
					 
					
						
						
							
						
						be8faa7c75 
					 
					
						
						
							
							Refs  #27854  -- Skipped subsequent checks if STATICFILES_DIRS is not a list or tuple.  
						
						
						
						
					 
					
						2021-03-03 09:36:06 +01:00 
						 
				 
			
				
					
						
							
							
								tim-mccurrach 
							
						 
					 
					
						
						
							
						
						f55f3ce831 
					 
					
						
						
							
							Fixed   #32493  -- Removed redundant never_cache uses from admin views.  
						
						... 
						
						
						
						Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es > 
						
						
					 
					
						2021-03-03 09:13:07 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						2b1de3dd24 
					 
					
						
						
							
							Updated links to djangoproject.com/code.djangoproject.com repositories.  
						
						
						
						
					 
					
						2021-03-03 09:06:36 +01:00 
						 
				 
			
				
					
						
							
							
								François Freitag 
							
						 
					 
					
						
						
							
						
						7ca7f4495b 
					 
					
						
						
							
							Refs  #21429  -- Added SimpleTestCase.assertNoLogs() on Python < 3.10.  
						
						
						
						
					 
					
						2021-03-02 20:35:33 +01:00 
						 
				 
			
				
					
						
							
							
								Rohith PR 
							
						 
					 
					
						
						
							
						
						d3ecef26b9 
					 
					
						
						
							
							Refs  #24121  -- Added __repr__() to URLNode.  
						
						
						
						
					 
					
						2021-03-02 12:24:49 +01:00 
						 
				 
			
				
					
						
							
							
								Jack Aitken 
							
						 
					 
					
						
						
							
						
						5fd4f22d19 
					 
					
						
						
							
							Fixed   #32271  -- Improved consistency of docs CBV examples.  
						
						... 
						
						
						
						Co-Authored-By: Carles Pina i Estany <carles@pina.cat > 
						
						
					 
					
						2021-03-02 08:33:05 +01:00 
						 
				 
			
				
					
						
							
							
								Jacob Walls 
							
						 
					 
					
						
						
							
						
						73b1b225ce 
					 
					
						
						
							
							Fixed   #22640  -- Raised TypeError when instantiating model with keyword and positional args for the same field.  
						
						
						
						
					 
					
						2021-03-01 20:26:39 +01:00 
						 
				 
			
				
					
						
							
							
								Jacob Walls 
							
						 
					 
					
						
						
							
						
						712fe12466 
					 
					
						
						
							
							Refs  #23919  -- Removed unneeded AttributeError catching in collectstatic's link_file().  
						
						... 
						
						
						
						os.symlink() exists always on Python 3.2+. 
						
						
					 
					
						2021-03-01 10:54:02 +01:00 
						 
				 
			
				
					
						
							
							
								Hasan Ramezani 
							
						 
					 
					
						
						
							
						
						8380fe08a0 
					 
					
						
						
							
							Fixed   #32456  -- Added dbshell support for specifying a password file on PostgreSQL.  
						
						
						
						
					 
					
						2021-03-01 09:33:49 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						9f125fce79 
					 
					
						
						
							
							Used GitHub actions for docs tests.  
						
						... 
						
						
						
						Co-Authored-By: Tom Forbes <tom@tomforb.es > 
						
						
					 
					
						2021-02-26 22:12:25 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						acddbc57d9 
					 
					
						
						
							
							Changed "pip3 install" to "python -m pip install" in GitHub actions workflows.  
						
						
						
						
					 
					
						2021-02-26 22:12:02 +01:00 
						 
				 
			
				
					
						
							
							
								Jacob Walls 
							
						 
					 
					
						
						
							
						
						64a0d1ef6e 
					 
					
						
						
							
							Fixed typo in assertQuerysetEqual() exception message.  
						
						
						
						
					 
					
						2021-02-26 21:12:11 +01:00 
						 
				 
			
				
					
						
							
							
								tim-mccurrach 
							
						 
					 
					
						
						
							
						
						7587139d35 
					 
					
						
						
							
							Fixed   #20423  -- Doc'd that DTL variable names may not be a number.  
						
						
						
						
					 
					
						2021-02-26 21:02:37 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						8908846444 
					 
					
						
						
							
							Refs  #32292  -- Made dbshell do not use 'postgres' database when service name is set.  
						
						... 
						
						
						
						Regression in dcb3ad3319 
						
						
					 
					
						2021-02-26 20:53:01 +01:00 
						 
				 
			
				
					
						
							
							
								Jacob Walls 
							
						 
					 
					
						
						
							
						
						9d7e31cc74 
					 
					
						
						
							
							Removed unused code in admin_views tests.  
						
						... 
						
						
						
						Unused since its introduction in 7b21bfc0741e4ad6f118 
						
						
					 
					
						2021-02-26 20:49:21 +01:00 
						 
				 
			
				
					
						
							
							
								Jacob Walls 
							
						 
					 
					
						
						
							
						
						337cd652a5 
					 
					
						
						
							
							Fixed   #28607  -- Prevented duplicates in HashedFilesMixin post-processing results.  
						
						... 
						
						
						
						Thanks Ed Morley for the implementation idea. 
						
						
					 
					
						2021-02-26 11:38:32 +01:00 
						 
				 
			
				
					
						
							
							
								David Smith 
							
						 
					 
					
						
						
							
						
						179ee13eb3 
					 
					
						
						
							
							Refs  #24121  -- Added __repr__() to FilterExpression, Lexer, Parser, and Token.  
						
						
						
						
					 
					
						2021-02-26 10:25:08 +01:00 
						 
				 
			
				
					
						
							
							
								Jacob Walls 
							
						 
					 
					
						
						
							
						
						0c7e880e13 
					 
					
						
						
							
							Fixed typos in assertQuerysetEqual() docs and 1.6 release notes.  
						
						
						
						
					 
					
						2021-02-26 09:10:52 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						200ae86de6 
					 
					
						
						
							
							Enabled GitHub actions on push.  
						
						... 
						
						
						
						Co-authored-by: Tom Forbes <tom@tomforb.es > 
						
						
					 
					
						2021-02-26 06:15:52 +01:00 
						 
				 
			
				
					
						
							
							
								Camilo Nova 
							
						 
					 
					
						
						
							
						
						f6f430d3ff 
					 
					
						
						
							
							Fixed indentation in docs/topics/i18n/translation.txt.  
						
						
						
						
					 
					
						2021-02-25 20:48:32 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						e0f82d7992 
					 
					
						
						
							
							Added stub release notes for 3.1.8.  
						
						
						
						
					 
					
						2021-02-25 20:27:10 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Holtermann 
							
						 
					 
					
						
						
							
						
						7cc6899d41 
					 
					
						
						
							
							Updated links to DEPs.  
						
						
						
						
					 
					
						2021-02-25 17:22:07 +01:00 
						 
				 
			
				
					
						
							
							
								BeryCZ 
							
						 
					 
					
						
						
							
						
						807226cd79 
					 
					
						
						
							
							Fixed   #32480  -- Corrected docstring and removed redundant comments in django/views/defaults.py.  
						
						
						
						
					 
					
						2021-02-24 21:32:37 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						3089018e95 
					 
					
						
						
							
							Fixed   #32446  -- Deprecated SERIALIZE test database setting.  
						
						... 
						
						
						
						Whether or not the state of a test database should be serialized can be
inferred from the set of databases allowed to be access from discovered
TestCase/TransactionTestCase enabling the serialized_rollback feature
which makes this setting unnecessary.
This should make a significant test suite bootstraping time difference
on large projects that didn't explicitly disable test database
serialization. 
						
						
					 
					
						2021-02-24 20:31:11 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						af685b5f00 
					 
					
						
						
							
							Refs  #31811  -- Corrected DiscoverRunner.setup_databases() signature.  
						
						... 
						
						
						
						Accidentally changed in 61a0ba43cf 
						
						
					 
					
						2021-02-24 20:24:05 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						c8837322e8 
					 
					
						
						
							
							Refs  #31811  -- Restored **kwargs to django.test.utils.setup_databases().  
						
						... 
						
						
						
						Accidentally removed in 61a0ba43cf 
						
						
					 
					
						2021-02-24 12:57:13 +01:00 
						 
				 
			
				
					
						
							
							
								Haki Benita 
							
						 
					 
					
						
						
							
						
						3fd82a6241 
					 
					
						
						
							
							Refs  #32468  -- Added error message on invalid usage of cache decorators.  
						
						
						
						
					 
					
						2021-02-24 10:13:51 +01:00 
						 
				 
			
				
					
						
							
							
								Haki Benita 
							
						 
					 
					
						
						
							
						
						63bbfa9f45 
					 
					
						
						
							
							Fixed   #32468  -- Corrected usage of never_cache in contrib.admin.  
						
						
						
						
					 
					
						2021-02-24 10:13:43 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						277eea8fcc 
					 
					
						
						
							
							Fixed   #32478  -- Included nested columns referenced by subqueries in GROUP BY on aggregations.  
						
						... 
						
						
						
						Regression in fb3f034f1c#31094 , #31150 .
Thanks Igor Pejic for the report. 
						
						
					 
					
						2021-02-24 09:01:36 +01:00 
						 
				 
			
				
					
						
							
							
								Hannes Ljungberg 
							
						 
					 
					
						
						
							
						
						3aa545281e 
					 
					
						
						
							
							Fixed   #30916  -- Added support for functional unique constraints.  
						
						... 
						
						
						
						Thanks Ian Foote and Mariusz Felisiak for reviews. 
						
						
					 
					
						2021-02-23 20:19:53 +01:00 
						 
				 
			
				
					
						
							
							
								Chris Jerdonek 
							
						 
					 
					
						
						
							
						
						19ce1d493a 
					 
					
						
						
							
							Fixed typo in django/db/backends/sqlite3/base.py comment.  
						
						
						
						
					 
					
						2021-02-23 10:54:32 +01:00 
						 
				 
			
				
					
						
							
							
								Marc Gibbons 
							
						 
					 
					
						
						
							
						
						d6572ee4b0 
					 
					
						
						
							
							Fixed   #32470  -- Fixed ResolverMatch instance on test clients when request.urlconf is set.  
						
						
						
						
					 
					
						2021-02-23 09:54:49 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						fb93363c49 
					 
					
						
						
							
							Fixed DataUploadMaxNumberOfFieldsFormPost.test_number_exceeded().  
						
						... 
						
						
						
						Follow up to 0ad9fa02e0 
						
						
					 
					
						2021-02-23 09:47:30 +01:00 
						 
				 
			
				
					
						
							
							
								Hasan Ramezani 
							
						 
					 
					
						
						
							
						
						b1af2cca3a 
					 
					
						
						
							
							Fixed   #32471  -- Doc'd the return value of EmailMessage.send().  
						
						
						
						
					 
					
						2021-02-23 06:35:45 +01:00 
						 
				 
			
				
					
						
							
							
								Chris Jerdonek 
							
						 
					 
					
						
						
							
						
						5c4c3e2d1f 
					 
					
						
						
							
							Fixed   #32445  -- Fixed LiveServerThreadTest.test_closes_connections() for non-in-memory database on SQLite.  
						
						
						
						
					 
					
						2021-02-23 06:08:43 +01:00