Claude Paroz 
							
						 
					 
					
						
						
							
						
						ca58a405fc 
					 
					
						
						
							
							[1.11.x] Refs  #27622  -- Fixed a regression in JSON content-type detection  
						
						... 
						
						
						
						A JSON Content-Type can contain further content, like charset for example.
Backport of 145f6c3ed6 
						
						
					 
					
						2017-03-07 17:00:20 +01:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						77c3cbe08a 
					 
					
						
						
							
							[1.11.x] Renamed a test variable to prevent possible conflict with imports  
						
						... 
						
						
						
						Backport of 324c4b6371 
						
						
					 
					
						2017-03-07 16:33:16 +01:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						8516f7c49b 
					 
					
						
						
							
							Fixed   #27698  -- Added django.test.utils.ContextList.get()  
						
						
						
						
					 
					
						2017-01-06 19:23:42 -05:00 
						 
				 
			
				
					
						
							
							
								Anton Samarchyan 
							
						 
					 
					
						
						
							
						
						0b5d4c49d6 
					 
					
						
						
							
							Fixed   #27622  -- Allowed test client to accept vendor tree JSON content types.  
						
						
						
						
					 
					
						2016-12-29 08:32:15 -05:00 
						 
				 
			
				
					
						
							
							
								Adam Chainz 
							
						 
					 
					
						
						
							
						
						19e2114634 
					 
					
						
						
							
							Fixed   #27516  -- Made test client's response.json() cache the parsed JSON.  
						
						
						
						
					 
					
						2016-11-21 08:14:03 -05:00 
						 
				 
			
				
					
						
							
							
								Ramin Farajpour Cami 
							
						 
					 
					
						
						
							
						
						0a63ef3f61 
					 
					
						
						
							
							Fixed   #27463  -- Fixed E741 flake8 warnings.  
						
						
						
						
					 
					
						2016-11-14 17:40:28 -05:00 
						 
				 
			
				
					
						
							
							
								za 
							
						 
					 
					
						
						
							
						
						321e94fa41 
					 
					
						
						
							
							Refs  #27392  -- Removed "Tests that", "Ensures that", etc. from test docstrings.  
						
						
						
						
					 
					
						2016-11-10 21:30:21 -05: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 
						 
				 
			
				
					
						
							
							
								Tobias McNulty 
							
						 
					 
					
						
						
							
						
						17e661641d 
					 
					
						
						
							
							Refs  #26666  -- Added ALLOWED_HOSTS validation when running tests.  
						
						... 
						
						
						
						Also used ALLOWED_HOSTS to check for external hosts in assertRedirects(). 
						
						
					 
					
						2016-06-20 11:07:46 -04:00 
						 
				 
			
				
					
						
							
							
								Jon Dufresne 
							
						 
					 
					
						
						
							
						
						4f336f6652 
					 
					
						
						
							
							Fixed   #26747  -- Used more specific assertions in the Django test suite.  
						
						
						
						
					 
					
						2016-06-16 14:19:18 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						92053acbb9 
					 
					
						
						
							
							Fixed E128 flake8 warnings in tests/.  
						
						
						
						
					 
					
						2016-04-08 10:12:33 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						015fad9060 
					 
					
						
						
							
							Fixed   #26175  -- Removed SHA1 password hashes in tests.  
						
						
						
						
					 
					
						2016-02-06 08:47:21 -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 
						 
				 
			
				
					
						
							
							
								Ville Skyttä 
							
						 
					 
					
						
						
							
						
						3ee18400ae 
					 
					
						
						
							
							Fixed   #25668  -- Misc spelling errors  
						
						
						
						
					 
					
						2015-11-03 11:58:13 +02:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						9023696613 
					 
					
						
						
							
							Removed dictionary and context_instance parameters for render functions.  
						
						... 
						
						
						
						Per deprecation timeline. 
						
						
					 
					
						2015-09-23 19:31:11 -04:00 
						 
				 
			
				
					
						
							
							
								Dražen Odobašić 
							
						 
					 
					
						
						
							
						
						b1e33ceced 
					 
					
						
						
							
							Fixed   #23395  -- Limited line lengths to 119 characters.  
						
						
						
						
					 
					
						2015-09-12 11:40:50 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						aaacaeb096 
					 
					
						
						
							
							Renamed RemovedInDjangoXYWarnings for new roadmap.  
						
						... 
						
						
						
						Forwardport of ae1d663b79 
						
						
					 
					
						2015-06-24 16:08:20 -04:00 
						 
				 
			
				
					
						
							
							
								Andy McKay 
							
						 
					 
					
						
						
							
						
						4525a0c466 
					 
					
						
						
							
							Fixed   #24773  -- Added a json() method on test client responses.  
						
						
						
						
					 
					
						2015-05-25 10:42:30 -04:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						be67400b47 
					 
					
						
						
							
							Refs  #24652  -- Used SimpleTestCase where appropriate.  
						
						
						
						
					 
					
						2015-05-20 13:46:13 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						a0c2eb46dd 
					 
					
						
						
							
							Fixed   #23960  -- Removed http.fix_location_header  
						
						... 
						
						
						
						Thanks Carl Meyer for the report and Tim Graham for the review. 
						
						
					 
					
						2015-03-18 18:22:50 +01:00 
						 
				 
			
				
					
						
							
							
								Josh Smeaton 
							
						 
					 
					
						
						
							
						
						39a7eed1bb 
					 
					
						
						
							
							Converted test fixtures to setUpTestData methods  
						
						
						
						
					 
					
						2015-03-05 10:10:32 +11:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						0ed7d15563 
					 
					
						
						
							
							Sorted imports with isort; refs  #23860 .  
						
						
						
						
					 
					
						2015-02-06 08:16:28 -05:00 
						 
				 
			
				
					
						
							
							
								darkryder 
							
						 
					 
					
						
						
							
						
						9ec8aa5e5d 
					 
					
						
						
							
							Fixed   #24149  -- Normalized tuple settings to lists.  
						
						
						
						
					 
					
						2015-02-03 14:59:45 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						2fa2068406 
					 
					
						
						
							
							Removed an unused import and a flake8 exclude that caused it to be missed.  
						
						
						
						
					 
					
						2015-01-18 20:02:15 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						6e13c0490d 
					 
					
						
						
							
							Changed RedirectView.permanent to False per deprecation timeline; refs  #21587 .  
						
						
						
						
					 
					
						2015-01-18 17:43:06 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						75f107b884 
					 
					
						
						
							
							Removed request.REQUEST per deprecation timeline; refs  #18659 .  
						
						
						
						
					 
					
						2015-01-17 08:05:18 -05:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						79deb6a071 
					 
					
						
						
							
							Accounted for multiple template engines in template responses.  
						
						
						
						
					 
					
						2015-01-12 21:01:34 +01:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						51890ce889 
					 
					
						
						
							
							Applied ignore_warnings to Django tests  
						
						
						
						
					 
					
						2014-12-30 18:16:25 +01:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						9eb4f28e89 
					 
					
						
						
							
							Deprecated TEMPLATE_CONTEXT_PROCESSORS.  
						
						
						
						
					 
					
						2014-12-28 17:02:31 +01:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						d3205e3e2e 
					 
					
						
						
							
							Deprecated TEMPLATE_DIRS.  
						
						
						
						
					 
					
						2014-12-28 17:02:30 +01:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						fdbfc98003 
					 
					
						
						
							
							Deprecated some arguments of django.shortcuts.render(_to_response).  
						
						... 
						
						
						
						dictionary and context_instance and superseded by context.
