Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						6488f15a8e 
					 
					
						
						
							
							Minor cleanup to the select_for_update tests (as suggested by Alex Gaynor).  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@16060  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-04-20 21:00:29 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						8f0f73c7b8 
					 
					
						
						
							
							Fixed   #2705 : added a select_for_update() clause to querysets.  
						
						... 
						
						
						
						A number of people worked on this patch over the years -- Hawkeye, Colin Grady,
KBS, sakyamuni, anih, jdemoor, and Issak Kelly. Thanks to them all, and
apologies if I missed anyone.
Special thanks to Dan Fairs for picking it up again at the end and seeing this
through to commit.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16058  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-04-20 20:42:07 +00:00 
						 
				 
			
				
					
						
							
							
								Carl Meyer 
							
						 
					 
					
						
						
							
						
						6bdaef26ec 
					 
					
						
						
							
							Fixed   #15866 ,  #15850  -- Prevented get_model() and get_models() from returning not-installed models (by default). Thanks adsva for report.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@16053  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-04-20 17:58:37 +00:00 
						 
				 
			
				
					
						
							
							
								Luke Plant 
							
						 
					 
					
						
						
							
						
						1286d78311 
					 
					
						
						
							
							Fixed   #15791  - method to signal that callable objects should not be called in templates  
						
						... 
						
						
						
						Thanks to ejucovy for the suggestion and patch!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16045  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-04-19 22:06:19 +00:00 
						 
				 
			
				
					
						
							
							
								Ramiro Morales 
							
						 
					 
					
						
						
							
						
						487cd1fa23 
					 
					
						
						
							
							Added new tests I forgot to include in [16038].  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@16039  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-04-18 21:02:57 +00:00 
						 
				 
			
				
					
						
							
							
								Ramiro Morales 
							
						 
					 
					
						
						
							
						
						0defa7dc9d 
					 
					
						
						
							
							Fixed   #15848  -- Fixed regression introduced in [15882] in makemessages management command when processing multi-line comments that contain non-ASCCI characters in templates. Thanks for the report Denis Drescher.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@16038  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-04-18 20:00:10 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Beaven 
							
						 
					 
					
						
						
							
						
						d59baa07f0 
					 
					
						
						
							
							Fixes   #15721  -- Make {% include %} and RequestContext work together again.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@16031  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-04-17 04:52:31 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Beaven 
							
						 
					 
					
						
						
							
						
						89e25403ae 
					 
					
						
						
							
							Fixes   #15814  -- Added a test util to abstract the process of using a test template loader  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@16030  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-04-17 04:52:17 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Beaven 
							
						 
					 
					
						
						
							
						
						13bb06984c 
					 
					
						
						
							
							Fixes Paginator.validate_number not raising a PageNotAnInteger exception when passed a non-int-castable type.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@16026  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-04-13 11:28:42 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Beaven 
							
						 
					 
					
						
						
							
						
						4fa9646716 
					 
					
						
						
							
							Fixes   #11596  -- Make paginator.Page iterable  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@16018  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-04-06 09:40:26 +00:00 
						 
				 
			
				
					
						
							
							
								Ramiro Morales 
							
						 
					 
					
						
						
							
						
						30b3d51599 
					 
					
						
						
							
							Fixed   #13630  -- Made __init__ methods of all DB backends' DatabaseOperations classes take a connection argument. Thanks calexium for the report.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@16016  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-04-05 00:19:17 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						fd309996df 
					 
					
						
						
							
							Fixed   #15704  -- Made cache tests more reusable by moving the backend path into a class attribute. Thanks for the patch, jonash  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@16008  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-04-02 22:13:21 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						29642fa76f 
					 
					
						
						
							
							Refactored views regression tests to isolate generic views from the root URL space.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@16000  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-04-02 13:27:40 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						3b94af8a84 
					 
					
						
						
							
							Modified some regression tests to make them independent of the default root urlconf.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15999  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-04-02 13:27:17 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						bcdbafc88a 
					 
					
						
						
							
							Silenced DeprecationWarning raised by tests for populate_xheaders tests. Refs  #15741  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15998  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-04-02 13:26:54 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						32517041bd 
					 
					
						
						
							
							Silenced DeprecationWarning caused by testing deprecated DjangoTestRunner  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15997  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-04-02 13:26:39 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						27efda5f5b 
					 
					
						
						
							
							Corrected warning filter in test_client_regress  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15994  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-04-02 08:45:54 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						027e3b554c 
					 
					
						
						
							
							More migrations to use RedirectView instead of redirect_to  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15993  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-04-02 08:45:38 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						62f37c69b0 
					 
					
						
						
							
							Fixed   #15739  -- Added support to RedirectView for HEAD, OPTIONS, POST, PUT and DELETE requests  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15992  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-04-02 08:45:22 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						ae5f3e7418 
					 
					
						
						
							
							Updated to test_client_regress to use RedirectView instead of deprecated redirect_to.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15991  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-04-02 08:45:06 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						4c468800ee 
					 
					
						
						
							
							Updates to the test suite to allow for newly deprecated and removed features  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15990  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-04-02 08:44:47 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						94af19c43f 
					 
					
						
						
							
							Changed e-mail to email throughout documentation and codebase. The one exception is translation strings, which I didn't want to disrupt  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15967  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-04-01 16:10:22 +00:00 
						 
				 
			
				
					
						
							
							
								Alex Gaynor 
							
						 
					 
					
						
						
							
						
						e57cc90c16 
					 
					
						
						
							
							Removed deprecated legacy connection handling for Field.get_db_*.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15958  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-03-30 17:48:42 +00:00 
						 
				 
			
				
					
						
							
							
								Luke Plant 
							
						 
					 
					
						
						
							
						
						4a6cb38722 
					 
					
						
						
							
							Cleaned up some test code.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15957  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-03-30 17:35:50 +00:00 
						 
				 
			
				
					
						
							
							
								Luke Plant 
							
						 
					 
					
						
						
							
						
						16f6acdb89 
					 
					
						
						
							
							Deprecated csrf_response_exempt and csrf_view_exempt decorators  
						
						... 
						
						
						
						With the removal of CsrfResponseMiddleware, csrf_response_exempt serves no
