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 
						 
				 
			
				
					
						
							
							
								Kevin Christopher Henry 
							
						 
					 
					
						
						
							
						
						bf9382fb02 
					 
					
						
						
							
							[1.6.x] Documentation -- Clarified use of 'view' in test client introduction.  
						
						... 
						
						
						
						Backport of 2e926b041c 
						
						
							
						
					 
					
						2013-08-22 09:39:14 -04:00 
						 
				 
			
				
					
						
							
							
								Marc Tamlyn 
							
						 
					 
					
						
						
							
						
						8d02c378ab 
					 
					
						
						
							
							[1.6.x]  Fixed   #20944  -- Removed inaccurate statement about View.dispatch().  
						
						... 
						
						
						
						Backport of bac4d03ce6 
						
						
							
						
					 
					
						2013-08-22 09:21:28 -04:00 
						 
				 
			
				
					
						
							
							
								Ramiro Morales 
							
						 
					 
					
						
						
							
						
						26a4c83598 
					 
					
						
						
							
							[1.6.x] Made description of LANGUAGE_CODE setting more clear.  
						
						... 
						
						
						
						297f5af222 
					
						2013-08-22 08:29:59 -03:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						ff92a6eb5b 
					 
					
						
						
							
							[1.6.x] Moved translator comment just above the target string  
						
						... 
						
						
						
						Backport of 8cd874298 
						
						
							
						
					 
					
						2013-08-22 09:54:35 +02: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 
						 
				 
			
				
					
						
							
							
								Kevin Christopher Henry 
							
						 
					 
					
						
						
							
						
						69a4594cb7 
					 
					
						
						
							
							[1.6.x] Documentation -- Corrected error about Model.full_clean()  
						
						... 
						
						
						
						Although the ModelForm validation code was changed to call
Model.full_clean(), the documentation still said otherwise. The
offending phrase was removed.
Backport of bb011cf809 
						
						
							
						
					 
					
						2013-08-21 17:46:18 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						28b1317fd8 
					 
					
						
						
							
							[1.6.x]  Fixed   #20949  -- Typo  #2  in docstring  
						
						... 
						
						
						
						Backport of 0073f1d94f 
						
						
							
						
					 
					
						2013-08-21 10:50:27 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						b0821e6d3a 
					 
					
						
						
							
							[1.6.x] Fixed docstring typo, thanks minddust.  
						
						... 
						
						
						
						Backport of d3ed15b79d 
						
						
							
						
					 
					
						2013-08-21 09:02:19 -04:00 
						 
				 
			
				
					
						
							
							
								Kevin Christopher Henry 
							
						 
					 
					
						
						
							
						
						e7d4d41a30 
					 
					
						
						
							
							[1.6.x] Documentation - Noted that OneToOneField doesn't respect unique.  
						
						... 
						
						
						
						Added OneToOneField to the list of model fields for which the unique
argument isn't valid. (OneToOneFields are inherently unique, and if
the user supplies a value for unique it is ignored / overwritten.) 
						
						
							
						
					 
					
						2013-08-20 21:20:55 -07: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 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						e7a6eaf5fe 
					 
					
						
						
							
							[1.6.x] Correctly format missing Pillow/PIL exceptions messages. refs  #19934  
						
						... 
						
						
						
						Backport of b9590a6935 
						
						
							
						
					 
					
						2013-08-19 18:51:22 -04:00 
						 
				 
			
				
					
						
							
							
								Harm Geerts 
							
						 
					 
					
						
						
							
						
						a6ac4f90d0 
					 
					
						
						
							
							[1.6.x]  Fixed   #20829  -- Skip postgis metadata tables with introspection  
						
						... 
						
						
						
						Backport of 24088618 
						
						
							
						
					 
					
						2013-08-16 21:21:41 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						1b48de06c3 
					 
					
						
						
							
							[1.6.x] Updated translation templates  
						
						
						
						
							
						
					 
					
						2013-08-16 15:13:31 +02: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 
							
						 
					 
					
						
						
							
						
						7825fb8788 
					 
					
						
						
							
							[1.6.x]  Fixed   #20891  -- Removed part of the tutorial that requires pytz  
						
						... 
						
						
						
						Thanks AtomicSpark for the report.
