Gary Wilson Jr 
							
						 
					 
					
						
						
							
						
						235600c3c3 
					 
					
						
						
							
							Fixed   #9724  -- Added missing import to URLconf example, thanks shacker.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9597  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-12-08 05:35:20 +00:00 
						 
				 
			
				
					
						
							
							
								Gary Wilson Jr 
							
						 
					 
					
						
						
							
						
						ff3e1a7d40 
					 
					
						
						
							
							Fixed   #9718  -- Removed a reference to oldforms FormWrapper object in the user authentication docs.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9595  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-12-08 05:27:04 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						b76d7c1dec 
					 
					
						
						
							
							Added a 'permanent' argument the simple.redirect_to() generic view. It's True by default, to match existing behavior. If set to False, the redirect will be a 302 instead of a 301. This is technically backwards-incompatible if you were using the redirect_to generic view with a format-string key called 'permanent', which is highly, highly unlikely.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9594  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-12-08 04:53:34 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						e9b90d9899 
					 
					
						
						
							
							Edited ref/contrib/csrf.txt changes from [9554]  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9593  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-12-08 04:15:19 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						352efd1893 
					 
					
						
						
							
							Edited docs/topics/forms/index.txt changes from [9569] and fixed a typo in the visible_fields() docstring  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9592  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-12-08 04:07:42 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						e8707e068d 
					 
					
						
						
							
							Fixed   #9645  -- Work around a backwards-incompatibility in Sphinx so that  
						
						... 
						
						
						
						various combinations of released docutils and sphinx versions all work
together. Thanks, Ramiro Morales.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9586  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-12-07 04:00:08 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						d1102d63e6 
					 
					
						
						
							
							Fixed   #9677  -- Fixed a tiny typo in the 1.0.2 release notes.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9584  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-12-07 03:54:45 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						89ada943ee 
					 
					
						
						
							
							Fixed   #9705  -- Call the Netherlands by their real name in the localflavor  
						
						... 
						
						
						
						documentation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9580  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-12-07 03:42:25 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						04ff1aff12 
					 
					
						
						
							
							Fixed   #9712  -- Documented how HTTP headers are converted to request.META keys.  
						
						... 
						
						
						
						Based on a patch from masklinn.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9579  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-12-07 03:41:54 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						84cc008473 
					 
					
						
						
							
							Fixed   #9731  -- Typo fix in docs.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9578  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-12-07 03:41:23 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						bfab9d62ee 
					 
					
						
						
							
							Added a way to iterate over hidden/visible fields in a form. Useful for manual  
						
						... 
						
						
						
						form layout.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9569  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-12-05 04:22:00 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						5d7c57f681 
					 
					
						
						
							
							Fixed some markup errors in the form validation docs.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9564  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-12-04 05:37:37 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						4bdbd1401d 
					 
					
						
						
							
							Fixed   #9735  -- Documentation typo fix.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9558  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-12-03 05:50:46 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						94f4348728 
					 
					
						
						
							
							Fixed   #9734  -- Typo fix in the custom fields documentation, pointed out by  
						
						... 
						
						
						
						col16.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9557  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-12-03 05:50:11 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						1302fe9a35 
					 
					
						
						
							
							Fixed   #9740  -- Updated and correct usage of max_entries in cache documentation.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9556  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-12-03 05:49:37 +00:00 
						 
				 
			
				
					
						
							
							
								Luke Plant 
							
						 
					 
					
						
						
							
						
						9ec9936413 
					 
					
						
						
							
							Updated csrf docs with 'versionadded' info  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9555  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-12-03 00:44:12 +00:00 
						 
				 
			
				
					
						
							
							
								Luke Plant 
							
						 
					 
					
						
						
							
						
						9eedc7bd0b 
					 
					
						
						
							
							New CsrfMiddleware features: automatic exceptions for known AJAX and decorator for manual exceptions  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9554  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-12-03 00:34:18 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						87fc7efda5 
					 
					
						
						
							
							Added a note to the SQLite database documentation mentioning that version 3.6.2  
						
						... 
						
						
						
						is to be avoided like the plague. Fortunately, it was only the latest release
