Gert Burger 
							
						 
					 
					
						
						
							
						
						94ea79be13 
					 
					
						
						
							
							Fixed   #31863  -- Prevented mutating model state by copies of model instances.  
						
						... 
						
						
						
						Regression in bfb746f983 
						
						
					 
					
						2020-08-12 12:43:42 +02:00 
						 
				 
			
				
					
						
							
							
								Adam Johnson 
							
						 
					 
					
						
						
							
						
						a8b2db1cae 
					 
					
						
						
							
							Optimized Model and QuerySet pickling version comparison.  
						
						
						
						
					 
					
						2020-05-11 09:50:11 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						555e3a848e 
					 
					
						
						
							
							Removed unused __str__() methods in tests models.  
						
						... 
						
						
						
						Follow up to 6461583b6c 
						
						
					 
					
						2020-04-30 09:13:23 +02:00 
						 
				 
			
				
					
						
							
							
								Jon Dufresne 
							
						 
					 
					
						
						
							
						
						86a0231e0a 
					 
					
						
						
							
							Refs  #23919  -- Replaced super(...) with super() in metaclasses.  
						
						
						
						
					 
					
						2019-11-28 15:34:29 +01:00 
						 
				 
			
				
					
						
							
							
								oliver 
							
						 
					 
					
						
						
							
						
						638d5ea375 
					 
					
						
						
							
							Moved choices inside of a test model per coding style.  
						
						... 
						
						
						
						Follow up to 3a4558b84f 
						
						
					 
					
						2019-03-20 11:05:26 -04:00 
						 
				 
			
				
					
						
							
							
								Matt Westcott 
							
						 
					 
					
						
						
							
						
						58ad030d05 
					 
					
						
						
							
							Fixed   #30254  -- Allowed model metaclasses to access the attribute dict in __init__().  
						
						... 
						
						
						
						Regression in a68ea23101 
						
						
					 
					
						2019-03-14 21:05:23 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						193c109327 
					 
					
						
						
							
							Switched TestCase to SimpleTestCase where possible in Django's tests.  
						
						
						
						
					 
					
						2018-11-27 08:58:44 -05:00 
						 
				 
			
				
					
						
							
							
								Дилян Палаузов 
							
						 
					 
					
						
						
							
						
						6c0042430e 
					 
					
						
						
							
							Fixed   #28776  -- Fixed a/an/and typos in docs and comments.  
						
						
						
						
					 
					
						2017-11-06 22:41:03 -05:00 
						 
				 
			
				
					
						
							
							
								Sergey Fedoseev 
							
						 
					 
					
						
						
							
						
						5cc7462067 
					 
					
						
						
							
							Refs  #28459  -- Optimized ModelState instantiation.  
						
						
						
						
					 
					
						2017-08-11 15:41:04 -04:00 
						 
				 
			
				
					
						
							
							
								Nerl~ 
							
						 
					 
					
						
						
							
						
						97cb3bd16d 
					 
					
						
						
							
							Fixed   #28456  -- Allowed customizing Model pickling by overriding __getstate__().  
						
						
						
						
					 
					
						2017-08-11 15:27:25 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						3d0a0ecd2c 
					 
					
						
						
							
							Refs  #23919  -- Removed support for broken Model.__str__() in Model.__repr__().  
						
						... 
						
						
						
						Returning invalid bytestrings in __str__() is unlikely in Python 3. 
						
						
					 
					
						2017-06-11 15:52:19 -04:00 
						 
				 
			
				
					
						
							
							
								Vytis Banaitis 
							
						 
					 
					
						
						
							
						
						d1bab24e01 
					 
					
						
						
							
							Refs  #23919 ,  #27778  -- Removed obsolete mentions of unicode.  
						
						
						
						
					 
					
						2017-01-26 08:19:27 -05:00 
						 
				 
			
				
					
						
							
							
								chillaranand 
							
						 
					 
					
						
						
							
						
						d6eaf7c018 
					 
					
						
						
							
							Refs  #23919  -- Replaced super(ClassName, self) with super().  
						
						
						
						
					 
					
						2017-01-25 12:23:46 -05:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						7b2f2e74ad 
					 
					
						
						
							
							Refs  #23919  -- Removed six.<various>_types usage  
						
						... 
						
						
						
						Thanks Tim Graham and Simon Charette for the reviews. 
						
						
					 
					
						2017-01-18 20:18:46 +01:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						f3c43ad1fd 
					 
					
						
						
							
							Refs  #23919  -- Removed python_2_unicode_compatible decorator usage  
						
						
						
						
					 
					
						2017-01-18 13:44:34 +01:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						d7b9aaa366 
					 
					
						
						
							
							Refs  #23919  -- Removed encoding preambles and future imports  
						
						
						
						
					 
					
						2017-01-18 09:55:19 +01:00 
						 
				 
			
				
					
						
							
							
								Adam Chainz 
							
						 
					 
					
						
						
							
						
						cc1f6f26b6 
					 
					
						
						
							
							Fixed   #27514  -- Tested Model.__init__ excessive number of fields.  
						
						
						
						
					 
					
						2016-11-20 13:21:59 -05:00 
						 
				 
			
				
					
						
							
							
								za 
							
						 
					 
					
						
						
							
						
						321e94fa41 
					 
					
						
						
							
							Refs  #27392  -- Removed "Tests that", "Ensures that", etc. from test docstrings.  
						
						
						
						
					 
					
						2016-11-10 21:30:21 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						d4cfeca006 
					 
					
						
						
							
							Tested Model.get_next/prev_by_FIELD() on unsaved models.  
						
						
						
						
					 
					
						2016-10-11 12:09:37 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						10a162809f 
					 
					
						
						
							
							Refs  #24007  -- Removed an apps.populate() call in model unpickling that can cause deadlocks.  
						
						
						
						
					 
					
						2016-02-08 08:28:48 -05:00 
						 
				 
			
				
					
						
							
							
								Hasan 
							
						 
					 
					
						
						
							
						
						3d0dcd7f5a 
					 
					
						
						
							
							Refs  #26022  -- Used context manager version of assertRaises in tests.  
						
						
						
						
					 
					
						2016-01-29 12:32:18 -05:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						1c5f4e86bc 
					 
					
						
						
							
							Fixed   #25745  -- Promoted RuntimeWarnings to errors in the test suite.  
						
						
						
						
					 
					
						2015-11-14 11:33:28 -05:00 
						 
				 
			
				
					
						
							
							
								Flavio Curella 
							
						 
					 
					
						
						
							
						
						c2e70f0265 
					 
					
						
						
							
							Fixed   #21127  -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField  
						
						
						
						
					 
					
						2015-07-27 18:28:13 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						29e90f3ae0 
					 
					
						
						
							
							Fixed model_regress test failure on non-ASCII path; refs  #24717 .  
						
						
						
						
					 
					
						2015-04-30 07:48:21 -04:00 
						 
				 
			
				
					
						
							
							
								David D. Riddle 
							
						 
					 
					
						
						
							
						
						31e6c9c8e3 
					 
					
						
						
							
							Fixed   #24717  -- Fixed model_regress test failure on RHEL6 SCL  
						
						... 
						
						
						
						The test failed on RHEL6 systems running python 2.7 from a RedHat
