Tim Graham 
							
						 
					 
					
						
						
							
						
						d36b54d753 
					 
					
						
						
							
							[1.7.x] Added database migration for contrib.auth.  
						
						... 
						
						
						
						refs #22170 .
Backport of b341f33697 
						
						
					 
					
						2014-06-16 16:23:28 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						a0bf14a2ac 
					 
					
						
						
							
							[1.7.x] Added database migration for contrib.contenttypes.  
						
						... 
						
						
						
						Moved contenttypes tests to allow them to run correctly in the presence of
migrations. refs #22170 .
Backport of eb8600a656 
						
						
					 
					
						2014-06-16 15:03:27 -04:00 
						 
				 
			
				
					
						
							
							
								Andrew Godwin 
							
						 
					 
					
						
						
							
						
						d9a7663b11 
					 
					
						
						
							
							[1.7.x]  Fixed   #22783 : Make sure swappable models come first in creation  
						
						
						
						
					 
					
						2014-06-16 10:20:52 -07:00 
						 
				 
			
				
					
						
							
							
								Matthew Schinckel 
							
						 
					 
					
						
						
							
						
						2dba6ab767 
					 
					
						
						
							
							[1.7.x]  Fixed   #22788  -- Ensured custom migration operations can be written.  
						
						... 
						
						
						
						This inspects the migration operation, and if it is not in the
django.db.migrations module, it adds the relevant imports to the
migration writer and uses the correct class name.
Backport of bb39037fcb 
						
						
					 
					
						2014-06-16 12:39:05 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						f7709b3ce4 
					 
					
						
						
							
							[1.7.x] Removed usaged of contrib.sessions as a placeholder in migration tests.  
						
						... 
						
						
						
						Without this, we're unable to add actual migrations for the app.
Backport of 808388c28c 
						
						
					 
					
						2014-06-16 11:52:33 -04:00 
						 
				 
			
				
					
						
							
							
								Xavier Fernandez 
							
						 
					 
					
						
						
							
						
						183e9d2029 
					 
					
						
						
							
							[1.7.x]  Fixed   #22771  -- Fixed test.Client.logout when using custom auth backend.  
						
						... 
						
						
						
						Backport of 50b9313e0a 
						
						
					 
					
						2014-06-16 08:29:52 -04:00 
						 
				 
			
				
					
						
							
							
								Andrew Godwin 
							
						 
					 
					
						
						
							
						
						d4305a15c1 
					 
					
						
						
							
							[1.7.x]  Fixed   #22844 : Duplicate SQL for SQLite FKs  
						
						
						
						
					 
					
						2014-06-16 00:27:46 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Gaynor 
							
						 
					 
					
						
						
							
						
						39e2ad4532 
					 
					
						
						
							
							[1.7.x] Fixed several flake8 errors  
						
						... 
						
						
						
						Backport of d17a4cb037 
						
						
					 
					
						2014-06-15 21:07:28 -04:00 
						 
				 
			
				
					
						
							
							
								Andrew Godwin 
							
						 
					 
					
						
						
							
						
						a81282a512 
					 
					
						
						
							
							[1.7.x]  Fixed   #22568 : Better proxy model support in migrations  
						
						
						
						
					 
					
						2014-06-15 16:02:24 -07:00 
						 
				 
			
				
					
						
							
							
								Andrew Godwin 
							
						 
					 
					
						
						
							
						
						e5cde2062c 
					 
					
						
						
							
							[1.7.x]  Fixed   #22470 : Full migration support for order_with_respect_to  
						
						
						
						
					 
					
						2014-06-15 14:57:00 -07:00 
						 
				 
			
				
					
						
							
							
								Andrew Godwin 
							
						 
					 
					
						
						
							
						
						3ef87f664b 
					 
					
						
						
							
							[1.7.x] Persist non-schema-relevant Meta changes in migrations  
						
						
						
						
					 
					
						2014-06-15 12:34:34 -07:00 
						 
				 
			
				
					
						
							
							
								Andrew Godwin 
							
						 
					 
					
						
						
							
						
						13aa079941 
					 
					
						
						
							
							[1.7.x]  Fixed   #22833 : Autodetector not doing through mapping correctly  
						
						
						
						
					 
					
						2014-06-15 12:07:27 -07:00 
						 
				 
			
				
					
						
							
							
								Shai Berger 
							
						 
					 
					
						
						
							
						
						4b922b8094 
					 
					
						
						
							
							[1.7.x]  Fixed   #22816  -- Corrected Oracle feature flag and fixed introspection test  
						
						... 
						
						
						
						Backport of 6122904 
						
						
					 
					
						2014-06-14 00:53:27 +03:00 
						 
				 
			
				
					
						
							
							
								mlavin 
							
						 
					 
					
						
						
							
						
						d94de802d3 
					 
					
						
						
							
							[1.7.x]  Fixed   #22477  -- Removed contrib middleware from the global settings defaults.  
						
						... 
						
						
						
						Also added a compatibility check for changed middleware defaults. 
						
						
					 
					
						2014-06-13 12:40:42 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						83e96ee99b 
					 
					
						
						
							
							[1.7.x] Fixed a staticfiles test on Windows.  
						
						... 
						
						
						
						Backport of 9980f67154 
						
						
					 
					
						2014-06-12 13:29:04 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						e51662e7bc 
					 
					
						
						
							
							[1.7.x]  Fixed   #22811  -- Allowed setting both the old and new TEST database settings.  
						
						... 
						
						
						
						An ImproperlyConfigured exception will be raised they mismatch.