for three weeks, so avoidance is easy (as is upgrading).
Refs #9358 .
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9540  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-12-02 05:58:15 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						f7a64b341a 
					 
					
						
						
							
							Added a short note to the modelforms documentation linking between  
						
						... 
						
						
						
						save(commit=False) and using force_insert or force_update on the Model.save()
call. Refs #8672 .
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9539  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-12-02 04:07:43 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						4aa97f5c18 
					 
					
						
						
							
							Fixed   #6398 : added an optional {% empty %} clause to the {% for %} template tag. The contents of this clause are rendered if the list iterated over turns out to be empty. Thanks, Jannis Leidel.  
						
						... 
						
						
						
						Astute readers will notice that the patch originally called this `default`; after consideration I decided that `empty` is a very slightly better color for this particular bikeshed.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9530  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-11-24 22:01:48 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						136c4f8549 
					 
					
						
						
							
							Fixed a small reST header glitch in docs/ref/templates/builtins.txt  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9529  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-11-24 22:01:24 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						089ab18c02 
					 
					
						
						
							
							Fixed   #4924 : added support for loading compressed fixtures. Thanks to Lars Yencken and Jeremy Dunck.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9527  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-11-24 20:42:09 +00:00 
						 
				 
			
				
					
						
							
							
								Karen Tracey 
							
						 
					 
					
						
						
							
						
						3ac16c0fdd 
					 
					
						
						
							
							Remove the FAQ answer about a setuptools install error that references running a script 2-years-gone from the source tree.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9523  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-11-21 17:47:47 +00:00 
						 
				 
			
				
					
						
							
							
								Karen Tracey 
							
						 
					 
					
						
						
							
						
						5372508fdf 
					 
					
						
						
							
							Fixed   #9611  -- Noted in the FAQ answer about Python versions that some contrib apps (notably gis) may require a higher Python version.  Thansk jamesivanwhite for the report and initial patch.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9521  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-11-21 17:41:08 +00:00 
						 
				 
			
				
					
						
							
							
								Karen Tracey 
							
						 
					 
					
						
						
							
						
						a5172c3e1f 
					 
					
						
						
							
							Fixed   #9618 : Corrected an error in some example code in the forms documentation.  Thanks matthijs.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9517  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-11-21 16:25:05 +00:00 
						 
				 
			
				
					
						
							
							
								James Bennett 
							
						 
					 
					
						
						
							
						
						e5437af89a 
					 
					
						
						
							
							Forward-port docutils fix from [9497].  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9498  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-11-19 05:26:31 +00:00 
						 
				 
			
				
					
						
							
							
								James Bennett 
							
						 
					 
					
						
						
							
						
						5759f28947 
					 
					
						
						
							
							Add 1.0.2 release notes to trunk so they show up online  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9496  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-11-19 05:21:58 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						56c06c835c 
					 
					
						
						
							
							Greatly refactored the docs index to allow for more efficient use by power users, while staying clean for new users. It no longer takes four clicks to get to the list of default template filters.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9490  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-11-18 07:33:35 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						0cfcc72f88 
					 
					
						
						
							
							Renamed file-uploads.txt from 'topics-file-uploads' to 'topics-http-file-uploads' to be consistent with directory structure  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9489  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-11-18 07:32:38 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						e37e57f44a 
					 
					
						
						
							
							Removed 'Most Web sites wouldn't be complete without a way to upload files' sentence from file-uploads.txt in docs. I beg to differ.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9487  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-11-18 06:35:05 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						a573f4c029 
					 
					
						
						
							
							Fixed   #9472  -- Fixed a couple of URL patterns to be more consistent (and remove  
						
						... 
						
						
						
						a misleading initial slash). Thanks, daveyjoe.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9471  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-11-16 09:35:30 +00:00 
						 
				 
			
				
					
						
							
							
								James Bennett 
							
						 
					 
					
						
						
							
						
						2246d526b1 
					 
					
						
						
							
							One more correction to the release notes.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9456  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-11-15 05:57:39 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						644ad9073f 
					 
					
						
						
							
							Fixed   #9477  -- Removed and edited a bunch of references to "development  
						
						... 
						
						
						
						version". Some were replaced with versionadded or versionchanged directives.