Software Collection (SCL) because this test runs an external python
script with a stripped system environment. RedHat SCLs work by setting
a number of system environment variables when these are stripped out by
this test the python 2.7 interpreter is no longer able to function
properly because it can not find the system libraries needed.
Now we use use mock to modify the system environment directly. 
						
						
					 
					
						2015-04-29 12:28:24 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						0f941f57ba 
					 
					
						
						
							
							Fixed mistakes in tests unveiled by version bump to 1.8.1.  
						
						... 
						
						
						
						Forwardport of e7366ab1f9 
						
						
					 
					
						2015-04-02 08:14:08 -04:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						a8fe12417f 
					 
					
						
						
							
							Normalized usage of the tempfile module.  
						
						... 
						
						
						
						Specifically stopped using the dir argument. 
						
						
					 
					
						2015-02-23 16:55:27 +01:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						ad50b6c853 
					 
					
						
						
							
							Fixed "environment can only contain strings" in model_regress test on Windows.  
						
						
						
						
					 
					
						2015-02-17 13:54:18 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						d316b43d0a 
					 
					
						
						
							
							Refs  #24324  -- Fixed UnicodeDecodeError in model_regress test on non-ASCII path.  
						
						
						
						
					 
					
						2015-02-17 07:32:48 -05:00 
						 
				 
			
				
					
						
							
							
								Collin Anderson 
							
						 
					 
					
						
						
							
						
						db77915c9f 
					 
					
						
						
							
							Fixed E265 comment style  
						
						
						
						
					 
					
						2015-02-06 09:30:35 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						0ed7d15563 
					 
					
						
						
							
							Sorted imports with isort; refs  #23860 .  
						
						
						
						
					 
					
						2015-02-06 08:16:28 -05:00 
						 
				 
			
				
					
						
							
							
								darkryder 
							
						 
					 
					
						
						
							
						
						9ec8aa5e5d 
					 
					
						
						
							
							Fixed   #24149  -- Normalized tuple settings to lists.  
						
						
						
						
					 
					
						2015-02-03 14:59:45 -05:00 
						 
				 
			
				
					
						
							
							
								Collin Anderson 
							
						 
					 
					
						
						
							
						
						5338ff4808 
					 
					
						
						
							
							Fixed   #24160  -- Fixed model_regress test on Windows; refs  #24007 .  
						
						
						
						
					 
					
						2015-01-16 11:59:08 -05:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						412066e71e 
					 
					
						
						
							
							Revert "Marked a test as an expected failure on MySQL and Python 3.2."  
						
						... 
						
						
						
						This reverts commit 832b4a5722#20380 . 
						
						
					 
					
						2015-01-11 20:59:07 +01:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						995be4a137 
					 
					
						
						
							
							Fixed refs  #24007  test on Windows.  
						
						
						
						
					 
					
						2014-12-19 14:11:17 -05:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						1d9fc5caa9 
					 
					
						
						
							
							Made model_regress unpickling test CWD-independent  
						
						... 
						
						
						
						Refs #24007 . Thanks Tim Graham for his help with the patch. 
						
						
					 
					
						2014-12-19 18:37:32 +01:00 
						 
				 
			
				
					
						
							
							
								Collin Anderson 
							
						 
					 
					
						
						
							
						
						4fb38b7307 
					 
					
						
						
							
							Allowed Python executable names other than python in test from refs  #24007 .  
						
						
						
						
					 
					
						2014-12-17 20:09:24 -05:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						108b8bf852 
					 
					
						
						
							
							Fixed   #24007  -- Ensure apps registry's ready before unpickling models  
						
						... 
						
						
						
						This prevents AppRegistryNotReady errors when unpickling Django
