Tim Graham 
							
						 
					 
					
						
						
							
						
						a9d1d95284 
					 
					
						
						
							
							Replaced Outputting PDF's "Further Resources" with a link to Django Packages.  
						
						
						
						
					 
					
						2016-10-25 11:58:19 -04:00 
						 
				 
			
				
					
						
							
							
								Ramon Moraes 
							
						 
					 
					
						
						
							
						
						3b759661a8 
					 
					
						
						
							
							Updated xhtml2pdf name/URL in docs.  
						
						
						
						
					 
					
						2016-02-02 07:36:38 -05:00 
						 
				 
			
				
					
						
							
							
								Caio Ariede 
							
						 
					 
					
						
						
							
						
						98eb91171d 
					 
					
						
						
							
							Fixed   #25207  -- Misspelled word in documentation: dialogue  
						
						
						
						
					 
					
						2015-08-01 19:17:35 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						e176de2512 
					 
					
						
						
							
							Fixed   #25199  -- Fixed dead link to HTMLdoc.  
						
						
						
						
					 
					
						2015-07-30 13:25:29 -04:00 
						 
				 
			
				
					
						
							
							
								Sean Wang 
							
						 
					 
					
						
						
							
						
						eba6dff581 
					 
					
						
						
							
							Fixed   #24358  -- Corrected code-block directives for console sessions.  
						
						
						
						
					 
					
						2015-02-22 09:35:39 -05:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						337cd09836 
					 
					
						
						
							
							Updated some other external links in the docs  
						
						
						
						
					 
					
						2014-12-19 18:07:52 +01:00 
						 
				 
			
				
					
						
							
							
								Corey Farwell 
							
						 
					 
					
						
						
							
						
						37b13033c6 
					 
					
						
						
							
							Removed sudo from pip commands in docs.  
						
						
						
						
					 
					
						2014-09-22 15:49:48 -04:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						89cb771be7 
					 
					
						
						
							
							Fixed   #19692  -- Completed deprecation of mimetype in favor of content_type.  
						
						... 
						
						
						
						Thanks Tim for the report and initial patch. 
						
						
					 
					
						2013-01-31 13:54:40 +01:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						234ca6c61d 
					 
					
						
						
							
							Fixed   #19006  - Quoted filenames in Content-Disposition header.  
						
						
						
						
					 
					
						2012-10-03 17:44:56 -04:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						c63c62a18a 
					 
					
						
						
							
							Fixed   #18440  -- Pointed out that ReportLab is not thread safe. Thanks, jens@lundstroem.com  
						
						
						
						
					 
					
						2012-06-08 11:46:45 -05:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						d7dfab59ea 
					 
					
						
						
							
							Replaced cStringIO.StringIO by io.BytesIO.  
						
						... 
						
						
						
						Also replaced StringIO.StringIO by BytesIO in some other appropriate
places. StringIO is not available in Python 3. 
						
						
					 
					
						2012-05-05 21:41:44 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						d93b2a8d8d 
					 
					
						
						
							
							Fixed   #18186  -- Fixed ReportLab Web site links. Thanks pablog for the report and the initial patch.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@17928  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2012-04-22 17:18:14 +00:00 
						 
				 
			
				
					
						
							
							
								Luke Plant 
							
						 
					 
					
						
						
							
						
						d1e5c55258 
					 
					
						
						
							
							Fixed many more ReST indentation errors, somehow accidentally missed from [16955]  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@16983  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-10-14 00:12:01 +00:00 
						 
				 
			
				
					
						
							
							
								Ramiro Morales 
							
						 
					 
					
						
						
							
						
						932b1b8d6d 
					 
					
						
						
							
							Converted links to external topics so they use intersphinx extension markup.  
						
						... 
						
						
						
						This allows to make these links more resilent to changes in the target URLs.
Thanks Jannis for the report and Aymeric Augustin for the patch.
Fixes  #16586 .
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16720  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-09-04 21:17:30 +00:00 
						 
				 
			
				
					
						
							
							
								Gabriel Hurley 
							
						 
					 
					
						
						
							
						
						05001056a8 
					 
					
						
						
							
							Fixed   #12369  -- Improved example to account for environments where cStringIO is not available. Thanks to rubic for the report and niall for the patch.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@14076  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-10-09 10:21:55 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						728effcfbd 
					 
					
						
						
							
							Fixed   #14141 : docs now use the :doc: construct for links between documents.  
						
						... 
						
						
						
						Thanks, Ramiro Morales.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13608  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-08-19 19:27:44 +00:00 
						 
				 
			
				
					
						
							
							
								Gary Wilson Jr 
							
						 
					 
					
						
						
							
						
						adb74a8f2e 
					 
					
						
						
							
							Fixed several broken and redirecting URLs in the documentation ( fixes   #12219 , refs  #12427 ).  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@11994  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2009-12-26 06:37:26 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						bd658cb814 
					 
					
						
						
							
							Fixed   #10312  -- Corrected a link to the Reportlab user guide. Thanks to JohnDoe for the report.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9856  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2009-02-22 06:06:29 +00:00 
						 
				 
			
				
					
						
							
							
								Karen Tracey 
							
						 
					 
					
						
						
							
						
						d4f4ab8535 
					 
					
						
						
							
							Fixed   #9487  -- Corrected several links into the Python docs that were broken by the recent Python docs refactor.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9312  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-11-01 19:02:09 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						97cb07c3a1 
					 
					
						
						
							
							Massive reorganization of the docs. See the new docs online at  http://docs.djangoproject.com/ .  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-08-23 22:25:40 +00:00