Anssi Kääriäinen 
							
						 
					 
					
						
						
							
						
						a035d9d650 
					 
					
						
						
							
							Cleaned whitespace errors introduced in previous commit  
						
						
						
						
					 
					
						2012-06-08 23:52:43 +03:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						b6d533af4d 
					 
					
						
						
							
							Fixed   #18399  – Added a way to get ContentTypes for proxy models  
						
						... 
						
						
						
						Added kwargs for_concrete_model and for_concrete_models to ContentType
methods get_for_model() and get_for_models(). By setting the flag to
False, it is possible to get the contenttype for proxy models. 
						
						
					 
					
						2012-06-08 23:07:58 +03:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						4464bbba15 
					 
					
						
						
							
							Fixed   #14502  -- Added a verbatim template tag.  
						
						... 
						
						
						
						Thanks SmileyChris for the patch. 
						
						
					 
					
						2012-06-07 09:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						eb286aa22f 
					 
					
						
						
							
							Delayed encoding of password and salt in password checking.  
						
						... 
						
						
						
						Applied the rule that string encoding should happen as late as
possible. This is also a preparation for Python 3 compatibility. 
						
						
					 
					
						2012-06-06 10:53:16 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						f2b6763ad7 
					 
					
						
						
							
							Fixed   #18387  -- Do not call sys.exit during call_command.  
						
						... 
						
						
						
						Moved sys.exit(1) so as failing management commands reach it
only when running from command line. 
						
						
					 
					
						2012-05-27 20:38:47 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						fb871f66a8 
					 
					
						
						
							
							Added entry in 1.5 release notes about dumpdata improvements.  
						
						
						
						
					 
					
						2012-05-26 16:15:45 +02:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						e73838b6dd 
					 
					
						
						
							
							Fixed   #17371  -- Made the test client more flexible  
						
						... 
						
						
						
						The OPTIONS, PUT and DELETE methods no longer apply arbitrary
data encoding (in the query string or in the request body). 
						
						
					 
					
						2012-05-25 19:03:15 +02:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						1e6c3368f2 
					 
					
						
						
							
							Fixed   #18177  -- Cached known related instances.  
						
						... 
						
						
						
						This was recently fixed for one-to-one relations; this patch adds
support for foreign keys. Thanks kaiser.yann for the report and
the initial version of the patch. 
						
						
					 
					
						2012-05-24 13:25:01 +02:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						3b2993ed04 
					 
					
						
						
							
							Fixed   #18353  -- Inconsistency in date-based CBVs.  
						
						
						
						
					 
					
						2012-05-24 13:02:19 +02:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						82a76ef67d 
					 
					
						
						
							
							Mentioned the previous commit in the release notes  
						
						
						
						
					 
					
						2012-05-17 14:03:19 +02:00 
						 
				 
			
				
					
						
							
							
								Andrei Antoukh 
							
						 
					 
					
						
						
							
						
						365853da01 
					 
					
						
						
							
							Fixed   #4102  -- Allow update of specific fields in model.save()  
						
						... 
						
						
						
						Added the ability to update only part of the model's fields in
model.save() by introducing a new kwarg "update_fields". Thanks
to all the numerous reviewers and commenters in the ticket 
						
						
					 
					
						2012-05-12 10:29:41 +03:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						46648b641d 
					 
					
						
						
							
							Fixed   #17798  -- Tweaked the CA localflavor.  
						
						... 
						
						
						
						Thanks shelldweller. 
						
						
					 
					
						2012-05-10 22:19:01 +02:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						e7d99aa0fe 
					 
					
						
						
							
							Edited docs/releases/1.5.txt  
						
						
						
						
					 
					
						2012-04-29 13:33:54 -05:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						cec6bd5a59 
					 
					
						
						
							
							Fixed   #18023  -- Removed bundled simplejson.  
						
						... 
						
						
						
						And started the deprecation path for django.utils.simplejson.
Thanks Alex Ogier, Clueless, and other contributors for their
work on the patch. 
						
						
					 
					
						2012-04-29 19:58:00 +02:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						3e8b40f479 
					 
					
						
						
							
							Fixed   #17992  -- Added a public API for localtime.  
						
						... 
						
						
						
						Thanks Bradley Ayers for the report. 
						
						
					 
					
						2012-04-29 15:37:23 +02:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						be1082b3fe 
					 
					
						
						
							
							Fixed   #18078  -- Linked more prominently to the removed features in the release notes. Thanks ptone for the text.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@17907  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2012-04-14 06:40:20 +00:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						93240b7d90 
					 
					
						
						
							
							Fixed   #17229  -- Allow 'True', 'False' and 'None' to resolve to the corresponding Python objects in templates.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@17894  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2012-04-10 20:49:45 +00:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						23d3459761 
					 
					
						
						
							
							Fixed   #17965  -- Definitely dropped support for Python 2.5. Thanks jonash for the initial patch and Aymeric Augustin for the review.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@17834  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2012-03-31 08:24:29 +00:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						5dad221558 
					 
					
						
						
							
							Added stub release notes for 1.5  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@17831  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2012-03-30 09:33:51 +00:00