Backport of 55339a7669 
						
						
							
						
					 
					
						2013-08-15 15:31:57 -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 
						 
				 
			
				
					
						
							
							
								James Bennett 
							
						 
					 
					
						
						
							
						
						d2419bb2b8 
					 
					
						
						
							
							[1.6.x] Added release date to 1.5 release notes.  
						
						... 
						
						
						
						Forwardport of 61283a8208 
						
						
							
						
					 
					
						2013-08-15 07:41:53 -04:00 
						 
				 
			
				
					
						
							
							
								Alasdair Nicol 
							
						 
					 
					
						
						
							
						
						52741004f6 
					 
					
						
						
							
							[1.6.x] Updated docs following deprecation of django.views.defaults.shortcut  
						
						... 
						
						
						
						Follows 3f2befc354009d67e 
						
						
							
						
					 
					
						2013-08-15 07:07:15 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						8bd5251fd5 
					 
					
						
						
							
							[1.6.x] Added some doc links for django.contrib.messages  
						
						... 
						
						
						
						Backport of b6178fa24b 
						
						
							
						
					 
					
						2013-08-14 12:58:19 -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 
						 
				 
			
				
					
						
							
							
								Loic Bistuer 
							
						 
					 
					
						
						
							
						
						39db994790 
					 
					
						
						
							
							[1.6.x] Fixed overflow for the "Recent Actions" widget on the admin index.  
						
						... 
						
						
						
						Previously the CSS targeted "li.changelink" and therefore didn't
work for the "add" and "delete" actions.
Refs #14868 .
Backport of 33fc083b0d 
						
						
							
						
					 
					
						2013-08-13 13:26:37 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						529afa7138 
					 
					
						
						
							
							Added 1.4.6/1.5.2 release notes.  
						
						
						
						
							
 
						
					 
					
						2013-08-13 11:17:07 -05:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						57dc238d0e 
					 
					
						
						
							
							Bumped version numbers for 1.6b2.  
						
						
						
						
							
						
					 
					
						2013-08-13 11:12:07 -05: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 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						79594b40c0 
					 
					
						
						
							
							Fixed is_safe_url() to reject URLs that use a scheme other than HTTP/S.  
						
						... 
						
						
						
						This is a security fix; disclosure to follow shortly. 
						
						
							
						
					 
					
						2013-08-13 11:05:41 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						4f470f5186 
					 
					
						
						
							
							[1.6.x] Added missing release notes for older versions of Django  
						
						... 
						
						
						
						Backport of 3f6cc33cff 
						
						
							
						
					 
					
						2013-08-12 14:07:58 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						43f12f368b 
					 
					
						
						
							
							[1.6.x]  Fixed   #20890  -- Added missing import in class-based view docs.  
						
						... 
						
						
						
						Thanks André Augusto.
Backport of ab680725bf 
						
						
							
						
					 
					
						2013-08-10 18:08:27 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						2cd1439c06 
					 
					
						
						
							
							[1.6.x]  Fixed   #20868  -- Added an email to django-announce as a security step.  
						
						... 
						
						
						
						Thanks garrison for the report.
