Tim Graham 
							
						 
					 
					
						
						
							
						
						4e729feaa6 
					 
					
						
						
							
							Refs  #23919  -- Removed django.utils._os.upath()/npath()/abspathu() usage.  
						
						... 
						
						
						
						These functions do nothing on Python 3. 
						
						
					 
					
						2017-01-20 08:01:02 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						109b33f64c 
					 
					
						
						
							
							Refs  #23919  -- Simplified assertRaisesRegex()'s that accounted for Python 2.  
						
						
						
						
					 
					
						2017-01-20 08:49:47 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						cecc079168 
					 
					
						
						
							
							Refs  #23919  -- Stopped inheriting from object to define new style classes.  
						
						
						
						
					 
					
						2017-01-19 08:39:46 +01:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						7b2f2e74ad 
					 
					
						
						
							
							Refs  #23919  -- Removed six.<various>_types usage  
						
						... 
						
						
						
						Thanks Tim Graham and Simon Charette for the reviews. 
						
						
					 
					
						2017-01-18 20:18:46 +01:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						d7b9aaa366 
					 
					
						
						
							
							Refs  #23919  -- Removed encoding preambles and future imports  
						
						
						
						
					 
					
						2017-01-18 09:55:19 +01:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						742d666da5 
					 
					
						
						
							
							Refs  #24219  -- Removed django.forms.extras per deprecation timeline.  
						
						
						
						
					 
					
						2017-01-17 14:09:28 -05:00 
						 
				 
			
				
					
						
							
							
								Josef Rousek 
							
						 
					 
					
						
						
							
						
						aaecf038ca 
					 
					
						
						
							
							Fixed   #27370  -- Prevented Select widget from using 'required' with a non-empty first value.  
						
						
						
						
					 
					
						2016-12-28 10:45:22 -05:00 
						 
				 
			
				
					
						
							
							
								Preston Timmons 
							
						 
					 
					
						
						
							
						
						b52c73008a 
					 
					
						
						
							
							Fixed   #15667  -- Added template-based widget rendering.  
						
						... 
						
						
						
						Thanks Carl Meyer and Tim Graham for contributing to the patch. 
						
						
					 
					
						2016-12-27 17:50:10 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						b5f0b3478d 
					 
					
						
						
							
							Fixed   #27579  -- Added aliases for Python 3's assertion names in SimpleTestCase.  
						
						
						
						
					 
					
						2016-12-07 17:42:31 -05:00 
						 
				 
			
				
					
						
							
							
								Kenneth Veldman 
							
						 
					 
					
						
						
							
						
						8618a7eaa1 
					 
					
						
						
							
							Fixed   #27431  -- Prevented disabled form fields from appearing as changed.  
						
						
						
						
					 
					
						2016-11-11 06:57:57 -05:00 
						 
				 
			
				
					
						
							
							
								Michal Petrucha 
							
						 
					 
					
						
						
							
						
						09da1e79de 
					 
					
						
						
							
							Fixed   #27369  -- Prevented widgets from being shared between form field instances.  
						
						
						
						
					 
					
						2016-11-06 07:16:56 +01:00 
						 
				 
			
				
					
						
							
							
								Jon Dufresne 
							
						 
					 
					
						
						
							
						
						2c716c1dc7 
					 
					
						
						
							
							Fixed   #27256  -- Changed Select widget's selected attribute to use HTML5 boolean syntax.  
						
						
						
						
					 
					
						2016-09-21 15:12:13 -07:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						8119b679eb 
					 
					
						
						
							
							Refs  #27025  -- Fixed "invalid escape sequence" warnings in Python 3.6.  
						
						... 
						
						
						
						http://bugs.python.org/issue27364  
					
						2016-09-17 15:44:06 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						dab653cadc 
					 
					
						
						
							
							Organized forms_tests test_regressions.py.  
						
						
						
						
					 
					
						2016-09-09 08:55:29 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						176f27049e 
					 
					
						
						
							
							Updated an import per isort.  
						
						
						
						
					 
					
						2016-08-10 15:27:31 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						3569ba0333 
					 
					
						
						
							
							Fixed   #27015  -- Prevented HTML-invalid minlength/maxlength on hidden inputs  
						
						
						
						
					 
					
						2016-08-06 10:22:17 +02:00 
						 
				 
			
				
					
						
							
							
								Priy 
							
						 
					 
					
						
						
							
						
						a7b5dfd170 
					 
					
						
						
							
							Fixed   #26821  -- Fixed forms.Email/URLField crash on None value.  
						
						
						
						
					 
					
						2016-07-14 12:59:14 -04:00 
						 
				 
			
				
					
						
							
							
								Jon Dufresne 
							
						 
					 
					
						
						
							
						
						76e19da5b0 
					 
					
						
						
							
							Fixed   #26890  -- Fixed IntegerField crash on Unicode numbers.  
						
						
						
						
					 
					
						2016-07-14 09:38:57 -04:00 
						 
				 
			
				
					
						
							
							
								Jon Dufresne 
							
						 
					 
					
						
						
							
						
						4f336f6652 
					 
					
						
						
							
							Fixed   #26747  -- Used more specific assertions in the Django test suite.  
						
						
						
						
					 
					
						2016-06-16 14:19:18 -04:00 
						 
				 
			
				
					
						
							
							
								David Sanders 
							
						 
					 
					
						
						
							
						
						218175b09d 
					 
					
						
						
							
							Fixed   #26534  -- Fixed boolean form fields has_changed() with hidden input.  
						
						
						
						
					 
					
						2016-04-24 15:06:30 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						859eeaa0f0 
					 
					
						
						
							
							Fixed   #26533  -- Renamed Widget._format_value() to format_value().  
						
						
						
						
					 
					
						2016-04-23 13:15:45 -04:00 
						 
				 
			
				
					
						
							
							
								Jon Dufresne 
							
						 
					 
					
						
						
							
						
						ec6121693f 
					 
					
						
						
							
							Fixed   #22383  -- Added support for HTML5 required attribute on required form fields.  
						
						
						
						
					 
					
						2016-04-21 19:16:38 -04:00 
						 
				 
			
				
					
						
							
							
								Jon Dufresne 
							
						 
					 
					
						
						
							
						
						500e5a6886 
					 
					
						
						
							
							Fixed   #26516  -- Added minlength attribute when forms.CharField.min_length is set.  
						
						
						
						
					 
					
						2016-04-19 08:54:27 -04:00 
						 
				 
			
				
					
						
							
							
								Berker Peksag 
							
						 
					 
					
						
						
							
						
						0247c9b08f 
					 
					
						
						
							
							Split form's test_fields.py into different files.  
						
						
						
						
					 
					
						2016-04-11 12:48:23 -04:00 
						 
				 
			
				
					
						
							
							
								Preston Timmons 
							
						 
					 
					
						
						
							
						
						4c30fa905d 
					 
					
						
						
							
							Rewrote form widget tests as proper unittests.  
						
						... 
						
						
						
						This is preparation for landing the template-based widget rendering
patch and goes a long way to making these tests more useful for future
development. The old doctest heritage is strong here. 
						
						
					 
					
						2015-08-31 23:03:55 -05:00