Backport of 1c58cabad7a2cd0e12c9 
						
						
					 
					
						2014-06-12 13:28:16 -04:00 
						 
				 
			
				
					
						
							
							
								Andrew Godwin 
							
						 
					 
					
						
						
							
						
						961c9d6c6b 
					 
					
						
						
							
							[1.7.x]  Fixed   #22823  (and partly  #22563 ) - FKs from unmigrated apps breaking state.  
						
						... 
						
						
						
						Thanks to bendavis78 for the test and diagnostic work. 
						
						
					 
					
						2014-06-12 10:22:57 -07:00 
						 
				 
			
				
					
						
							
							
								Shai Berger 
							
						 
					 
					
						
						
							
						
						fa42cf77b2 
					 
					
						
						
							
							[1.7.x]  Fixed   #22487 : Separated schema migration from data migration in test  
						
						... 
						
						
						
						The data migration failed on Oracle, killing the entire test suite.
Thanks timo for reporting the Oracle breakage,
and andrewgodwin for suggesting the solution.
Backport of 64d94cf 
						
						
					 
					
						2014-06-11 20:28:21 +03:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						45e47f7b95 
					 
					
						
						
							
							[1.7.x]  Fixed   #22653  -- Added some database feature flags to tests.  
						
						... 
						
						
						
						Thanks Rahul Priyadarshi.
Backport of 99f5ea9cc8 
						
						
					 
					
						2014-06-11 11:48:57 -04:00 
						 
				 
			
				
					
						
							
							
								Moayad Mardini 
							
						 
					 
					
						
						
							
						
						7bd2ad1dd9 
					 
					
						
						
							
							[1.7.x] Created a new tests folder (model_options).  
						
						... 
						
						
						
						And moved `tablespaces` option tests to it.
The new folder can be used to test models/options, like the new option
added in refs #22778 .
Backport of 5a3ae7e260 
						
						
					 
					
						2014-06-11 11:40:08 -04:00 
						 
				 
			
				
					
						
							
							
								Florian Apolloner 
							
						 
					 
					
						
						
							
						
						1ff11304dc 
					 
					
						
						
							
							[1.7.x]  Fixed   #22680  --  I/O operation on closed file.  
						
						... 
						
						
						
						This patch is two-fold; first it ensure that Django does close everything in
request.FILES at the end of the request and secondly the storage system should
no longer close any files during save, it's up to the caller to handle that --
or let Django close the files at the end of the request.
Backport of e2efc8965e 
						
						
					 
					
						2014-06-11 09:03:11 +02:00 
						 
				 
			
				
					
						
							
							
								Greg Chapple 
							
						 
					 
					
						
						
							
						
						d232a5f93f 
					 
					
						
						
							
							[1.7.x]  Fixed   #22792  -- Updated checks for list_display_links in model admin  
						
						... 
						
						
						
						Backport of d8f19bb3b6 
						
						
					 
					
						2014-06-10 09:43:24 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						eeea583061 
					 
					
						
						
							
							[1.7.x] Removed unused import.  
						
						... 
						
						
						
						Backport of fea8ccdcc4 
						
						
					 
					
						2014-06-09 18:42:32 -04:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						5cde9a7018 
					 
					
						
						
							
							[1.7.x]  Fixed   #20420  -- Normalized query counts on Oracle.  
						
						... 
						
						
						
						This is achieved by inserting a fake entry in connection.queries when
