Tim Graham 
							
						 
					 
					
						
						
							
						
						2d899ce16b 
					 
					
						
						
							
							Refs  #23919  -- Removed a Python 2 code path in force_text().  
						
						... 
						
						
						
						Reverted the obsolete fix and tests for refs #12302 . 
						
						
					 
					
						2017-02-03 19:38:33 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						29f607927f 
					 
					
						
						
							
							Fixed spelling of "nonexistent".  
						
						
						
						
					 
					
						2017-02-03 08:01:45 -05:00 
						 
				 
			
				
					
						
							
							
								Anton Samarchyan 
							
						 
					 
					
						
						
							
						
						56ea394dfd 
					 
					
						
						
							
							Improved test coverage for conf.urls.static.  
						
						
						
						
					 
					
						2017-01-27 16:12:09 -05:00 
						 
				 
			
				
					
						
							
							
								chillaranand 
							
						 
					 
					
						
						
							
						
						d6eaf7c018 
					 
					
						
						
							
							Refs  #23919  -- Replaced super(ClassName, self) with super().  
						
						
						
						
					 
					
						2017-01-25 12:23:46 -05:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						2366100872 
					 
					
						
						
							
							Removed unneeded force_text calls in the test suite  
						
						
						
						
					 
					
						2017-01-24 18:45:54 +01:00 
						 
				 
			
				
					
						
							
							
								Jon Dufresne 
							
						 
					 
					
						
						
							
						
						0d74c41981 
					 
					
						
						
							
							Replaced dict() usage with dict literals.  
						
						... 
						
						
						
						Literals are faster and more idiomatic. 
						
						
					 
					
						2017-01-23 19:13:49 -05:00 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						cecc079168 
					 
					
						
						
							
							Refs  #23919  -- Stopped inheriting from object to define new style classes.  
						
						
						
						
					 
					
						2017-01-19 08:39:46 +01:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						2b281cc35e 
					 
					
						
						
							
							Refs  #23919  -- Removed most of remaining six usage  
						
						... 
						
						
						
						Thanks Tim Graham for the review. 
						
						
					 
					
						2017-01-18 21:33:28 +01:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						c716fe8782 
					 
					
						
						
							
							Refs  #23919  -- Removed six.PY2/PY3 usage  
						
						... 
						
						
						
						Thanks Tim Graham for the review. 
						
						
					 
					
						2017-01-18 16:21:28 +01:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						f3c43ad1fd 
					 
					
						
						
							
							Refs  #23919  -- Removed python_2_unicode_compatible decorator usage  
						
						
						
						
					 
					
						2017-01-18 13:44:34 +01:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						d7b9aaa366 
					 
					
						
						
							
							Refs  #23919  -- Removed encoding preambles and future imports  
						
						
						
						
					 
					
						2017-01-18 09:55:19 +01:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						d334f46b7a 
					 
					
						
						
							
							Refs  #26601  -- Removed support for old-style middleware using settings.MIDDLEWARE_CLASSES.  
						
						
						
						
					 
					
						2017-01-17 20:52:04 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						2b20e4148f 
					 
					
						
						
							
							Refs  #19567  -- Removed deprecated javascript_catalog() and json_catalog() views.  
						
						
						
						
					 
					
						2017-01-17 20:52:03 -05:00 
						 
				 
			
				
					
						
							
							
								Waldemar Kornewald 
							
						 
					 
					
						
						
							
						
						b24af2f405 
					 
					
						
						
							
							Fixed   #27418  -- Fixed occasional missing plural forms in JavaScriptCatalog.  
						
						
						
						
					 
					
						2016-12-14 18:20:30 -05:00 
						 
				 
			
				
					
						
							
							
								Andreas Pelme 
							
						 
					 
					
						
						
							
						
						373140b07a 
					 
					
						
						
							
							Fixed   #27567  -- Fixed crash in the debug view when request.user errors.  
						
						
						
						
					 
					
						2016-12-06 12:28:00 -05:00 
						 
				 
			
				
					
						
							
							
								Ramin Farajpour Cami 
							
						 
					 
					
						
						
							
						
						967be82443 
					 
					
						
						
							
							Fixed E305 flake8 warnings.  
						
						
						
						
					 
					
						2016-11-14 12:30:46 -05:00 
						 
				 
			
				
					
						
							
							
								za 
							
						 
					 
					
						
						
							
						
						321e94fa41 
					 
					
						
						
							
							Refs  #27392  -- Removed "Tests that", "Ensures that", etc. from test docstrings.  
						
						
						
						
					 
					
						2016-11-10 21:30:21 -05:00 
						 
				 
			
				
					
						
							
							
								Jon Dufresne 
							
						 
					 
					
						
						
							
						
						611d34b0e4 
					 
					
						
						
							
							Captured logging output during NonDjangoTemplatesDebugViewTests.test_400().  
						
						
						
						
					 
					
						2016-10-29 15:39:24 -07:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						c7f86d3eec 
					 
					
						
						
							
							Fixed   #27373  -- Corrected 404 debug page message for an empty request path.  
						
						
						
						
					 
					
						2016-10-27 16:58:41 -04:00 
						 
				 
			
				
					
						
							
							
								Alvin Lindstam 
							
						 
					 
					
						
						
							
						
						6b5106b1ce 
					 
					
						
						
							
							Fixed   #27374  -- Made JavaScriptCatalog respect the packages argument.  
						
						
						
						
					 
					
						2016-10-22 19:26:08 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						16202863fa 
					 
					
						
						
							
							Refs  #27025  -- Fixed tests for the new ModuleNotFoundError in Python 3.6.  
						
						... 
						
						
						
						http://bugs.python.org/issue15767  
					
						2016-09-16 10:24:47 -04:00 
						 
				 
			
				
					
						
							
							
								Anatoly Burov 
							
						 
					 
					
						
						
							
						
						7b6dccc82f 
					 
					
						
						
							
							Fixed   #27191  -- Fixed debug view crash for requests with 'items' in GET/POST/COOKIES/FILES.  
						
						
						
						
					 
					
						2016-09-07 13:47:09 -04:00 
						 
				 
			
				
					
						
							
							
								Przemysław Suliga 
							
						 
					 
					
						
						
							
						
						1f68bb5683 
					 
					
						
						
							
							Refs  #26902  -- Protected against insecure redirects in set_language().  
						
						
						
						
					 
					
						2016-08-19 19:16:00 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						1e32e1cc95 
					 
					
						
						
							
							Fixed   #26973  -- Fixed views.static.serve() crash with show_indexes enabled.  
						
						
						
						
					 
					
						2016-08-10 11:27:03 -04:00 
						 
				 
			
				
					
						
							
							
								Jon Dufresne 
							
						 
					 
					
						
						
							
						
						348cfccd90 
					 
					
						
						
							
							Fixed   #26938  -- Fixed invalid HTML in template postmortem on the debug page.  
						
						
						
						
					 
					
						2016-07-24 18:18:57 +02:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						c9ae09addf 
					 
					
						
						
							
							Replaced use of TestCase.fail() with assertRaises().  
						
						... 
						
						
						
						Also removed try/except/fail antipattern that hides exceptions. 
						
						
					 
					
						2016-06-28 11:21:26 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						78963495d0 
					 
					
						
						
							
							Refs  #17209  -- Added LoginView and LogoutView class-based views  
						
						... 
						
						
						
						Thanks Tim Graham for the review. 
						
						
					 
					
						2016-06-24 10:45:13 +02: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 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						de40cfbe74 
					 
					
						
						
							
							Fixed   #19567  -- Added JavaScriptCatalog and JSONCatalog class-based views  
						
						... 
						
						
						
						Thanks Cristiano Coelho and Tim Graham for the reviews. 
						
						
					 
					
						2016-04-15 17:28:54 +02:00 
						 
				 
			
				
					
						
							
							
								Miikka Salminen 
							
						 
					 
					
						
						
							
						
						9e3f141701 
					 
					
						
						
							
							Fixed   #26466  -- Added HTTP_REFERER decoding to i18n set_language() view.  
						
						
						
						
					 
					
						2016-04-09 10:57:43 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						92053acbb9 
					 
					
						
						
							
							Fixed E128 flake8 warnings in tests/.  
						
						
						
						
					 
					
						2016-04-08 10:12:33 -04:00 
						 
				 
			
				
					
						
							
							
								Krzysztof Jurewicz 
							
						 
					 
					
						
						
							
						
						940b7fd5cb 
					 
					
						
						
							
							Fixed   #21446  -- Allowed not performing redirect in set_language view  
						
						... 
						
						
						
						Thanks Claude Paroz and Tim Graham for polishing the patch. 
						
						
					 
					
						2016-03-29 22:15:14 +02:00 
						 
				 
			
				
					
						
							
							
								Akshesh 
							
						 
					 
					
						
						
							
						
						44c0ecdd92 
					 
					
						
						
							
							Fixed   #25364  -- Added generic way to test on all browsers supported by selenium.  
						
						... 
						
						
						
						Browser names should be passed as a comma separated list to the --selenium flag.
