Josh Smeaton 
							
						 
					 
					
						
						
							
						
						2a4af0ea43 
					 
					
						
						
							
							Fixed   #25774  -- Refactor datetime expressions into public API  
						
						
						
						
					 
					
						2016-05-18 20:14:58 +10:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						354acd04af 
					 
					
						
						
							
							Refs  #26601  -- Added a warning if both MIDDLEWARE AND MIDDLEWARE_CLASSES are set.  
						
						
						
						
					 
					
						2016-05-17 07:24:45 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						ece4d24f8e 
					 
					
						
						
							
							Refs  #26601  -- Deprecated old-style middleware.  
						
						
						
						
					 
					
						2016-05-17 07:22:26 -04:00 
						 
				 
			
				
					
						
							
							
								Florian Apolloner 
							
						 
					 
					
						
						
							
						
						9baf692a58 
					 
					
						
						
							
							Fixed   #26601  -- Improved middleware per DEP 0005.  
						
						... 
						
						
						
						Thanks Tim Graham for polishing the patch, updating the tests, and
writing documentation. Thanks Carl Meyer for shepherding the DEP. 
						
						
					 
					
						2016-05-17 07:22:22 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						c999c8d8f6 
					 
					
						
						
							
							Updated admin's jQuery to 2.2.3.  
						
						
						
						
					 
					
						2016-05-17 07:20:06 -04:00 
						 
				 
			
				
					
						
							
							
								Loïc Bistuer 
							
						 
					 
					
						
						
							
						
						ed0ff913c6 
					 
					
						
						
							
							Fixed   #10506 ,  #13793 ,  #14891 ,  #25201  -- Introduced new APIs to specify models' default and base managers.  
						
						... 
						
						
						
						This deprecates use_for_related_fields.
Old API:
class CustomManager(models.Model):
    use_for_related_fields = True
class Model(models.Model):
    custom_manager = CustomManager()
New API:
class Model(models.Model):
    custom_manager = CustomManager()
    class Meta:
        base_manager_name = 'custom_manager'
Refs #20932 , #25897 .
Thanks Carl Meyer for the guidance throughout this work.
Thanks Tim Graham for writing the docs. 
						
						
					 
					
						2016-05-17 12:07:22 +07:00 
						 
				 
			
				
					
						
							
							
								Loïc Bistuer 
							
						 
					 
					
						
						
							
						
						3a47d42fa3 
					 
					
						
						
							
							Fixed   #20932 ,  #25897  -- Streamlined manager inheritance.  
						
						
						
						
					 
					
						2016-05-17 02:29:22 +07:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						9935f97cd2 
					 
					
						
						
							
							Refs  #21379  -- Normalized unicode username inputs  
						
						
						
						
					 
					
						2016-05-16 19:38:02 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						526575c641 
					 
					
						
						
							
							Fixed   #21379  -- Created auth-specific username validators  
						
						... 
						
						
						
						Thanks Tim Graham for the review. 
						
						
					 
					
						2016-05-16 19:37:57 +02:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						ee9f947e60 
					 
					
						
						
							
							Fixed malformed table in docs/ref/contrib/gis/install/geolibs.txt  
						
						
						
						
					 
					
						2016-05-16 13:27:33 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						ebaa2fef27 
					 
					
						
						
							
							Fixed   #26592  -- Confirmed support for GDAL 2.1  
						
						... 
						
						
						
						Thanks Daniel Wiesmann for the report and the appropriate fixes. 
						
						
					 
					
						2016-05-16 18:54:26 +02:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						aa69f36984 
					 
					
						
						
							
							Removed a redundant example in contenttypes docs.  
						
						
						
						
					 
					
						2016-05-16 11:23:56 -04:00 
						 
				 
			
				
					
						
							
							
								Aron Podrigal 
							
						 
					 
					
						
						
							
						
						85ef98dc6e 
					 
					
						
						
							
							Fixed   #24305  -- Allowed overriding fields on abstract models.  
						
						... 
						
						
						
						Fields inherited from abstract base classes may be overridden like
