Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						f0c7649b16 
					 
					
						
						
							
							Fixed   #21198  -- Prevented invalid use of @python_2_unicode_compatible.  
						
						... 
						
						
						
						Thanks jpic for the report and chmodas for working on a patch.
Reverts 2ea80b94#19362 .
Conflicts:
	tests/utils_tests/test_encoding.py 
						
						
					 
					
						2013-10-13 18:25:21 +02:00 
						 
				 
			
				
					
						
							
							
								Baptiste Mispelon 
							
						 
					 
					
						
						
							
						
						15bdc85117 
					 
					
						
						
							
							[1.6.x]  Fix   #21185 : Added tests for unescape_entities.  
						
						... 
						
						
						
						Also fixed a py3 incompatibility.
Thanks to brutasse for the report.
Backport of 3754f4ad41 
						
						
					 
					
						2013-09-27 18:06:28 +02:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						dbad65ded7 
					 
					
						
						
							
							[1.6.x] Fixed bad backport in last commit; refs  #21118  
						
						
						
						
					 
					
						2013-09-18 09:52:29 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						14e139ecdf 
					 
					
						
						
							
							[1.6.x]  Fixed   #21118  -- Isolated a test that uses the database.  
						
						... 
						
						
						
						Thanks rmboggs for the report.
Backport of 4f40b97d97 
						
						
					 
					
						2013-09-18 09:43:10 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						275497c570 
					 
					
						
						
							
							[1.6.x]  Fixed   #15625  -- Made message in MultiValueDictKeyError less verbose.  
						
						... 
						
						
						
						Thanks margieroginski for the suggestion.
Backport of 893198509e 
						
						
					 
					
						2013-09-18 06:49:59 -04:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						b085e7c303 
					 
					
						
						
							
							[1.6.x] Further hardening. Refs  #18766 .  
						
						... 
						
						
						
						Backport of c687bf0 
						
						
					 
					
						2013-09-08 20:43:33 +02:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						0035a0ce2e 
					 
					
						
						
							
							[1.6.x] Hardened the test introduced in  ded11aa6. Refs  #18766 .  
						
						... 
						
						
						
						Inputs acceptable to time.mktime are platform-dependent.
Backport of 1a1e1478 
						
						
					 
					
						2013-09-08 19:41:34 +02:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						7c31e195db 
					 
					
						
						
							
							[1.6.x]  Fixed   #18766  -- Pointed to pytz when LocalTimezone fails.  
						
						... 
						
						
						
						Thanks void for the report.