purposes, and csrf_exempt and csrf_view_exempt perform the same function.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15956  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-03-30 17:35:41 +00:00 
						 
				 
			
				
					
						
							
							
								Luke Plant 
							
						 
					 
					
						
						
							
						
						5fa11b0035 
					 
					
						
						
							
							Removed Django 1.2 compatibility fallback for contrib.comments forms hash.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15953  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-03-30 17:35:12 +00:00 
						 
				 
			
				
					
						
							
							
								Luke Plant 
							
						 
					 
					
						
						
							
						
						8823021625 
					 
					
						
						
							
							Removed deprecated CsrfResponseMiddleware, and corresponding tests and docs  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15949  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-03-30 17:34:26 +00:00 
						 
				 
			
				
					
						
							
							
								Luke Plant 
							
						 
					 
					
						
						
							
						
						21ef64e34c 
					 
					
						
						
							
							Removed Django 1.1 fallback for CSRF checks.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15948  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-03-30 17:34:14 +00:00 
						 
				 
			
				
					
						
							
							
								Luke Plant 
							
						 
					 
					
						
						
							
						
						8bb46d8b7c 
					 
					
						
						
							
							Fixed   #15679  - regression in HttpRequest.POST and raw_post_data access.  
						
						... 
						
						
						
						Thanks to vkryachko for the report.