any other Python attribute. Inheriting from multiple models/classes
with the same attribute name will follow the MRO. 
						
						
					 
					
						2016-05-16 07:32:21 -04:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						f937c9ec97 
					 
					
						
						
							
							Fixed   #24100  -- Made the migration signals dispatch its plan and apps.  
						
						... 
						
						
						
						Thanks Markus for your contribution and Tim for your review. 
						
						
					 
					
						2016-05-15 19:51:15 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						e475e84970 
					 
					
						
						
							
							Refs  #26021  -- Used hanging indentation in some doc examples.  
						
						
						
						
					 
					
						2016-05-14 19:06:31 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						5238af3257 
					 
					
						
						
							
							Used 'classmethod' annotation in docs/topics/auth/customizing.txt  
						
						
						
						
					 
					
						2016-05-14 18:58:09 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						af69c9113c 
					 
					
						
						
							
							Fixed typo in docs/topics/db/models.txt  
						
						
						
						
					 
					
						2016-05-13 15:18:33 -04:00 
						 
				 
			
				
					
						
							
							
								Matthew Somerville 
							
						 
					 
					
						
						
							
						
						1962a96a30 
					 
					
						
						
							
							Fixed   #24938  -- Added PostgreSQL trigram support.  
						
						
						
						
					 
					
						2016-05-13 12:38:21 -04:00 
						 
				 
			
				
					
						
							
							
								eltronix 
							
						 
					 
					
						
						
							
						
						996cadfa5f 
					 
					
						
						
							
							Prevented findstatic argument from appearing as multiple options.  
						
						
						
						
					 
					
						2016-05-12 20:26:33 -04:00 
						 
				 
			
				
					
						
							
							
								eltronix 
							
						 
					 
					
						
						
							
						
						f4bb2dce79 
					 
					
						
						
							
							Fixed typo in docs/topics/conditional-view-processing.txt  
						
						
						
						
					 
					
						2016-05-12 20:07:34 -04:00 
						 
				 
			
				
					
						
							
							
								Alex Simonides 
							
						 
					 
					
						
						
							
						
						0430ac95ab 
					 
					
						
						
							
							Updated ECMAScript link in docs/ref/request-response.txt  
						
						
						
						
					 
					
						2016-05-12 20:06:34 -04:00 
						 
				 
			
				
					
						
							
							
								Andre Cruz 
							
						 
					 
					
						
						
							
						
						929684d6ee 
					 
					
						
						
							
							Fixed   #21231  -- Enforced a max size for GET/POST values read into memory.  
						
						... 
						
						
						
						Thanks Tom Christie for review. 
						
						
					 
					
						2016-05-12 10:17:52 -04:00 
						 
				 
			
				
					
						
							
							
								Victor Oliveira da Silva 
							
						 
					 
					
						
						
							
						
						4065f429f5 
					 
					
						
						
							
							Fixed typo in docs/ref/contrib/gis/layermapping.txt  
						
						
						
						
					 
					
						2016-05-12 08:16:18 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						baf3ec2e29 
					 
					
						
						
							
							Refs  #26052  -- Corrected a sentence for conditional_content_removal() removal.  
						
						
						
						
					 
					
						2016-05-11 11:09:28 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						2f0e0eee45 
					 
					
						
						
							
							Fixed   #24046  -- Deprecated the "escape" half of utils.safestring.  
						
						
						
						
					 
					
						2016-05-10 12:46:47 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						c3e1086949 
					 
					
						
						
							
							Stopped truncating AdminEmailHandler message subjects  
						
						... 
						
						
						
						Refs #26572 , #17281 . The RFC doesn't limit total length, just the line length
which is already taken care of by Python itself.
Thanks Tim Graham for the review. 
						
						
					 
					
						2016-05-10 18:17:43 +02:00 
						 
				 
			
				
					
						
							
							
								Vasiliy Faronov 
							
						 
					 
					
						
						
							
						
						31e0314979 
					 
					
						
						
							
							Fixed   #26580  -- Updated references to obsolete RFC 2822.  
						
						... 
						
						
						
						Didn't rename django.utils.feedgenerator.rfc2822_date()
as some external code may rely on it. 
						
						
					 
					
						2016-05-10 11:24:51 -04:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						207c5b4acd 
					 
					
						
						
							
							Fixed   #26603  -- Forced lazy template names to text when computing cache key.  
						
						... 
						
						
						
						Refs #26536 .