Backport of ded11aa6 
						
						
					 
					
						2013-09-08 09:17:03 +02:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						115318051c 
					 
					
						
						
							
							[1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0.  
						
						... 
						
						
						
						Conflicts:
	django/db/backends/oracle/base.py
	django/db/backends/sqlite3/base.py
	django/db/models/base.py
Backport of 365c3e8b 
						
						
					 
					
						2013-09-03 07:34:45 -05:00 
						 
				 
			
				
					
						
							
							
								Florian Apolloner 
							
						 
					 
					
						
						
							
						
						081a27c358 
					 
					
						
						
							
							[1.6.x] Simplified smart_urlquote and added some basic tests.  
						
						... 
						
						
						
						Backport of b70c371fc1 
						
						
					 
					
						2013-07-28 10:07:01 +02:00 
						 
				 
			
				
					
						
							
							
								Baptiste Mispelon 
							
						 
					 
					
						
						
							
						
						2ee447fb5f 
					 
					
						
						
							
							Fixed   #20296  -- Allowed SafeData and EscapeData to be lazy  
						
						
						
						
					 
					
						2013-05-25 16:06:44 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						b664cb818d 
					 
					
						
						
							
							Fixed   #19237  (again) - Made strip_tags consistent between Python versions  
						
						
						
						
					 
					
						2013-05-23 14:01:27 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						dc51ec8bc2 
					 
					
						
						
							
							Fixed   #19237  -- Used HTML parser to strip tags  
						
						... 
						
						
						
						The regex method used until now for the strip_tags utility is fast,
but subject to flaws and security issues. Consensus and good
practice lead use to use a slower but safer method. 
						
						
					 
					
						2013-05-22 17:34:02 +02:00 
						 
				 
			
				
					
						
							
							
								Florian Apolloner 
							
						 
					 
					
						
						
							
						
						b1ac241ddc 
					 
					
						
						
							
							Fixed test failures from  09f8652765.  
						
						
						
						
					 
					
						2013-05-21 13:03:25 +02:00 
						 
				 
			
				
					
						
							
							
								Marc Tamlyn 
							
						 
					 
					
						
						
							
						
						09f8652765 
					 
					
						
						
							
							Use assertIsInstance in tests.  
						
						... 
						
						
						
						Gives much nicer errors when it fails. 
						
						
					 
					
						2013-05-21 10:42:15 +01:00 
						 
				 
			
				
					
						
							
							
								Daniel Lindsley 
							
						 
					 
					
						
						
							
						
						e24d486fbc 
					 
					
						
						
							
							Fixed   #20212  - __reduce__ should only be defined for Py3+.  
						
						
						
						
					 
					
						2013-05-21 00:49:21 -07:00 
						 
				 
			
				
					
						
							
							
								Emil Stenström 
							
						 
					 
					
						
						
							
						
						7d77e9786a 
					 
					
						
						
							
							Fixed   #20246  -- Added non-breaking spaces between values an units  
						
						
						
						
					 
					
						2013-05-18 23:01:48 +02:00 
						 
				 
			
				
					
						
							
							
								Carl Meyer 
							
						 
					 
					
						
						
							
						
						9012833af8 
					 
					
						
						
							
							Fixed   #17365 ,  #17366 ,  #18727  -- Switched to discovery test runner.  
						
						... 
						
						
						
						Thanks to Preston Timmons for the bulk of the work on the patch, especially
updating Django's own test suite to comply with the requirements of the new
runner. Thanks also to Jannis Leidel and Mahdi Yusuf for earlier work on the
patch and the discovery runner.
Refs #11077 , #17032 , and #18670 . 
						
						
					 
					
						2013-05-10 23:08:45 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						4769db6b5f 
					 
					
						
						
							
							Fixed   #20321  -- Added missing key name in MergeDict KeyError message  
						
						... 
						
						
						
						Thanks mark.harviston et gmail.com for the report. 
						
						
					 
					
						2013-04-26 08:59:34 +02:00 
						 
				 
			
				
					
						
							
							
								Alex Gaynor 
							
						 
					 
					
						
						
							
						
						714161c864 
					 
					
						
						
							
							Fix != operations on lazy objects.  
						
						
						
						
					 
					
						2013-04-19 10:58:29 -07:00 
						 
				 
			
				
					
						
							
							
								Anton Baklanov 
							
						 
					 
					
						
						
							
						
						59d127e45f 
					 
					
						
						
							
							Fixed   #20276  -- Implemented __bool__ for MergeDict  
						
						... 
						
						
						
						MergeDict evaluates now to False if all contained dicts are empty.
Thanks til for the report and the initial patch. 
						
						
					 
					
						2013-04-19 10:08:16 +02:00 
						 
				 
			
				
					
						
							
							
								Preston Timmons 
							
						 
					 
					
						
						
							
						
						612ef3e5c9 
					 
					
						
						
							
							Modified utils_tests for unittest2 discovery.  
						
						
						
						
					 
					
						2013-04-12 15:31:58 -06:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						edc782b7b5 
					 
					
						
						
							
							Relaxed time frame check in test_strip_tags  
						
						
						
						
					 
					
						2013-04-01 22:53:04 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						2817a29d90 
					 
					
						
						
							
							Imported unittest from django.utils in util_tests  
						
						... 
						
						
						
						Without this, the 'new' assertion methods are not present with
Python 2.6. 
						
						
					 
					
						2013-04-01 19:59:57 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						a01361b5ae 
					 
					
						
						
							
							Added more tests for strip_tags utility  
						
						... 
						
						
						
						Refs #19237 . 
						
						
					 
					
						2013-04-01 16:48:47 +02:00 
						 
				 
			
				
					
						
							
							
								Joe Friedl 
							
						 
					 
					
						
						
							
						
						2d0db67813 
					 
					
						
						
							
							Fixed   #20167  -- Preserve the traceback of ImportErrors in import_by_path.  
						
						... 
						
						
						
						Thanks @carljm for the review. 
						
						
					 
					
						2013-03-31 23:00:06 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						164528acc8 
					 
					
						
						
							
							Fixed   #20108  -- Fixed filepath_to_uri decoding error  
						
						... 
						
						
						
						This was a regression due to unicode_literals usage. Thanks Ivan
Virabyan for the report and the initial patch. 
						
						
					 
					
						2013-03-22 17:55:12 +01:00 
						 
				 
			
				
					
						
							
							
								Marc Tamlyn 
							
						 
					 
					
						
						
							
						
						829dc3c5a6 
					 
					
						
						
							
							Fixed   #20094  - Be more careful when checking for Iterator  
						
						... 
						
						
						
						Python 2.6 has some different behaviour when checking
isinstance(foo, collections.Iterator). 
						
						
					 
					
						2013-03-22 17:31:29 +01:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						9dc5702932 
					 
					
						
						
							
							Fixed   #19456  -- Avoid infinite recursion when tracing LazyObject.__init__.  
						
						... 
						
						
						
						Thanks blaze33 for the patch. 
						
						
					 
					
						2013-03-18 11:22:43 +01:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						0efafa4c54 
					 
					
						
						
							
							Fixed   #18447  -- Made LazyObject unwrap on dict access.  
						
						... 
						
						
						
						Thanks Roman Gladkov and Zbigniew Siciarz. 
						
						
					 
					
						2013-03-18 11:10:19 +01:00 
						 
				 
			
				
					
						
							
							
								Ramiro Morales 
							
						 
					 
					
						
						
							
						
						c31a9793c6 
					 
					
						
						
							
							Merge pull request  #882  from loic/testfix  
						
						... 
						
						
						
						Fixed minor warnings in tests. 
						
						
					 
					
						2013-03-06 16:22:06 -08:00 
						 
				 
			
				
					
						
							
							
								Preston Holmes 
							
						 
					 
					
						
						
							
						
						876fc39128 
					 
					
						
						
							
							PEP8 cleanup of functional.py  
						
						
						
						
					 
					
						2013-03-06 16:14:46 -08:00 
						 
				 
			
				
					
						
							
							
								Preston Holmes 
							
						 
					 
					
						
						
							
						
						0ea5bf88dd 
					 
					
						
						
							
							Fixed   #19543  -- implemented SimpleLazyObject.__repr__  
						
						... 
						
						
						
						Thanks to Florian Hahn for the patch 
						
						
					 
					
						2013-03-06 16:13:12 -08:00 
						 
				 
			
				
					
						
							
							
								Loic Bistuer 
							
						 
					 
					
						
						
							
						
						9ba0e4e4ee 
					 
					
						
						
							
							Fixed minor warnings in tests.  
						
						
						
						
					 
					
						2013-03-06 01:13:36 +07:00 
						 
				 
			
				
					
						
							
							
								Anssi Kääriäinen 
							
						 
					 
					
						
						
							
						
						21189cb80b 
					 
					
						
						
							
							Made dateformat tests reactivate original language  
						
						
						
						
					 
					
						2013-02-27 23:48:17 +02:00 
						 
				 
			
				
					
						
							
							
								Florian Apolloner 
							
						 
					 
					
						
						
							
						
						33836cf88d 
					 
					
						
						
							
							Renamed some tests and removed references to modeltests/regressiontests.  
						
						
						
						
					 
					
						2013-02-26 14:36:57 +01:00