Backport of 5737c57d95 
						
						
							
						
					 
					
						2013-08-09 16:02:54 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						7c5d43eea0 
					 
					
						
						
							
							[1.6.x] Added an anchor for django.forms.Form.clean in docs  
						
						... 
						
						
						
						Backport of 8442268869 
						
						
							
						
					 
					
						2013-08-08 14:14:14 -04:00 
						 
				 
			
				
					
						
							
							
								Jaime Irurzun 
							
						 
					 
					
						
						
							
						
						7836bd502c 
					 
					
						
						
							
							[1.6.x] Clarifed meaning of models.User.is_authenticated()  
						
						... 
						
						
						
						Backport of f96fe3cd1e 
						
						
							
						
					 
					
						2013-08-08 10:27:34 -04:00 
						 
				 
			
				
					
						
							
							
								Daniele Procida 
							
						 
					 
					
						
						
							
						
						9cc7407f2c 
					 
					
						
						
							
							[1.6.x] Added more on @cached_property, refs  #20870  
						
						... 
						
						
						
						Backport of 7e6af9d40c 
						
						
							
						
					 
					
						2013-08-08 09:47:24 -04:00 
						 
				 
			
				
					
						
							
							
								Daniele Procida 
							
						 
					 
					
						
						
							
						
						25ce1e0e0a 
					 
					
						
						
							
							[1.6.x]  Fixed   #20870  -- Documented django.utils.functional.cached_property  
						
						... 
						
						
						
						Backport of 7a2296eb5b 
						
						
							
						
					 
					
						2013-08-08 05:36:52 -04:00 
						 
				 
			
				
					
						
							
							
								Christopher Medrela 
							
						 
					 
					
						
						
							
						
						6264e39c34 
					 
					
						
						
							
							[1.6.x] Added note to GenericIPAddressField documentation  
						
						... 
						
						
						
						refs #20484 
Backport of fb26c4996a 
						
						
							
						
					 
					
						2013-08-08 05:17:54 -04: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 
						 
				 
			
				
					
						
							
							
								Leandro Regueiro 
							
						 
					 
					
						
						
							
						
						4c90081b5b 
					 
					
						
						
							
							[1.6.x] Added section labels in cache docs  
						
						... 
						
						
						
						Backport of 709cd2c4b7 
						
						
							
						
					 
					
						2013-08-06 11:56: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 
						 
				 
			
				
					
						
							
							
								Jimmy Song 
							
						 
					 
					
						
						
							
						
						ea7bef318f 
					 
					
						
						
							
							[1.6.x]  Fixed   #20859  - Clarified Model.clean() example.  
						
						... 
						
						
						
						Backport of 94d7fed775 
						
						
							
						
					 
					
						2013-08-05 09:06:36 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						06f484dcf9 
					 
					
						
						
							
							[1.6.x]  Fixed   #20862  -- Updated startproject MIDDLEWARE_CLASSES in docs.  
						
						... 
						
						
						
						Thanks Keryn Knight.
Backport of 26c4bd38ac 
						
						
							
						
					 
					
						2013-08-05 08:16:56 -04:00 
						 
				 
			
				
					
						
							
							
								Julien Phalip 
							
						 
					 
					
						
						
							
						
						7cc91eae7c 
					 
					
						
						
							
							[1.6.x] Fixed a small formatting issue.  
						
						... 
						
						
						
						Backport 0b071ba7df 
						
						
							
						
					 
					
						2013-08-04 17:33:00 -07:00 
						 
				 
			
				
					
						
							
							
								Julien Phalip 
							
						 
					 
					
						
						
							
						
						59bf42f79e 
					 
					
						
						
							
							[1.6.x] Added a note to the 1.6 release about the new --keep-pot option for makemessages.  
						
						... 
						
						
						
						Refs #17008 .
Backport of 28d3b33c04 
						
						
							
						
					 
					
						2013-08-04 17:20:22 -07:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						7a5f799193 
					 
					
						
						
							
							[1.6.x]  Fixed   #20860  -- Removed references to defunct chicagocrime.org  
						
						... 
						
						
						
						Backport of 1593a86494 
						
						
							
						
					 
					
						2013-08-04 14:46:41 -04:00 
						 
				 
			
				
					
						
							
							
								Daniele Procida 
							
						 
					 
					
						
						
							
						
						74205c4a3c 
					 
					
						
						
							
							[1.6.x]  Fixed   #20842  and  #20845  - Added a note on order_by() and improved prefetch_related() docs.  
						
						... 
						
						
						
						Backport of e8183a8193 
						
						
							
						
					 
					
						2013-08-04 12:35:31 -04:00