Tim Graham 
							
						 
					 
					
						
						
							
						
						c62807968d 
					 
					
						
						
							
							Fixed a stray __unicode__() method in auth_tests.  
						
						
						
						
					 
					
						2016-02-23 13:20:50 -05:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						6eb3ce11e4 
					 
					
						
						
							
							Fixed   #26089  -- Removed custom user test models from public API.  
						
						... 
						
						
						
						Thanks to Tim Graham for the review. 
						
						
					 
					
						2016-02-04 12:30:34 -05:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						a08fda2111 
					 
					
						
						
							
							Fixed   #25746  -- Isolated inlined test models registration.  
						
						... 
						
						
						
						Thanks to Tim for the review. 
						
						
					 
					
						2016-01-06 20:00:07 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						590b8c1c57 
					 
					
						
						
							
							Removed unnecessary app_label='auth' on auth_tests models.  
						
						... 
						
						
						
						This is a relic of when the tests were stored in contrib.auth.tests. 
						
						
					 
					
						2015-10-27 08:19:45 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						5acf203db2 
					 
					
						
						
							
							Fixed   #25596  -- Fixed regression in password change view with custom user model.  
						
						... 
						
						
						
						The reverse() added in 50aa1a790c 
						
						
					 
					
						2015-10-27 08:18:22 -04:00 
						 
				 
			
				
					
						
							
							
								Flavio Curella 
							
						 
					 
					
						
						
							
						
						c2e70f0265 
					 
					
						
						
							
							Fixed   #21127  -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField  
						
						
						
						
					 
					
						2015-07-27 18:28:13 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						7da3923ba0 
					 
					
						
						
							
							Sorted imports in __init__.py files.  
						
						
						
						
					 
					
						2015-06-27 11:53:33 -04:00 
						 
				 
			
				
					
						
							
							
								Alasdair Nicol 
							
						 
					 
					
						
						
							
						
						1ea87c8c79 
					 
					
						
						
							
							Fixed   #24910  -- Added createsuperuser support for non-unique USERNAME_FIELDs  
						
						... 
						
						
						
						Clarified docs to say that a non-unique USERNAME_FIELD is permissable
as long as the custom auth backend can support it. 
						
						
					 
					
						2015-06-06 09:33:02 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						0f7f5bc9e7 
					 
					
						
						
							
							Fixed   #24161  -- Stored the user primary key as a serialized value in the session.  
						
						... 
						
						
						
						This allows using a UUIDField primary key along with the JSON session
serializer.
Thanks to Trac alias jamesbeith for the report and Simon Charette
for the initial patch. 
						
						
					 
					
						2015-02-12 07:38:16 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						5ab327a389 
					 
					
						
						
							
							Moved non-documented auth test models to the new test location.  
						
						
						
						
					 
					
						2015-02-11 10:29:48 -05:00