Refactored tests that relied context_instance with more modern idioms. 
						
						
					 
					
						2014-12-28 17:02:29 +01:00 
						 
				 
			
				
					
						
							
							
								wrwrwr 
							
						 
					 
					
						
						
							
						
						056a3c6c37 
					 
					
						
						
							
							Fixed   #23682  -- Enhanced circular redirects detection in tests.  
						
						... 
						
						
						
						When the test client detects a redirect to a URL seen in the
currently followed chain it will now raise a RedirectCycleError
instead of just returning the first repeated response.
It will also complain when a single chain of redirects is longer
than 20, as this often means a redirect loop with varying URLs,
and even if it's not actually one, such long chains are likely
to be treated as loops by browsers.
Thanks Preston Timmons, Berker Peksag, and Tim Graham for reviews. 
						
						
					 
					
						2014-11-25 10:12:28 -05:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						f88ad710fa 
					 
					
						
						
							
							Simplified caching of template context processors.  
						
						
						
						
					 
					
						2014-11-19 21:35:39 +01:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						9eeb788cfb 
					 
					
						
						
							
							Refactored getting the list of template loaders.  
						
						... 
						
						
						
						This provides the opportunity to move utility functions specific to the
Django Template Language outside of django.template.loader. 
						
						
					 
					
						2014-11-16 21:41:44 +01:00 
						 
				 
			
				
					
						
							
							
								Berker Peksag 
							
						 
					 
					
						
						
							
						
						f7969b0920 
					 
					
						
						
							
							Fixed   #23620  -- Used more specific assertions in the Django test suite.  
						
						
						
						
					 
					
						2014-11-03 11:56:37 -05:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						f0bb3c98cc 
					 
					
						
						
							
							Fixed   #21740  -- Allowed test client data to be an empty string  
						
						... 
						
						
						
						This fixes a regression introduced by 2a31d00933 
						
						
					 
					
						2014-10-21 09:16:57 +02:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						4b257cf261 
					 
					
						
						
							
							Fixed flake8 warnings.  
						
						
						
						
					 
					
						2014-09-29 08:13:40 -04:00 
						 
				 
			
				
					
						
							
							
								Thomas Chaumeny 
							
						 
					 
					
						
						
							
						
						b2aad7b836 
					 
					
						
						
							
							Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.  
						
						... 
						
						
						
						Thanks Collin Anderson for the review. 
						
						
					 
					
						2014-09-29 00:01:38 +07:00 
						 
				 
			
				
					
						
							
							
								Xavier Fernandez 
							
						 
					 
					
						
						
							
						
						50b9313e0a 
					 
					
						
						
							
							Fixed   #22771  -- Fixed test.Client.logout when using custom auth backend.  
						
						
						
						
					 
					
						2014-06-13 13:03:58 -04:00 
						 
				 
			
				
					
						
							
							
								Preston Timmons 
							
						 
					 
					
						
						
							
						
						be88b062af 
					 
					
						
						
							
							Fixed   #21357  -- Fixed test client session initialization.  
						
						... 
						
						
						
						The test client will now create a session when it is first accessed