This also fixes a slight inconsistency with raw_post_data after parsing of a
multipart request, and adds a test for that.  (Previously accessing
raw_post_data would have returned the empty string rather than raising an
Exception).
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15938  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-03-28 16:11:40 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						3bad2ca473 
					 
					
						
						
							
							Fixed   #15703  -- Corrected problem in test suite introduced by Python 2.4 changes from r15927. Thanks to mk for the report and patch.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15936  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-03-28 14:20:15 +00:00 
						 
				 
			
				
					
						
							
							
								Alex Gaynor 
							
						 
					 
					
						
						
							
						
						e54c0a0c94 
					 
					
						
						
							
							Move the Python 2.5 specific tests out of their own special files now that 2.5 is the default.  Also add __futre__ import where necessary.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15935  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-03-28 05:58:43 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						0fdabe885b 
					 
					
						
						
							
							Made a bunch of simplifications now that we don't support Python 2.4  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15933  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-03-28 02:27:43 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						13864703bc 
					 
					
						
						
							
							Removed a bunch more Python 2.4 workarounds now that we don't support that version. Refs  #15702  -- thanks to jonash for the patch.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15927  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-03-28 02:11:19 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						15295a852f 
					 
					
						
						
							
							Fixed   #15647  -- Changed in_bulk() not to type check its input, which now allows for passing any iterable. Thanks, calvinspealman  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15922  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-03-26 17:50:10 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						471c9aee97 
					 
					
						
						
							
							Fixed   #9158  -- Changed django-admin.py help to be printed to stdout instead of stderr, so that it's more easily greppable. Thanks, petr.marhoun@gmail.com  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15921  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-03-26 17:45:42 +00:00 
						 
				 
			
				
					
						
							
							
								Ramiro Morales 
							
						 
					 
					
						
						
							
						
						775a6e694f 
					 
					
						
						
							
							Fixed   #15632  -- Ignore unrelated content in template multi-line comment blocks when looking for tokens that identify comments for translators. Thanks andrew AT ie-grad DOT ru for the report and Claude Paroz for spotting the problem and helping to fix it.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15882  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-03-19 12:56:38 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						1a6d98dab9 
					 
					
						
						
							
							Fixed   #13686  -- Ensure that memcache handling of unicode values in add() and set_many() is consistent with the handling provided by get() and set(). Thanks to nedbatchelder for the report, and to jbalogh, accuser and Jacob Burch for their work ont the patch.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15880  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-03-19 02:42:40 +00:00 
						 
				 
			
				
					
						
							
							
								Jannis Leidel 
							
						 
					 
					
						
						
							
						
						bd0daa04f5 
					 
					
						
						
							
							Fixed staticfiles test that was broken on Windows due to the result of the stdout not being correctly handled as Unicode.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15879  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-03-18 18:47:14 +00:00 
						 
				 
			
				
					
						
							
							
								Jannis Leidel 
							
						 
					 
					
						
						
							
						
						0ff6bbf1db 
					 
					
						
						
							
							Added staticfiles test case for filenames with medial capitals.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15878  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-03-18 18:47:08 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						1af33427cb 
					 
					
						
						
							
							Fixed   #15623  -- Corrected province codes for Canadian localflavor. Thanks to shelldweller for the report.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15864  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-03-17 00:59:30 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						f71384a52b 
					 
					
						
						
							
							Fixed   #15229  -- Improved URLValidator to accept ftp:// links. Thanks, codefisher and crayz_train  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15847  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-03-16 03:38:34 +00:00 
						 
				 
			
				
					
						
							
							
								Luke Plant 
							
						 
					 
					
						
						
							
						
						243d0bec19 
					 
					
						
						
							
							Fixed   #15617  - CSRF referer checking too strict  
						
						... 
						
						
						
						Thanks to adam for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15840  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-03-15 20:37:09 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						6eb1c58430 
					 
					
						
						
							
							Added file mistakenly ommitted from r15819  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15821  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-03-15 09:30:01 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						87a100b642 
					 
					
						
						
							
							Fixed   #15575  -- Corrected handling of pagination in generic views to match documentation and historical behavior. Thanks to Ivan Virabyan for the report and patch.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15820  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-03-15 08:24:31 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						c966566171 
					 
					
						
						
							
							Fixed   #14960  -- Added tests for inclusion tags. Thanks to Julien Phalip for the report, and to avenet and Paul Bissex for the patch.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15819  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-03-15 08:20:14 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						350a56ad49 
					 
					
						
						
							
							Fixed   #15606  -- Ensured that boolean fields always use the Boolean filterspec. Thanks to Martin Tiršel for the report  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15817  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-03-15 08:19:39 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						4e25bc71b1 
					 
					
						
						
							
							Fixed   #15609  -- Fixed some 'raise' statements to use the newer style syntax. Thanks, DaNmarner  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15811  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-03-14 23:00:03 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						fd2f18008c 
					 
					
						
						
							
							Fixed   #14733 : no longer "validate" .raw() queries.  
						
						... 
						
						
						
						Turns out that a lot more than just SELECT can return data, and this list is
very hard to define up front in a cross-database manner. So let's just assume
that anyone using raw() is at least halfway competant and can deal with
the error messages if they don't use a data-returning query.
Thanks to Christophe Pettus for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15803  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-03-14 19:49:53 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						72c5733869 
					 
					
						
						
							
							Fixed   #15604  -- Changed django.db.models.permalink to use wraps() so that it doesn't eat the docstring. Thanks for the report, sfllaw. Also added tests.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15798  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-03-14 05:22:39 +00:00 
						 
				 
			
				
					
						
							
							
								Luke Plant 
							
						 
					 
					
						
						
							
						
						e9d2763947 
					 
					
						
						
							
							Fixed   #15572  - include with "only" option discards context properties (such as autoescape)  
						
						... 
						
						
						
						Thanks to dfoerster for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15795  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-03-10 18:42:24 +00:00