Tim Graham 
							
						 
					 
					
						
						
							
						
						be9930d7be 
					 
					
						
						
							
							[1.6.x] Fixed deprecation warning on Python 3  
						
						... 
						
						
						
						Backport of b7451b72 
						
						
					 
					
						2013-09-07 13:15:13 -05:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						7fcd6aa669 
					 
					
						
						
							
							[1.6.x]  Fixed   #20530  -- Properly decoded non-ASCII query strings on Python 3.  
						
						... 
						
						
						
						Thanks mitsuhiko for the report.
Backport of 65b6eff38aaca65 
						
						
					 
					
						2013-09-07 12:06:38 -05:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						fac5735a3d 
					 
					
						
						
							
							[1.6.x]   Fixed   #20557  -- Properly decoded non-ASCII cookies on Python 3.  
						
						... 
						
						
						
						Thanks mitsuhiko for the report.
Non-ASCII values are supported. Non-ASCII keys still aren't, because the
current parser mangles them. That's another bug.
Simplified backport of 8aaca651f5add47 
						
						
					 
					
						2013-09-07 10:45:24 -05:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						f855058c35 
					 
					
						
						
							
							[1.6.x]  Fixed   #11811  -- Data-loss bug in queryset.update.  
						
						... 
						
						
						
						It's now forbidden to call queryset.update(field=instance) when instance
hasn't been saved to the database ie. instance.pk is None.
Conflicts:
	tests/queries/tests.py
Backport of b4cd8169 
						
						
					 
					
						2013-09-06 21:59:28 -05:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						2a2ac5c140 
					 
					
						
						
							
							Merge pull request  #1566  from adamsc64/ticket_11857  
						
						... 
						
						
						
						Fixed  #11857  -- Added missing 'closed' property on TemporaryFile class.
Backport of 926bc42 
					
						2013-09-06 19:44:25 -05:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						3df9647ad9 
					 
					
						
						
							
							[1.6.x] Merge pull request  #1582  from rca/12756-missing-yaml-module-serializer-error-message  
						
						... 
						
						
						
						Fixed  #12756 : Improved error message when yaml module is missing.
Backport of 4f5faa1916 
					
						2013-09-06 19:01:24 -05:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						99952bab30 
					 
					
						
						
							
							[1.6.x] Merge pull request  #1580  from ianawilson/ticket_16502  
						
						... 
						
						
						
						Fixed  #16502  -- Fixed a TemplateDoesNotExist error that should be an ImproperlyConfigured.
Assistance on the patch from #jambronrose.
Backport of 9b2dc12b83 
					
						2013-09-06 17:39:16 -05:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						b917458f47 
					 
					
						
						
							
							Merge pull request  #1579  from ianawilson/ticket_21058  
						
						... 
						
						
						
						[1.6.x] Fixed  #21058  -- Fixed debug view blowing up when no template is provided to the template rendering functions.
Assistance on this commit from @jambonrose.
Backport of 122020fdb9 
						
						
					 
					
						2013-09-06 17:11:07 -05:00 
						 
				 
			
				
					
						
							
							
								Eric Boersma 
							
						 
					 
					
						
						
							
						
						180b9955cc 
					 
					
						
						
							
							[1.6.x]  Fixed   #21035  -- Changed docs to treat the acronym SQL phonetically.  
						
						... 
						
						
						
						The documentation and comments now all use 'an' to
refer to the word SQL and not 'a'.
Backport of 4d13cc56de 
						
						
					 
					
						2013-09-05 20:16:14 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						77cf0d6519 
					 
					
						
						
							
							[1.6.x]  Fixed   #21041  -- Removed a duplicate form in tests.  
						
						... 
						
						
						
						Thanks tuxcanfly.
