Tim Graham 
							
						 
					 
					
						
						
							
						
						2a979d2a7b 
					 
					
						
						
							
							Updated contrib.admin to use Email/URLInputs; refs  #16630  
						
						
						
						
					 
					
						2013-07-26 07:22:30 -04:00 
						 
				 
			
				
					
						
							
							
								Anssi Kääriäinen 
							
						 
					 
					
						
						
							
						
						7cca8d56d2 
					 
					
						
						
							
							Fixed related model lookup regression  
						
						... 
						
						
						
						It has been possible to use models of wrong type in related field
lookups. For example pigs__in=[a_duck] has worked. Changes to
ForeignObject broke that.
It might be a good idea to restrict the model types usable in lookups.
This should be done intentionally, not accidentally and without any
consideration for deprecation path. 
						
						
					 
					
						2013-07-26 13:13:27 +03:00 
						 
				 
			
				
					
						
							
							
								Loic Bistuer 
							
						 
					 
					
						
						
							
						
						31fadc1202 
					 
					
						
						
							
							Fixed   #20625  -- Chainable Manager/QuerySet methods.  
						
						... 
						
						
						
						Additionally this patch solves the orthogonal problem that specialized
`QuerySet` like `ValuesQuerySet` didn't inherit from the current `QuerySet`
type. This wasn't an issue until now because we didn't officially support
custom `QuerySet` but it became necessary with the introduction of this new
feature.
Thanks aaugustin, akaariai, carljm, charettes, mjtamlyn, shaib and timgraham
for the reviews. 
						
						
					 
					
						2013-07-26 12:41:27 +03:00 
						 
				 
			
				
					
						
							
							
								Carl Meyer 
							
						 
					 
					
						
						
							
						
						8f3aefdec3 
					 
					
						
						
							
							Fixed handling of template loader tests.  
						
						... 
						
						
						
						Previously, the CachedLoaderTests were never run at all. 
						
						
					 
					
						2013-07-25 17:19:17 -05:00 
						 
				 
			
				
					
						
							
							
								Andrew Godwin 
							
						 
					 
					
						
						
							
						
						a758c9c186 
					 
					
						
						
							
							Add test for creating M2Ms  
						
						
						
						
					 
					
						2013-07-25 16:36:58 +01:00 
						 
				 
			
				
					
						
							
							
								Anssi Kääriäinen 
							
						 
					 
					
						
						
							
						
						92476e880c 
					 
					
						
						
							
							Fixed ._meta.pk_index() virtual field failure  
						
						
						
						
					 
					
						2013-07-25 16:25:23 +03:00 
						 
				 
			
				
					
						
							
							
								Andrew Godwin 
							
						 
					 
					
						
						
							
						
						00276e0414 
					 
					
						
						
							
							Add tests for the migrate command and fix a bug they exposed  
						
						
						
						
					 
					
						2013-07-25 13:52:35 +01:00 
						 
				 
			
				
					
						
							
							
								Anssi Kääriäinen 
							
						 
					 
					
						
						
							
						
						b2314d9e1e 
					 
					
						
						
							
							Fixed   #19941  -- Modified runtests.py to make running the tests easier.  
						
						... 
						
						
						
						1. Automatically use tests/../django as the Django version.
2. If settings aren't provided through --settings or DJANGO_SETTINGS_MODULE)
   then use test_sqlite. 
						
						
					 
					
						2013-07-24 07:33:03 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						31c13a99bb 
					 
					
						
						
							
							Fixed   #14300  -- Fixed initial SQL location if models is a package.  
						
						... 
						
						
						
						Thanks al_the_x for the report and fheinz for the draft patch. 
						
						
					 
					
						2013-07-24 06:56:33 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						65e03a424e 
					 
					
						
						
							
							Fixed   #10284  -- ModelFormSet.save(commit=False) no longer deletes objects  
						
						... 
						
						
						
						Thanks laureline.guerin@ and Wedg. 
						
						
					 
					
						2013-07-23 16:21:23 -04:00 
						 
				 
			
				
					
						
							
							
								Anssi Kääriäinen 
							
						 
					 
					
						
						
							
						
						c00a8525c6 
					 
					
						
						
							
							Fixed   #20788  -- exclude() generated subquery failure  
						
						... 
						
						
						
						"Fixed" by adding a test case, the original problem was already fixed