Thanks Sylvain Fankhauser for the very detailed report. 
						
						
					 
					
						2016-05-10 10:03:01 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						f5ff5010cd 
					 
					
						
						
							
							Fixed   #26483  -- Updated docs.python.org links to use Intersphinx.  
						
						
						
						
					 
					
						2016-05-08 18:07:43 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						6b5926978b 
					 
					
						
						
							
							Refs  #8898  -- Documented requirement to use SplitDateTimeField with SplitDateTimeWidget.  
						
						
						
						
					 
					
						2016-05-07 20:01:15 -04:00 
						 
				 
			
				
					
						
							
							
								Vitaly Bogomolov 
							
						 
					 
					
						
						
							
						
						aec4f97555 
					 
					
						
						
							
							Fixed   #26402  -- Added relative path support in include/extends template tags.  
						
						
						
						
					 
					
						2016-05-07 16:21:57 -04:00 
						 
				 
			
				
					
						
							
							
								Tobias McNulty 
							
						 
					 
					
						
						
							
						
						dbd99de6fa 
					 
					
						
						
							
							Fixed   #26508  -- Clarified docs for various FieldFile methods.  
						
						
						
						
					 
					
						2016-05-07 12:16:42 -04:00 
						 
				 
			
				
					
						
							
							
								Vasiliy Faronov 
							
						 
					 
					
						
						
							
						
						101dd787ec 
					 
					
						
						
							
							Fixed   #26566  -- Rewrote an incorrect Cache-Control example.  
						
						
						
						
					 
					
						2016-05-07 10:49:47 -04:00 
						 
				 
			
				
					
						
							
							
								Matthias K 
							
						 
					 
					
						
						
							
						
						8b2fce0f70 
					 
					
						
						
							
							Fixed a typo  
						
						
						
						
					 
					
						2016-05-07 15:40:53 +02:00 
						 
				 
			
				
					
						
							
							
								shiblystory 
							
						 
					 
					
						
						
							
						
						6ae617dc57 
					 
					
						
						
							
							Fixed   #26595  -- Removed unnecessary save() in one_to_one.txt example.  
						
						
						
						
					 
					
						2016-05-07 06:53:03 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						b26fedacef 
					 
					
						
						
							
							Fixed   #26544  -- Delayed translations of SetPasswordForm help_texts  
						
						... 
						
						
						
						Thanks Michael Bitzi for the reporti and Tim Graham for the review. 
						
						
					 
					
						2016-05-07 10:17:49 +02:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						c6499d532d 
					 
					
						
						
							
							Fixed syntax highlighting in docs/topics/cache.txt  
						
						
						
						
					 
					
						2016-05-06 18:57:48 -04:00 
						 
				 
			
				
					
						
							
							
								Daniel Wiesmann 
							
						 
					 
					
						
						
							
						
						bbfad84dd9 
					 
					
						
						
							
							Fixed   #25588  -- Added spatial lookups to RasterField.  
						
						... 
						
						
						
						Thanks Tim Graham for the review. 
						
						
					 
					
						2016-05-06 09:17:18 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						03efa304bc 
					 
					
						
						
							
							Refs  #25847  -- Added system check for UserModel.is_anonymous/is_authenticated methods.  
						
						
						
						
					 
					
						2016-05-06 08:56:06 -04:00 
						 
				 
			
				
					
						
							
							
								vytisb 
							
						 
					 
					
						
						
							
						
						b3acf35f13 
					 
					
						
						
							
							Fixed code example in docs/howto/custom-lookups.txt  
						
						
						
						
					 
					
						2016-05-06 08:26:07 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						388bb5bd9a 
					 
					
						
						
							
							Fixed   #22936  -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()  
						
						... 
						
						
						
						Thanks Tim Graham for completing the initial patch. 
						
						
					 
					
						2016-05-04 20:02:01 +02:00 
						 
				 
			
				
					
						
							
							
								Dan Stephenson 
							
						 
					 
					
						
						
							
						
						1206eea11e 
					 
					
						
						
							
							Fixed   #26558  -- Removed need for request context processor on admin login page.  
						
						
						
						
					 
					
						2016-05-04 09:43:24 -04:00 
						 
				 
			
				
					
						
							
							
								Ville Skyttä 
							
						 
					 
					
						
						
							
						
						575a9a791e 
					 
					
						
						
							
							Normalized "an SQL" spelling.  
						
						
						
						
					 
					
						2016-05-03 19:30:48 -04:00 
						 
				 
			
				
					
						
							
							
								David D Lowe 
							
						 
					 
					
						
						
							
						
						c9c5ccbd41 
					 
					
						
						
							
							Clarified that setting names must be uppercase.  
						
						
						
						
					 
					
						2016-05-03 12:53:24 -04:00 
						 
				 
			
				
					
						
							
							
								Vasiliy Faronov 
							
						 
					 
					
						
						
							
						
						ac77c55bc5 
					 
					
						
						
							
							Fixed   #26567  -- Updated references to obsolete RFC2616.  
						
						... 
						
						
						
						Didn't touch comments where it wasn't obvious that the code adhered to
the newer standard. 
						
						
					 
					
						2016-05-03 11:14:40 -04:00 
						 
				 
			
				
					
						
							
							
								Arthur Vuillard 
							
						 
					 
					
						
						
							
						
						72ea289ab7 
					 
					
						
						
							
							Added --noinput in migrate commmand's docs.  
						
						
						
						
					 
					
						2016-05-03 09:43:16 -04:00 
						 
				 
			
				
					
						
							
							
								Michal Petrucha 
							
						 
					 
					
						
						
							
						
						8a47ba679d 
					 
					
						
						
							
							Refs  #16508  -- Made Model.__init__() aware of virtual fields.  
						
						... 
						
						
						
						It's no longer necessary for GenericForeignKey (and any other virtual fields)
to intercept the field's values using the pre_init signal. 
						
						
					 
					
						2016-05-03 09:06:26 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						8a55982e70 
					 
					
						
						
							
							Added stub release notes for 1.9.7.  
						
						
						
						
					 
					
						2016-05-02 19:02:21 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						f0b8da7350 
					 
					
						
						
							
							Added release date for 1.9.6/1.8.13.  
						
						
						
						
					 
					
						2016-05-02 18:16:36 -04:00 
						 
				 
			
				
					
						
							
							
								Alasdair Nicol 
							
						 
					 
					
						
						
							
						
						eb5d7bc2f4 
					 
					
						
						
							
							Fixed   #26440  -- Added a warning for non-url()s in urlpatterns.  
						
						... 
						
						
						
						Thanks Burhan Khalid for the initial patch and knbk/timgraham
for review. 
						
						
					 
					
						2016-04-30 20:09:31 -04:00