if no session already exists. 
						
						
					 
					
						2014-05-22 20:29:48 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						aabceadd7d 
					 
					
						
						
							
							Revert "Fixed  #15179  -- middlewares not applied for test client login()"  
						
						... 
						
						
						
						This reverts commit 4fdd51b732 
						
						
					 
					
						2014-04-28 18:41:36 -04:00 
						 
				 
			
				
					
						
							
							
								Jacob R. Rothenbuhler 
							
						 
					 
					
						
						
							
						
						17c1884456 
					 
					
						
						
							
							Fixed   #22369  -- Added count parameter to assertTemplateUsed  
						
						
						
						
					 
					
						2014-04-14 15:55:10 -04:00 
						 
				 
			
				
					
						
							
							
								Anubhav Joshi 
							
						 
					 
					
						
						
							
						
						cd914e31c9 
					 
					
						
						
							
							Fixed   #21977  -- Deprecated SimpleTestCase.urls  
						
						
						
						
					 
					
						2014-04-06 17:33:43 -04:00 
						 
				 
			
				
					
						
							
							
								Marc Tamlyn 
							
						 
					 
					
						
						
							
						
						2607fa9016 
					 
					
						
						
							
							Fixed   #21774  -- Isolate all test urls from eachother.  
						
						... 
						
						
						
						This (nearly) completes the work to isolate all the test modules from
each other. This is now more important as importing models from another
module will case PendingDeprecationWarnings if those modules are not in
INSTALLED_APPS. The only remaining obvious dependencies are:
- d.c.auth depends on d.c.admin (because of the is_admin flag to some
  views), but this is not so important and d.c.admin is in
  always_installed_apps
- test_client_regress depends on test_client. Eventually these should
  become a single module, as the split serves no useful purpose. 
						
						
					 
					
						2014-01-14 15:43:27 +00:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						e32095616c 
					 
					
						
						
							
							Imported override_settings from its new location.  
						
						
						
						
					 
					
						2013-12-23 21:37:56 +01:00 
						 
				 
			
				
					
						
							
							
								Unai Zalakain 
							
						 
					 
					
						
						
							
						
						4fdd51b732 
					 
					
						
						
							
							Fixed   #15179  -- middlewares not applied for test client login()  
						
						... 
						
						
						
						Requests made with django.test.Client.login() and logout() respect
defaults defined in django.test.Client instantiation and are processed
through middleware.
Thanks to Loic for the reviews. 
						
						
					 
					
						2013-11-19 09:04:20 +02:00 
						 
				 
			
				
					
						
							
							
								Unai Zalakain 
							
						 
					 
					
						
						
							
						
						9c5f6cd565 
					 
					
						
						
							
							Fixed   #13725  -- take url scheme into account in assertRedirects  
						
						... 
						
						
						
						Scheme is handled correctly when making comparisons between two URLs. If
there isn't any scheme specified in the location where we are redirected to,
the original request's scheme is used. If present, the scheme in
``expected_url`` is the one used to make the comparations to. 
						
						
					 
					
						2013-11-07 19:06:32 +01:00 
						 
				 
			
				
					
						
							
							
								coagulant 
							
						 
					 
					
						
						
							
						
						8eec2d93b6 
					 
					
						
						
							
							Fixed all E261 warnings  
						
						
						
						
					 
					
						2013-11-02 23:50:33 -05:00 
						 
				 
			
				
					
						
							
							
								Jason Myers 
							
						 
					 
					
						
						
							
						
						c3791463a5 
					 
					
						
						
							
							Fixing E302 Errors  
						
						... 
						
						
						
						Signed-off-by: Jason Myers <jason@jasonamyers.com > 
						
						
					 
					
						2013-11-02 23:48:47 -05:00