by earlier ORM changes. Thanks to david@judicata.com  for the report
and test case. 
						
						
					 
					
						2013-07-23 13:40:50 +03:00 
						 
				 
			
				
					
						
							
							
								Anssi Kääriäinen 
							
						 
					 
					
						
						
							
						
						4bd5554721 
					 
					
						
						
							
							Fixed   #20782  -- qs.values().aggregate() failure  
						
						... 
						
						
						
						In the combination of .values().aggregate() the aggregate_select_mask
didn't include the aggregates added. This resulted in bogus query.
Thanks to Trac alias debanshuk for report. 
						
						
					 
					
						2013-07-23 11:38:38 +03:00 
						 
				 
			
				
					
						
							
							
								Andrew Godwin 
							
						 
					 
					
						
						
							
						
						162f7b938f 
					 
					
						
						
							
							Make migrate command recognise prefixes and 'zero'.  
						
						
						
						
					 
					
						2013-07-22 19:43:58 +01:00 
						 
				 
			
				
					
						
							
							
								Andrew Godwin 
							
						 
					 
					
						
						
							
						
						52eb19b545 
					 
					
						
						
							
							Make multi-app-cache tests work again  
						
						
						
						
					 
					
						2013-07-22 19:36:03 +01:00 
						 
				 
			
				
					
						
							
							
								Andrew Godwin 
							
						 
					 
					
						
						
							
						
						03ec3219a0 
					 
					
						
						
							
							Merge branch 'master' into schema-alteration  
						
						... 
						
						
						
						Conflicts:
	django/db/backends/mysql/introspection.py
	django/db/backends/oracle/creation.py
	django/db/backends/postgresql_psycopg2/creation.py
	django/db/models/base.py
	django/db/models/loading.py 
						
						
					 
					
						2013-07-22 19:04:25 +01:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						02b0106d43 
					 
					
						
						
							
							Fixed   #20781  -- Fixed _has_changed regression with MultiValueField  
						
						... 
						
						
						
						Thanks Tim Graham for the report. 
						
						
					 
					
						2013-07-22 09:06:07 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Sorrel 
							
						 
					 
					
						
						
							
						
						bb145e2c47 
					 
					
						
						
							
							Fixed   #13629  -- Added CSS classes to the <body> tag of some admin templates to allow style customizations per app or per model.  
						
						
						
						
					 
					
						2013-07-21 20:17:14 +00:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						11b7b9ad00 
					 
					
						
						
							
							Fixed an email validation regression  
						
						... 
						
						
						
						Thanks Vincent Wagelaar for the report. 
						
						
					 
					
						2013-07-21 21:11:32 +02:00 
						 
				 
			
				
					
						
							
							
								Karen Tracey 
							
						 
					 
					
						
						
							
						
						3aad955ea8 
					 
					
						
						
							
							Fixed   #13696  -- ensured inline pk field is rendered  
						
						
						
						
					 
					
						2013-07-21 13:06:11 -04:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						415a36947c 
					 
					
						
						
							
							Fixed   #20765  -- Set small values of step using exponential notation.  
						
						... 
						
						
						
						Browsers parse small factors of 10 as 0 under decimal notation.
Thanks to Trac alias matklad for the report and Claude Paroz for the review. 
						
						
					 
					
						2013-07-19 23:31:15 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						6d52844b9b 
					 
					
						
						
							
							Fixed   #18551  -- Enabled skipIfDBFeature/skipUnlessDBFeature to decorate a class  
						
						... 
						
						
						
						Thanks Tim Graham for the review and improved patch. 
						
						
					 
					
						2013-07-19 20:30:14 +02:00 
						 
				 
			
				
					
						
							
							
								Matt Deacalion Stevens 
							
						 
					 
					
						
						
							
						
						a269ea4fe0 
					 
					
						
						
							
							Fixed   #14656  -- Added Atom1Feed published element  
						
						... 
						
						
						
						Some feed aggregators make use of the `published` element as well as