not releasing a savepoint (since Oracle doesn't support that operation.)
Also removed the can_release_savepoints feature that was recently added,
but is superseded by this solution.
Backport of 40bfd856 
						
						
					 
					
						2014-06-09 22:08:20 +02:00 
						 
				 
			
				
					
						
							
							
								Andrew Godwin 
							
						 
					 
					
						
						
							
						
						7406feae33 
					 
					
						
						
							
							[1.7.x] Remove overzealous migration flushes from migration test suite  
						
						
						
						
					 
					
						2014-06-09 09:52:35 -07:00 
						 
				 
			
				
					
						
							
							
								Andrew Godwin 
							
						 
					 
					
						
						
							
						
						b78710ec02 
					 
					
						
						
							
							[1.7.x] Fix broken alias testing test  
						
						... 
						
						
						
						Conflicts:
	tests/test_runner/tests.py 
						
						
					 
					
						2014-06-08 20:08:34 -07:00 
						 
				 
			
				
					
						
							
							
								Andrew Godwin 
							
						 
					 
					
						
						
							
						
						08218252d8 
					 
					
						
						
							
							[1.7.x]  Fixed   #22487 : Optional rollback emulation for migrated apps  
						
						... 
						
						
						
						Conflicts:
	django/db/backends/creation.py
	django/test/runner.py
	docs/ref/settings.txt
	docs/topics/testing/advanced.txt 
						
						
					 
					
						2014-06-08 19:33:52 -07:00 
						 
				 
			
				
					
						
							
							
								Andrew Godwin 
							
						 
					 
					
						
						
							
						
						bf019c9770 
					 
					
						
						
							
							[1.7.x] Fix router_honored test to not close connection  
						
						
						
						
					 
					
						2014-06-08 18:58:15 -07:00 
						 
				 
			
				
					
						
							
							
								Andrew Godwin 
							
						 
					 
					
						
						
							
						
						55fa4c2d34 
					 
					
						
						
							
							[1.7.x]  Fixed   #22777 : Add dependency on through for autodetected M2M adds  
						
						
						
						
					 
					
						2014-06-08 17:13:11 -07:00 
						 
				 
			
				
					
						
							
							
								Andrew Godwin 
							
						 
					 
					
						
						
							
						
						b568bdf8da 
					 
					
						
						
							
							[1.7.x]  Fixed   #22750 ,  #22248 : Model renaming now also alters field FKs  
						
						
						
						
					 
					
						2014-06-07 18:18:18 -07:00 
						 
				 
			
				
					
						
							
							
								Víðir Valberg Guðmundsson 
							
						 
					 
					
						
						
							
						
						3fc4f03895 
					 
					
						
						
							
							[1.7.x]  Fixed   #22749 : Making SQL management commands migration aware.  
						
						
						
						
					 
					
						2014-06-07 17:18:43 -07:00 
						 
				 
			
				
					
						
							
							
								Andrew Godwin 
							
						 
					 
					
						
						
							
						
						98949e3b10 
					 
					
						
						
							
							[1.7.x]  Fixed   #22436 : More careful checking on method ref'ce serialization  
						
						
						
						
					 
					
						2014-06-07 17:06:06 -07:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						b236a55818 
					 
					
						
						
							
							[1.7.x]  Fixed   #22773  -- Forced templatize() to return unicode  
						
						... 
						
						
						
						Backport of daaeb84158 
						
						
					 
					
						2014-06-06 08:43:24 +02:00 
						 
				 
			
				
					
						
							
							
								Chris Beaven 
							
						 
					 
					
						
						
							
						
						9f1c4e4d3f 
					 
					
						
						
							
							[1.7.x] Implement Migration.run_before  
						
						... 
						
						
						
						This attribute (used for reverse dependencies) was previously declared
and mentioned in the code, but never actually used. 
						
						
					 
					
						2014-06-05 23:28:17 -07:00 
						 
				 
			
				
					
						
							
							
								Andrew Godwin 
							
						 
					 
					
						
						
							
						
						31fc34e447 
					 
					
						
						
							
							[1.7.x] Rewrote migration autodetector to involve actual computer science.  
						
						... 
						
						
						
						Fixes  #22605 , #22735 ; also lays the ground for some other fixes.
Conflicts:
	django/db/migrations/autodetector.py 
					
						2014-06-05 23:27:21 -07:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						c9aedce01a 
					 
					
						
						
							
							Replaced an explicit vendor check by a feature flag.  
						
						
						
						
					 
					
						2014-06-06 00:31:22 +02:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						1238f92c64 
					 
					
						
						
							
							Checked can_introspect_null feature in a test.  
						
						
						
						
					 
					
						2014-06-06 00:26:40 +02:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						342b25449d 
					 
					
						
						
							
							[1.7.x] Added a flag for the ability to introspect nullable fields.  
						
						... 
						
						
						
						Previously this was conflated with another Oracle-specific behavior.
Backport of a03d38d 
						
						
					 
					
						2014-06-05 17:57:48 +02:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						2e4bcb9b02 
					 
					
						
						
							
							Avoided using BinaryField unecessarily in tests.  
						
						... 
						
						
						
						Several database backends struggle with binary data. This change
minimizes the risk of unrelated tests failures when binary fields
trigger errors. 
						
						
					 
					
						2014-06-05 17:10:42 +02:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						4fb50a9a82 
					 
					
						
						
							
							Reordered setUp code in prefetch_related tests.  
						
						... 
						
						
						
						This allows these tests to run on databases that reject duplicate NULL
values in unique fields e.g. SQL Server. 
						
						
					 
					
						2014-06-05 16:30:43 +02:00 
						 
				 
			
				
					
						
							
							
								Alexandr Shurigin 
							
						 
					 
					
						
						
							
						
						8d6e0d4588 
					 
					
						
						
							
							[1.7.x]  Fixed   #22681  -- Made TarArchive recognize leading directories properly.  
						
						... 
						
						
						
						Backport of 083d285b82 
						
						
					 
					
						2014-06-03 15:03:32 -04:00 
						 
				 
			
				
					
						
							
							
								Craig de Stigter 
							
						 
					 
					
						
						
							
						
						724e600872 
					 
					
						
						
							
							[1.7.x]  Fixed   #22690  -- Added a check for proxy models containing fields.  
						
						... 
						
						
						
						Removed the FieldError raised by ModelBase.__new__ in this case.
Backport of ce993efda8 
						
						
					 
					
						2014-06-02 09:34:31 -04:00 
						 
				 
			
				
					
						
							
							
								Alex Gaynor 
							
						 
					 
					
						
						
							
						
						160fd6c7c1 
					 
					
						
						
							
							[1.7.x] Removed an unused import  
						
						... 
						
						
						
						Backport of a31d7c48b0 
						
						
					 
					
						2014-06-02 07:14:02 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						f8dd382a48 
					 
					
						
						
							
							[1.7.x] Revert "Fixed  #19303  -- Fixed ModelAdmin.formfield_overrides on fields with choices"  
						
						... 
						
						
						
						This reverts commit 9d1987d7675046c110cf 
						
						
					 
					
						2014-06-02 07:13:03 -04:00 
						 
				 
			
				
					
						
							
							
								Vincent-Vega 
							
						 
					 
					
						
						
							
						
						d773a08b27 
					 
					
						
						
							
							[1.7.x]  Fixed   #22711  -- Adjusted ordering checks to allow implicit relation fields.  
						
						... 
						
						
						
						refs #19195 .
Backport of d04e730224 
						
						
					 
					
						2014-06-01 15:37:57 -04:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						33511662dd 
					 
					
						
						
							
							[1.7.x]  Fixed   #22659  -- Prevent model states from sharing field instances.  
						
						... 
						
						
						
						Thanks to Trac alias tbartelmess for the report and the test project.
Backport of 7a38f88922 
						
						
					 
					
						2014-06-01 15:12:23 -04:00 
						 
				 
			
				
					
						
							
							
								Florian Apolloner 
							
						 
					 
					
						
						
							
						
						ba31e45f08 
					 
					
						
						
							
							[1.7.x] Revert "Making SQL management commands migration aware."  
						
						... 
						
						
						
						This reverts commit cb9c9a7b5883e7555ffe 
						
						
					 
					
						2014-06-01 12:01:29 +02:00 
						 
				 
			
				
					
						
							
							
								Moayad Mardini 
							
						 
					 
					
						
						
							
						
						08a2b3b9cf 
					 
					
						
						
							
							[1.7.x] Improved the test for refs  #22682 .  
						
						... 
						
						
						
						Thanks apollo13 for the review.
Backport of 6f4d7f41b1 
						
						
					 
					
						2014-05-30 11:01:42 -04:00 
						 
				 
			
				
					
						
							
							
								Andrew Godwin 
							
						 
					 
					
						
						
							
						
						16d037c4f0 
					 
					
						
						
							
							[1.7.x] Fix additional test failures caused by migration pollution  
						
						
						
						
					 
					
						2014-05-29 16:44:29 -07:00 
						 
				 
			
				
					
						
							
							
								Moayad Mardini 
							
						 
					 
					
						
						
							
						
						e4eae5df0e 
					 
					
						
						
							
							[1.7.x]  Fixed   #22682  -- makemigrations will create MIGRATION_MODULES package  
						
						... 
						
						
						
						`makemigrations` will automatically create the package specified
in `MIGRATION_MODULES` if it doesn't already exist.
Thanks ovidiuc4 for the report. 
						
						
					 
					
						2014-05-29 15:39:02 -07:00