Other, more minor ones, were removed altogether.
Based on a patch from James Bennett.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9454  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-11-15 05:51:25 +00:00 
						 
				 
			
				
					
						
							
							
								James Bennett 
							
						 
					 
					
						
						
							
						
						1d375e1472 
					 
					
						
						
							
							Port [9450] forward to trunk.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9451  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-11-15 05:36:30 +00:00 
						 
				 
			
				
					
						
							
							
								James Bennett 
							
						 
					 
					
						
						
							
						
						f5532f7119 
					 
					
						
						
							
							Add 1.0.1 release notes to trunk so they'll show up in the online docs.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9449  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-11-15 05:21:37 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						64b56447f3 
					 
					
						
						
							
							Fixed   #9377  -- Clarified when cmemcached support was included in Django.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9435  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-11-14 08:02:46 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						26fabdb218 
					 
					
						
						
							
							Fixed   #9531  -- Fixed some awkward wording in the docs. Thanks, gsf.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9434  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-11-14 08:01:01 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						599852d04d 
					 
					
						
						
							
							Fixed   #9507  -- Correct an example in the admin docs. Thanks, john_scott and  
						
						... 
						
						
						
						SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9432  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-11-14 07:49:51 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						40976e0862 
					 
					
						
						
							
							Fixed   #9594  -- Typo fix in the testing example.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9429  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-11-14 07:38:55 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						a0d4749920 
					 
					
						
						
							
							Fixed   #9468  -- Fixed a misleading FAQ answer.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9428  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-11-14 07:38:27 +00:00 
						 
				 
			
				
					
						
							
							
								Karen Tracey 
							
						 
					 
					
						
						
							
						
						8d28a4c853 
					 
					
						
						
							
							Quit being a complete mystery.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9416  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-11-13 23:43:25 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						e32299e0bc 
					 
					
						
						
							
							Fixed   #9572  -- Corrected some documentation that misleadingly gave the extension for YAML fixtures as YML. Thanks to django@i-sh.me.uk for the report.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9401  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-11-12 11:48:57 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						95d8c0619a 
					 
					
						
						
							
							Fixed   #9351  -- Modified the test client to pass on URL encoded parameters to the underlying views. Thanks to sime for the suggestion.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9398  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-11-12 11:22:05 +00:00 
						 
				 
			
				
					
						
							
							
								Karen Tracey 
							
						 
					 
					
						
						
							
						
						675a4a1067 
					 
					
						
						
							
							Fixed   #9567  - Removed an extraneous 'are'.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9390  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-11-11 02:57:02 +00:00 
						 
				 
			
				
					
						
							
							
								Karen Tracey 
							
						 
					 
					
						
						
							
						
						c672e44ea9 
					 
					
						
						
							
							Fixed   #9556  - typos in syndication docs.  Thanks sedden.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9373  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-11-09 19:01:34 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						fb8a7702a0 
					 
					
						
						
							
							Fixed   #9518  -- Corrected example JSON snippet in fixture documentation. Thanks to claude@2xlibre.net for the report.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9355  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-11-06 10:24:24 +00:00 
						 
				 
			
				
					
						
							
							
								Karen Tracey 
							
						 
					 
					
						
						
							
						
						834ca580fc 
					 
					
						
						
							
							Fixed   #9499 : Corrected self-reference in test client put method doc.  Thanks jroes.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9332  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-11-02 21:38:44 +00:00 
						 
				 
			
				
					
						
							
							
								Karen Tracey 
							
						 
					 
					
						
						
							
						
						c483583023 
					 
					
						
						
							
							Fixed   #9497  - Doc typos.  Many thanks ramiro.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9330  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-11-02 20:43:20 +00:00 
						 
				 
			
				
					
						
							
							
								Karen Tracey 
							
						 
					 
					
						
						
							
						
						8a5f2ee912 
					 
					
						
						
							
							Fixed   #9495  -- Corrected typo in urls doc.  Thanks seemant.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9328  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-11-02 04:17:59 +00:00 
						 
				 
			
				
					
						
							
							
								Karen Tracey 
							
						 
					 
					
						
						
							
						
						1f69b11ef5 
					 
					
						
						
							
							Fixed   #9337  -- Use a link to Jython that actually works.  Thanks admackin.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@9323  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-11-01 20:51:54 +00:00