Thanks Tim Graham, Simon Charette and Moritz Sichert for review and discussion. 
						
						
					 
					
						2016-03-15 13:10:32 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						ecbdedfc69 
					 
					
						
						
							
							Refs  #26319  -- Added test for English variant in javascript_catalog  
						
						
						
						
					 
					
						2016-03-08 21:39:59 +01:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						11c60b5298 
					 
					
						
						
							
							Reused the DjangoTranslation class for the javascript_catalog view  
						
						... 
						
						
						
						Thanks Tim Graham and Cristiano Coelho for the reviews.
Refs #26328 , #26319 . 
						
						
					 
					
						2016-03-08 21:39:59 +01:00 
						 
				 
			
				
					
						
							
							
								Akshesh 
							
						 
					 
					
						
						
							
						
						6670da75ff 
					 
					
						
						
							
							Fixed   #25653  -- Made --selenium run only the selenium tests.  
						
						
						
						
					 
					
						2016-02-19 14:21:00 -05:00 
						 
				 
			
				
					
						
							
							
								François Freitag 
							
						 
					 
					
						
						
							
						
						16a88b4429 
					 
					
						
						
							
							Fixed   #26209  -- Masked sensitive settings in debug reports regardless of case.  
						
						
						
						
					 
					
						2016-02-11 18:13:03 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						7fa8aea8dd 
					 
					
						
						
							
							Made @override_settings(ROOT_URLCONF=...) consistent.  
						
						
						
						
					 
					
						2016-02-08 09:52:39 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						015fad9060 
					 
					
						
						
							
							Fixed   #26175  -- Removed SHA1 password hashes in tests.  
						
						
						
						
					 
					
						2016-02-06 08:47:21 -05:00 
						 
				 
			
				
					
						
							
							
								Hasan 
							
						 
					 
					
						
						
							
						
						3d0dcd7f5a 
					 
					
						
						
							
							Refs  #26022  -- Used context manager version of assertRaises in tests.  
						
						
						
						
					 
					
						2016-01-29 12:32:18 -05:00 
						 
				 
			
				
					
						
							
							
								Iacopo Spalletti 
							
						 
					 
					
						
						
							
						
						21bf685f5e 
					 
					
						
						
							
							Fixed   #25697  -- Made default error views error when passed a nonexistent template_name.  
						
						
						
						
					 
					
						2016-01-14 07:05:38 -05:00 
						 
				 
			
				
					
						
							
							
								Varun Sharma 
							
						 
					 
					
						
						
							
						
						3d6474e1a5 
					 
					
						
						
							
							Fixed   #25385  -- Allowed importing views.generic.View from views.View.  
						
						
						
						
					 
					
						2016-01-11 08:18:44 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						b2cddeaaf4 
					 
					
						
						
							
							Refs  #26048  -- Fixed a flaky i18n selenium test: test_javascript_gettext.  
						
						
						
						
					 
					
						2016-01-06 19:53:15 -05:00 
						 
				 
			
				
					
						
							
							
								Marten Kenbeek 
							
						 
					 
					
						
						
							
						
						16411b8400 
					 
					
						
						
							
							Fixed   #26013  -- Moved django.core.urlresolvers to django.urls.  
						
						... 
						
						
						
						Thanks to Tim Graham for the review. 
						
						
					 
					
						2015-12-31 14:21:29 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						edf3b88f1a 
					 
					
						
						
							
							Refs  #25969  -- Replaced usage of render_to_response() with render() in tests.  
						
						
						
						
					 
					
						2015-12-23 09:06:13 -05:00 
						 
				 
			
				
					
						
							
							
								Alex Morozov 
							
						 
					 
					
						
						
							
						
						13dba4dba3 
					 
					
						
						
							
							Fixed   #25780  -- Removed redundant status code assertions from tests  
						
						
						
						
					 
					
						2015-11-21 18:12:33 +01:00 
						 
				 
			
				
					
						
							
							
								Raphael Michel 
							
						 
					 
					
						
						
							
						
						16945f0e9c 
					 
					
						
						
							
							Fixed   #25695  -- Added template_name parameter to csrf_failure() view.  
						
						
						
						
					 
					
						2015-11-17 14:28:18 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						20d2778597 
					 
					
						
						
							
							Removed obsolete comments about Django 1.10 in two test files.  
						
						
						
						
					 
					
						2015-11-17 10:42:22 -05:00