Backport of bab039d74c 
						
						
					 
					
						2013-09-05 06:32:26 -04:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						115318051c 
					 
					
						
						
							
							[1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0.  
						
						... 
						
						
						
						Conflicts:
	django/db/backends/oracle/base.py
	django/db/backends/sqlite3/base.py
	django/db/models/base.py
Backport of 365c3e8b 
						
						
					 
					
						2013-09-03 07:34:45 -05:00 
						 
				 
			
				
					
						
							
							
								Carl Meyer 
							
						 
					 
					
						
						
							
						
						21a3efcf48 
					 
					
						
						
							
							[1.6.x]  Fixed   #20999  - Allow overriding formfield class with choices, without subclass restrictions.  
						
						... 
						
						
						
						Refs #18162 . Thanks claudep and mjtamlyn for review.
Backport of 7211741fc5 
						
						
					 
					
						2013-08-30 17:45:14 -06:00 
						 
				 
			
				
					
						
							
							
								Anssi Kääriäinen 
							
						 
					 
					
						
						
							
						
						76e38a2177 
					 
					
						
						
							
							[1.6.x]  Fixed   #20988  -- Added model meta option select_on_save  
						
						... 
						
						
						
						The option can be used to force pre 1.6 style SELECT on save behaviour.
This is needed in case the database returns zero updated rows even if
there is a matching row in the DB. One such case is PostgreSQL update
trigger that returns NULL.
Reviewed by Tim Graham.
Refs #16649 
Backport of e973ee6a98 
						
						
					 
					
						2013-08-30 09:47:34 +03:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						10d15f79e5 
					 
					
						
						
							
							[1.6.x]  Fixed   #14786  -- Fixed get_db_prep_lookup calling get_prep_value twice if prepared is False.  
						
						... 
						
						
						
						Thanks homm for the report and Aramgutang and lrekucki for work on
the patch.
Backport of f19a3669b8 
						
						
					 
					
						2013-08-29 12:14:40 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						ef1259342b 
					 
					
						
						
							
							[1.6.x]  Fixed   #16433  -- Fixed a help_text/read only field interaction that caused an admin crash.  
						
						... 
						
						
						
						Thanks chris at cogdon.org for the report and admackin for the patch.
Backport of af953c45cc 
						
						
					 
					
						2013-08-29 09:45:02 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						2c08d474a8 
					 
					
						
						
							
							[1.6.x]  Fixed   #20961  -- Fixed HttpResponse default empty content  
						
						... 
						
						
						
						Thanks epandurski at gmail.com for the report.
Backport of f4e980456 
						
						
					 
					
						2013-08-24 18:10:50 +02:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						5f061986b9 
					 
					
						
						
							
							[1.6.x]  Fixed   #20922  -- Allowed customizing the serializer used by contrib.sessions  
						
						... 
						
						
						
						Added settings.SESSION_SERIALIZER which is the import path of a serializer
to use for sessions.
Thanks apollo13, carljm, shaib, akaariai, charettes, and dstufft for reviews.
Backport of b0ce6fe656 
						
						
					 
					
						2013-08-22 17:55:01 -04:00 
						 
				 
			
				
					
						
							
							
								Anssi Kääriäinen 
							
						 
					 
					
						
						
							
						
						161e26c2ec 
					 
					
						
						
							
							[1.6.x]  Fixed   #20955  -- select_related regression  
						
						... 
						
						
						
						In cases where the same connection (from model A to model B along the
same field) was needed multiple times in a select_related query, the
join setup code mistakenly reused an existing join.
Backpatch of 8d65b6082c 
						
						
					 
					
						2013-08-22 10:59:59 +03:00 
						 
				 
			
				
					
						
							
							
								Florian Apolloner 
							
						 
					 
					
						
						
							
						
						12d364a9b0 
					 
					
						
						
							
							[1.6.x]  Fixed   #20933  -- Allowed loaddata to load fixtures from relative paths.  
						
						... 
						
						
						
						Backport of 6e846f7627 
						
						
					 
					
						2013-08-20 21:28:14 +02:00 
						 
				 
			
				
					
						
							
							
								Anssi Kääriäinen 
							
						 
					 
					
						
						
							
						
						b189169ed0 
					 
					
						
						
							
							[1.6.x] Fixed invalid testing fixture  
						
						... 
						
						
						
						Backport of 86f4459f9e 
						
						
					 
					
						2013-08-20 17:49:00 +03:00 
						 
				 
			
				
					
						
							
							
								Anssi Kääriäinen 
							
						 
					 
					
						
						
							
						
						2b1101a4a6 
					 
					
						
						
							
							[1.6.x]  Fixed   #20820  -- Model inheritance + m2m fixture loading regression  
						
						... 
						
						
						
						Tests by Tim Graham, report from jeroen.pulles@redslider.net .
Backport of 1ed77e7782 
						
						
					 
					
						2013-08-20 17:15:52 +03:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						3ae585b449 
					 
					
						
						
							
							[1.6.x] Fixed a test failure introduced in  f0bc2865ff.  
						
						... 
						
						
						
						`classobj` objects cannot be weakly referenced on Python 2.6 
						
						
					 
					
						2013-08-20 04:08:41 -04:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						f0bc2865ff 
					 
					
						
						
							
							Fixed   #20943  -- Weakly reference senders when caching their associated receivers  
						
						... 
						
						
						
						Backport of e55ca60903 
						
						
					 
					
						2013-08-20 02:12:50 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						c769c26601 
					 
					
						
						
							
							[1.6.x] Revert "Fixed  #18491  -- deleting a proxy doesn't show warning about cascade deletes"  
						
						... 
						
						
						
						This reverts commit 2b48fcc607#20777 ) which we can't easily fix in 1.6. 
						
						
					 
					
						2013-08-16 07:59:16 -04:00 
						 
				 
			
				
					
						
							
							
								Alasdair Nicol 
							
						 
					 
					
						
						
							
						
						919934602f 
					 
					
						
						
							
							[1.6.x]  Fixed   #20895  -- Made check management command warn if a BooleanField does not have a default value  
						
						... 
						
						
						
						Thanks to Collin Anderson for the suggestion and Tim Graham for
reviewing the patch.
Backport of 22c6497f99 
						
						
					 
					
						2013-08-15 20:33:02 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						ccff25b143 
					 
					
						
						
							
							[1.6.x]  Fixed   #17778  -- Prevented class attributes on context from resolving as template variables.  
						
						... 
						
						
						
						Thanks KyleMac for the report, regebro for the patch, and Aymeric for the test.
Backport of 71b5617c24 
						
						
					 
					
						2013-08-15 10:22:56 -04:00 
						 
				 
			
				
					
						
							
							
								Florian Apolloner 
							
						 
					 
					
						
						
							
						
						b720ece065 
					 
					
						
						
							
							[1.6.x] Removed unneeded conditional_escapes from the testsuite.  
						
						... 
						
						
						
						Backport of 4e50e40654 
						
						
					 
					
						2013-08-13 22:24:14 +02:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						bfbae15c66 
					 
					
						
						
							
							Apply autoescaping to AdminURLFieldWidget.  
						
						... 
						
						
						
						This is a security fix; disclosure to follow shortly. 
						
						
					 
					
						2013-08-13 11:06:00 -05:00 
						 
				 
			
				
					
						
							
							
								Collin Anderson 
							
						 
					 
					
						
						
							
						
						e3e0cf8a0f 
					 
					
						
						
							
							[1.6.x]  Fixed   #20865  -- Fixed raw_id_fields to work with callable limit_choices_to.  
						
						... 
						
						
						
						Backport of d53e574676 
						
						
					 
					
						2013-08-06 13:44:31 -04:00 
						 
				 
			
				
					
						
							
							
								Alex Cucu 
							
						 
					 
					
						
						
							
						
						80b95a2b1f 
					 
					
						
						
							
							[1.6.x]  Fixed   #19918  -- Modified select_for_update to run on the write database.  
						
						... 
						
						
						
						Backport of 1c64a0f29e 
						
						
					 
					
						2013-08-06 10:58:32 -04:00 
						 
				 
			
				
					
						
							
							
								Anssi Kääriäinen 
							
						 
					 
					
						
						
							
						
						363b81c59c 
					 
					
						
						
							
							[1.6.x] Fixed ordering related test failure  
						
						... 
						
						
						
						Also PEP8 + python_2_unicode_compatible cleanup done.
Backport of 263b873599 
						
						
					 
					
						2013-08-06 10:34:42 +03:00 
						 
				 
			
				
					
						
							
							
								Tim Heap 
							
						 
					 
					
						
						
							
						
						891cdf120a 
					 
					
						
						
							
							[1.6.x]  Fixed   #20850  -- Added MultiWidget.needs_multipart_form  
						
						... 
						
						
						
						Backport of 75c87e2d38 
						
						
					 
					
						2013-08-05 10:13:48 -04:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						2eac989985 
					 
					
						
						
							
							[1.6.x]  Fixed   #20822  -- Set content type of default error pages to 'text/html'.  
						
						... 
						
						
						
						Thanks Jimmy Song for the patch.
Backport of 7843775 
						
						
					 
					
						2013-08-04 11:04:58 +02:00 
						 
				 
			
				
					
						
							
							
								Petr Dlouhý 
							
						 
					 
					
						
						
							
						
						4e7745cc1c 
					 
					
						
						
							
							[1.6.x] Fixed LogEntry.get_admin_url() for non-existent models.  
						
						... 
						
						
						
						Regression introduced by [369b6fa#18169 .
Backport of 1b47508ac8 
						
						
					 
					
						2013-08-02 12:51:46 -04:00 
						 
				 
			
				
					
						
							
							
								Loic Bistuer 
							
						 
					 
					
						
						
							
						
						4f8fb19994 
					 
					
						
						
							
							[1.6.x]  Fixed   #18681  -- GenericInlineModelAdmin.get_formset() no longer bypasses get_fieldsets().  
						
						... 
						
						
						
						Refs 23e1b59a0ed2f9260 
						
						
					 
					
						2013-08-02 10:45:58 -04:00 
						 
				 
			
				
					
						
							
							
								Aleksandra Sendecka 
							
						 
					 
					
						
						
							
						
						6e4fd816c4 
					 
					
						
						
							
							[1.6.x]  Fixed   #18777  -- Localized form fields with as_text/as_hidden  
						
						... 
						
						
						
						Thanks croldan for the report.
Backport of 893d8de6f5 
						
						
					 
					
						2013-08-02 08:43:19 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						196cc875b2 
					 
					
						
						
							
							[1.6.x]  Fixed   #17519  -- Fixed missing SQL constraints to proxy models.  
						
						... 
						
						
						
						Thanks thibaultj for the report, jenh for the patch,
and charettes for the tests.
Backport of aa830009de 
						
						
					 
					
						2013-08-02 08:42:19 -04:00 
						 
				 
			
				
					
						
							
							
								Baptiste Mispelon 
							
						 
					 
					
						
						
							
						
						badca4716f 
					 
					
						
						
							
							[1.6.x]  Fixed   #10491  -- Allowed passing lazy objects to HttpResponseRedirect.  
						
						... 
						
						
						
						Thanks liangent for the report.
Backport of 3c45fb8589 
						
						
					 
					
						2013-07-30 13:40:18 -04:00 
						 
				 
			
				
					
						
							
							
								Florian Apolloner 
							
						 
					 
					
						
						
							
						
						081a27c358 
					 
					
						
						
							
							[1.6.x] Simplified smart_urlquote and added some basic tests.  
						
						... 
						
						
						
						Backport of b70c371fc1 
						
						
					 
					
						2013-07-28 10:07:01 +02:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						dbbd2b1272 
					 
					
						
						
							
							[1.6.x]  Fixed   #20805  -- Removed an extra colon beside checkboxes in the admin.  
						
						... 
						
						
						
						Thanks CollinAnderson for the report.
Backport of 8676318d2d 
						
						
					 
					
						2013-07-26 14:47:58 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						5cc1ea4773 
					 
					
						
						
							
							[1.6.x] Updated contrib.admin to use Email/URLInputs; refs  #16630  
						
						... 
						
						
						
						Backport of 2a979d2a7b 
						
						
					 
					
						2013-07-26 08:02:10 -04:00 
						 
				 
			
				
					
						
							
							
								Anssi Kääriäinen 
							
						 
					 
					
						
						
							
						
						7f892cedba 
					 
					
						
						
							
							[1.6.x] 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.
Backpatch of 7cca8d56d2 
						
						
					 
					
						2013-07-26 13:17:50 +03:00 
						 
				 
			
				
					
						
							
							
								Anssi Kääriäinen 
							
						 
					 
					
						
						
							
						
						d439f85bbf 
					 
					
						
						
							
							[1.6.x] Fixed ._meta.pk_index() virtual field failure  
						
						... 
						
						
						
						Backport of 92476e880c 
						
						
					 
					
						2013-07-25 16:35:04 +03:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						816bf0c6a7 
					 
					
						
						
							
							[1.6.x]  Fixed   #20781  -- Fixed _has_changed regression with MultiValueField  
						
						... 
						
						
						
						Thanks Tim Graham for the report.
Backport of 02b0106d 
						
						
					 
					
						2013-07-22 09:07:04 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						48516d3b85 
					 
					
						
						
							
							[1.6.x] Fixed an email validation regression  
						
						... 
						
						
						
						Thanks Vincent Wagelaar for the report.
Backport of 11b7b9ad 
						
						
					 
					
						2013-07-21 21:12:50 +02:00 
						 
				 
			
				
					
						
							
							
								Karen Tracey 
							
						 
					 
					
						
						
							
						
						706e542eb5 
					 
					
						
						
							
							[1.6.x]  Fixed   #13696  -- ensured inline pk field is rendered  
						
						... 
						
						
						
						Backport of 3aad955ea8 
						
						
					 
					
						2013-07-21 13:13:20 -04:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						9d3f7a21a3 
					 
					
						
						
							
							[1.6.x]  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.
Backport of 415a36947c 
						
						
					 
					
						2013-07-19 23:45:29 -04:00 
						 
				 
			
				
					
						
							
							
								Loic Bistuer 
							
						 
					 
					
						
						
							
						
						c660f0e985 
					 
					
						
						
							
							[1.6.x]  Fixed   #20767  -- Fixed ModelAdmin.preserve_filters for namespaced URLs.  
						
						... 
						
						
						
						Thanks Collin Anderson for the report.
Backport of 2fc6c9472c 
						
						
					 
					
						2013-07-18 18:23:21 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						e5241902f3 
					 
					
						
						
							
							[1.6.x]  Fixed   #20681  -- Prevented teardown_databases from attempting to tear down aliases  
						
						... 
						
						
						
						Thanks simonpercivall.
Backport of d9c580306c 
						
						
					 
					
						2013-07-13 17:46:37 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						26b88e7658 
					 
					
						
						
							
							[1.6.x] Fixed a deprecation warning in a selenium test.  
						
						... 
						
						
						
						Backport of 9b471a8fe3 
						
						
					 
					
						2013-07-13 13:22:00 -04:00