models from an external script. 
						
						
					 
					
						2014-12-17 18:33:32 +01:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						57b60f9f93 
					 
					
						
						
							
							Added a missing unicode_literals that caused a test failure after refs  #23226 .  
						
						
						
						
					 
					
						2014-08-07 08:30:50 -04:00 
						 
				 
			
				
					
						
							
							
								Anubhav Joshi 
							
						 
					 
					
						
						
							
						
						42736ac8e8 
					 
					
						
						
							
							Fixed   #21430  -- Added a RuntimeWarning when unpickling Models and QuerySets from a different Django version.  
						
						... 
						
						
						
						Thanks FunkyBob for the suggestion, prasoon2211 for the initial patch,
and akaariai, loic, and charettes for helping in shaping the patch. 
						
						
					 
					
						2014-06-11 10:03:34 -04:00 
						 
				 
			
				
					
						
							
							
								Shai Berger 
							
						 
					 
					
						
						
							
						
						6bb6df2943 
					 
					
						
						
							
							Fix storing of binary fields and unicode textfields for Oracle/Python3  
						
						
						
						
					 
					
						2014-05-16 20:08:52 +03:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						e520a73eee 
					 
					
						
						
							
							Harmonized some PEP 0263 coding preambles  
						
						
						
						
					 
					
						2014-05-15 19:58:41 +02:00 
						 
				 
			
				
					
						
							
							
								Rodolfo Carvalho 
							
						 
					 
					
						
						
							
						
						0d91225892 
					 
					
						
						
							
							Fixed many typos in comments and docstrings.  
						
						... 
						
						
						
						Thanks Piotr Kasprzyk for help with the patch. 
						
						
					 
					
						2014-03-03 07:38:09 -05:00 
						 
				 
			
				
					
						
							
							
								Alasdair Nicol 
							
						 
					 
					
						
						
							
						
						b289fcf1bf 
					 
					
						
						
							
							Fixed   #21288  -- Fixed E126 pep8 warnings  
						
						
						
						
					 
					
						2013-10-21 08:31:30 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						96d1d4e292 
					 
					
						
						
							
							Removed unused local variables in tests.  
						
						
						
						
					 
					
						2013-10-19 08:31:38 -04:00 
						 
				 
			
				
					
						
							
							
								Alasdair Nicol 
							
						 
					 
					
						
						
							
						
						a800036981 
					 
					
						
						
							
							Fixed   #21287  -- Fixed E123 pep8 warnings  
						
						
						
						
					 
					
						2013-10-18 10:07:39 +01:00 
						 
				 
			
				
					
						
							
							
								Alasdair Nicol 
							
						 
					 
					
						
						
							
						
						dfb4cb9970 
					 
					
						
						
							
							Fixed   #21285  -- Fixed E121,E122 pep8 warnings  
						
						
						
						
					 
					
						2013-10-17 20:20:11 -04:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						d9413d33b2 
					 
					
						
						
							
							Refactored code and tests that relied on django.utils.tzinfo.  
						
						... 
						
						
						
						Refs #17262 . 
						
						
					 
					
						2013-09-09 22:32:52 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						5c1143910e 
					 
					
						
						
							
							Removed most of absolute_import imports  
						
						... 
						
						
						
						Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way. 
						
						
					 
					
						2013-07-29 20:28:13 +02:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						cfcf4b3605 
					 
					
						
						
							
							Stopped using django.utils.unittest in the test suite.  
						
						... 
						
						
						
						Refs #20680 . 
						
						
					 
					
						2013-07-01 14:29:33 +02:00