the `updated` element (within the Atom standard -- http://bit.ly/2YySb ).
The standard allows for these two elements to be present in the same
entry. `Atom1Feed` had implemented the `updated` element which was
incorrectly taking the date from `pubdate`. 
						
						
					 
					
						2013-07-19 10:38:34 -04:00 
						 
				 
			
				
					
						
							
							
								Loic Bistuer 
							
						 
					 
					
						
						
							
						
						2fc6c9472c 
					 
					
						
						
							
							Fixed   #20767  -- Fixed ModelAdmin.preserve_filters for namespaced URLs.  
						
						... 
						
						
						
						Thanks Collin Anderson for the report. 
						
						
					 
					
						2013-07-18 18:18:30 -04:00 
						 
				 
			
				
					
						
							
							
								Curtis Maloney 
							
						 
					 
					
						
						
							
						
						a3e7d73ed7 
					 
					
						
						
							
							Allowed Context.push to behave as a context mananger.  
						
						... 
						
						
						
						Thanks Loic Bistuer for the review. 
						
						
					 
					
						2013-07-17 13:32:32 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						2333c9662b 
					 
					
						
						
							
							Fixed   #14007  -- Added model discovery in models module without the need to specify app_label.  
						
						... 
						
						
						
						Thanks mark@ and Aramgutang for work on the patch. 
						
						
					 
					
						2013-07-16 19:32:30 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						2456ffa42c 
					 
					
						
						
							
							Fixed   #20746  -- Removed Python 2.6 specific code/docs  
						
						
						
						
					 
					
						2013-07-14 13:02:55 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						d9c580306c 
					 
					
						
						
							
							Fixed   #20681  -- Prevented teardown_databases from attempting to tear down aliases  
						
						... 
						
						
						
						Thanks simonpercivall. 
						
						
					 
					
						2013-07-13 17:46:05 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						9b471a8fe3 
					 
					
						
						
							
							Fixed a deprecation warning in a selenium test.  
						
						
						
						
					 
					
						2013-07-13 13:15:28 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						73f86f4441 
					 
					
						
						
							
							Isolated host validation tests in own test case  
						
						
						
						
					 
					
						2013-07-13 10:16:52 +02:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						f2cb94f1c0 
					 
					
						
						
							
							Fixed   #20740  -- GenericIPAddressField should pass protocol to formfield()  
						
						... 
						
						
						
						Thanks Jeff250. 
						
						
					 
					
						2013-07-12 16:05:14 -04:00 
						 
				 
			
				
					
						
							
							
								Karol Sikora 
							
						 
					 
					
						
						
							
						
						6272d2f155 
					 
					
						
						
							
							Fixed   #20429  -- Added QuerySet.update_or_create  
						
						... 
						
						
						
						Thanks tunixman for the suggestion and Loic Bistuer for the review. 
						
						
					 
					
						2013-07-12 08:26:35 -04:00 
						 
				 
			
				
					
						
							
							
								Joeri Bekker 
							
						 
					 
					
						
						
							
						
						66f3d57b79 
					 
					
						
						
							
							Fixed   #19031  -- Added a warning when using override_settings with 'DATABASES'  
						
						
						
						
					 
					
						2013-07-12 07:10:18 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						59ebe39812 
					 
					
						
						
							
							Fixed   #17471  -- Added smtplib.SMTP_SSL connection option for SMTP backend  
						
						... 
						
						
						
						Thanks dj.facebook at gmail.com for the report and initial patch
and Areski Belaid and senko for improvements. 
						
						
					 
					
						2013-07-11 22:00:08 +02:00 
						 
				 
			
				
					
						
							
							
								Benjamin Kagia 
							
						 
					 
					
						
						
							
						
						b0953dc913 
					 
					
						
						
							
							Fixed   #13721  -- Added UploadedFile.content_type_extra.  
						
						... 
						
						
						
						Thanks Waldemar Kornewald and mvschaik for work on the patch. 
						
						
					 
					
						2013-07-11 09:11:59 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						4d92a0bd86 
					 
					
						
						
							
							Fixed   #19196  -- Added test/requirements  
						
						
						
						
					 
					
						2013-07-10 09:24:05 -04:00 
						 
				 
			
				
					
						
							
							
								Loic Bistuer 
							
						 
					 
					
						
						
							
						
						7e6d852bac 
					 
					
						
						
							
							Fixed   #20663  -- "Today" and "now" admin shortcuts.  
						
						... 
						
						
						
						Changed the shortcuts next to date and time intput widgets
to account for the current timezone.
Refs #7717 , #14253  and #18768 . 
						
						
					 
					
						2013-07-09 23:04:33 +02:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						404870ee1f 
					 
					
						
						
							
							Fixed   #20724  -- Test failure on SQLite.  
						
						... 
						
						
						
						This test failure happened if the connection's NAME was set to a file
system path, and its TEST_NAME wasn't.
Thanks Claude for the report. 
						
						
					 
					
						2013-07-09 21:41:30 +02:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						38bc581bc0 
					 
					
						
						
							
							Avoided transaction.set_autocommit in tests.  
						
						... 
						
						
						
						It doesn't work as one might expect on a certain database backend where
autocommits_when_autocommit_is_off = True. That backend happens to be
popular for running tests. 
						
						
					 
					
						2013-07-09 21:41:30 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						57f190ed3b 
					 
					
						
						
							
							Only import gis test apps for geo-enabled DBs  
						
						
						
						
					 
					
						2013-07-09 15:58:56 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						bd563f0f57 
					 
					
						
						
							
							Trusted test skipping about gis tests running or not  
						
						... 
						
						
						
						With the new test discovery system, gis tests are discovered as
other tests. They should be properly skipped now when dependencies
are missing. So let's stop special casing their inclusion. 
						
						
					 
					
						2013-07-09 15:17:26 +02:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						da79ccca1d 
					 
					
						
						
							
							Fixed   #6785  -- Made QuerySet.get() fetch a limited number of rows.  
						
						... 
						
						
						
						Thanks Patryk Zawadzki. 
						
						
					 
					
						2013-07-08 08:33:40 -04:00 
						 
				 
			
				
					
						
							
							
								Alex Gaynor 
							
						 
					 
					
						
						
							
						
						626fa28878 
					 
					
						
						
							
							Fixed   #13813  -- Comparison of DatabaseWrappers doesn't raise errors.  
						
						... 
						
						
						
						Patch from Lukasz Balcerzak. 
						
						
					 
					
						2013-07-08 09:35:08 +10:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						2cbd579efe 
					 
					
						
						
							
							Fixed   #19940  -- Made test.runner.setup_databases properly handle aliases for default db.  
						
						... 
						
						
						
						Thanks simonpercivall. 
						
						
					 
					
						2013-07-04 19:58:58 -04:00 
						 
				 
			
				
					
						
							
							
								Andrew Godwin 
							
						 
					 
					
						
						
							
						
						3a6580e485 
					 
					
						
						
							
							Make get_constraints return columns in order  
						
						
						
						
					 
					
						2013-07-02 18:02:20 +01:00 
						 
				 
			
				
					
						
							
							
								Andrew Godwin 
							
						 
					 
					
						
						
							
						
						61ff46cf8b 
					 
					
						
						
							
							Add AlterIndexTogether operation  
						
						
						
						
					 
					
						2013-07-02 18:02:01 +01:00 
						 
				 
			
				
					
						
							
							
								Andrew Godwin 
							
						 
					 
					
						
						
							
						
						2202e3f7d3 
					 
					
						
						
							
							Fix index_together test  
						
						
						
						
					 
					
						2013-07-02 12:06:26 +01:00 
						 
				 
			
				
					
						
							
							
								Andrew Godwin 
							
						 
					 
					
						
						
							
						
						9ef715d256 
					 
					
						
						
							
							Fix some bad test running under PostgreSQL  
						
						
						
						
					 
					
						2013-07-02 11:51:38 +01:00 
						 
				 
			
				
					
						
							
							
								Andrew Godwin 
							
						 
					 
					
						
						
							
						
						6a8cfbf07b 
					 
					
						
						
							
							Support for index_together in schema backends  
						
						
						
						
					 
					
						2013-07-02 11:43:44 +01:00 
						 
				 
			
				
					
						
							
							
								Andrew Godwin 
							
						 
					 
					
						
						
							
						
						3b20af3e96 
					 
					
						
						
							
							Autodetection of unique_together changes  
						
						
						
						
					 
					
						2013-07-02 11:25:18 +01:00 
						 
				 
			
				
					
						
							
							
								Andrew Godwin 
							
						 
					 
					
						
						
							
						
						67dcea711e 
					 
					
						
						
							
							Add unique_together altering operation  
						
						
						
						
					 
					
						2013-07-02 11:19:02 +01:00