Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						3898af2f51 
					 
					
						
						
							
							Fixed   #7937  -- Corrected typo in layout of db docs. Thanks to John Scott for the report.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@8072  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-07-25 11:32:06 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						bfcecfee91 
					 
					
						
						
							
							Fixed   #7814  -- Fixed a number of style inconsistencies in the docs. Thanks, uzi and programmerq  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@8043  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-07-22 03:01:21 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						55ebc2b594 
					 
					
						
						
							
							Modified [7999] based on some feedback from Marty Alchin.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@8001  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-07-19 22:50:06 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						e942636fbe 
					 
					
						
						
							
							Added a cavaet to the use of get_FOO_filename() and get_FOO_url(). This  
						
						... 
						
						
						
						constraint has always existed, but it's very hard to fix in the current code,
so better to work around it for now.
Refs #5619 
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7999  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-07-19 22:26:46 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						88c17b5821 
					 
					
						
						
							
							Documented that the update() method on querysets is a direct SQL call, not the  
						
						... 
						
						
						
						same as looping over the queryset and calling save() on each item (which is
less efficient). Fixed  #7447 .
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7884  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-07-11 10:03:04 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						5da47e43c7 
					 
					
						
						
							
							Fixed   #7314  -- Changed the way extra() bits are handled when QuerySets are merged.  
						
						... 
						
						
						
						Also added a section to the documentation to indicate why it's probably not a
good idea to rely on this feature for complex stuff. Garbage in, garbage out
applies even to Django code.
Thanks to erik for the test case for this one.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7791  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-06-30 06:24:21 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						31ee551057 
					 
					
						
						
							
							Various documentation edits  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@7745  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-06-26 03:59:15 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						d9c3e0a36a 
					 
					
						
						
							
							Fixed a minor typo in some sample SQL. Thanks for the report, Glen Jarvis <glenjarvis.com@gmail.com>.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@7717  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-06-21 04:43:05 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						42668dcc79 
					 
					
						
						
							
							Fixed some stale documentation that was advising against the use of OneToOneFields. Post queryset refactor, that warning is no longer required.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@7633  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-06-14 14:19:28 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						b9113ca81f 
					 
					
						
						
							
							Fixed   #7327  -- Added documentation and test case for defining subqueries. Thanks, Sebastian Noack.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@7625  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-06-12 13:19:37 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						6b39dd6977 
					 
					
						
						
							
							Fixed   #7260  -- Corrected the description of the exception returned by get() when multiple objects match the search criteria. Thanks, leotr.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@7559  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-05-29 11:56:32 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						a97f690e5d 
					 
					
						
						
							
							Added the ability to pickle and unpickle QuerySets and Query classes.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@7499  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-04-28 14:14:41 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						6d98636018 
					 
					
						
						
							
							Edited some docs/db-api.txt changes  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@7489  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-04-28 00:59:09 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						f0bc9426b4 
					 
					
						
						
							
							Made a bunch of spelling corrections.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@7480  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-04-27 11:55:47 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						9c52d56f6f 
					 
					
						
						
							
							Merged the queryset-refactor branch into trunk.  
						
						... 
						
						
						
						This is a big internal change, but mostly backwards compatible with existing
code. Also adds a couple of new features.
Fixed  #245 , #1050 , #1656 , #1801 , #2076 , #2091 , #2150 , #2253 , #2306 , #2400 , #2430 , #2482 , #2496 , #2676 , #2737 , #2874 , #2902 , #2939 , #3037 , #3141 , #3288 , #3440 , #3592 , #3739 , #4088 , #4260 , #4289 , #4306 , #4358 , #4464 , #4510 , #4858 , #5012 , #5020 , #5261 , #5295 , #5321 , #5324 , #5325 , #5555 , #5707 , #5796 , #5817 , #5987 , #6018 , #6074 , #6088 , #6154 , #6177 , #6180 , #6203 , #6658 
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7477  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-04-27 02:50:16 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						c30a050e41 
					 
					
						
						
							
							Removed the ado_mssql database backend.  
						
						... 
						
						
						
						It has not been maintained, contains bugs, and improved versions are available
externally(e.g. django-mssql and django-pyodbc at Google code).
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7364  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-03-26 08:25:48 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						8f9e7035a9 
					 
					
						
						
							
							Changed the indenting level on a couple of subsections, since they're not  
						
						... 
						
						
						
						children of the "pk lookup shortcut" section.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7338  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-03-20 12:44:34 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						3eec925f73 
					 
					
						
						
							
							Fixed a few errors in the documentation. Thanks, Matthew Flanagan, panni@fragstore.net and adamv.  
						
						... 
						
						
						
						Fixed  #6411 , #6426 , #6524 , #6555 .
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7130  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
					
						2008-02-18 23:43:12 +00:00 
						 
				 
			
				
					
						
							
							
								James Bennett 
							
						 
					 
					
						
						
							
						
						694323ec74 
					 
					
						
						
							
							Fixed   #5565 : Corrected small reST error in docs/db-apit.txt. Thanks, gkelly  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@6405  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-09-22 04:58:26 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						fb288d9557 
					 
					
						
						
							
							Fixed   #5275  -- Documented QuerySet.iterator(). Thanks, ubernostrum  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@6303  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-09-15 18:31:50 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						7b172de6fa 
					 
					
						
						
							
							Fixed   #5267  -- Documented that order_by('?') queries can be slow  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@6293  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-09-15 17:30:23 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						dc785104b8 
					 
					
						
						
							
							Fixed   #5341  -- Clarified docs/db-api.txt docs about params in extra(). Thanks, Paul Smith  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@6163  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-09-14 04:55:09 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						28d27a77e8 
					 
					
						
						
							
							Fixed   #5409  -- Fixed logic error in docs/db-api.txt. Thanks, David Paccoud  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@6126  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-09-13 14:41:38 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						33ab65dd1e 
					 
					
						
						
							
							Made negligible capitalization fix to docs/db-api.txt  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@6027  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-08-31 04:30:20 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						de2881f9f2 
					 
					
						
						
							
							Removed incorrect link that slipped in docs/db-api.txt in [6010]  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@6011  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-08-25 18:59:59 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						b189e266ef 
					 
					
						
						
							
							Fixed   #5068  -- Fixed error in docs/db-api.txt. Thanks, Collin Grady and SmileyChris  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@6010  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-08-25 18:58:36 +00:00 
						 
				 
			
				
					
						
							
							
								Gary Wilson Jr 
							
						 
					 
					
						
						
							
						
						212ee65be7 
					 
					
						
						
							
							Fixed   #2101  -- Renamed maxlength argument to max_length for oldforms FormFields and db model Fields.  This is fully backwards compatible at the moment since the legacy maxlength argument is still supported.  Using maxlength will, however, issue a PendingDeprecationWarning when used.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@5803  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-08-05 05:14:46 +00:00 
						 
				 
			
				
					
						
							
							
								Gary Wilson Jr 
							
						 
					 
					
						
						
							
						
						973f44aa4c 
					 
					
						
						
							
							Changed some more links to be relative in the documentation.  I had a couple unsaved files that didn't get in with [5798].  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@5802  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-08-05 04:42:26 +00:00 
						 
				 
			
				
					
						
							
							
								Gary Wilson Jr 
							
						 
					 
					
						
						
							
						
						ac027df253 
					 
					
						
						
							
							Changed several documentation links to be relative.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@5798  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-08-04 03:39:24 +00:00 
						 
				 
			
				
					
						
							
							
								Gary Wilson Jr 
							
						 
					 
					
						
						
							
						
						9a54c8f2d4 
					 
					
						
						
							
							Fixed   #5037  -- Fixed use of wrong field type in a db-api docs example, thanks ubernostrum.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@5783  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-08-01 05:52:18 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						6b7c33286a 
					 
					
						
						
							
							Added 'New in Django development version' to docs/db-api.txt change from [5746]  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@5757  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-07-25 03:15:05 +00:00 
						 
				 
			
				
					
						
							
							
								Gary Wilson Jr 
							
						 
					 
					
						
						
							
						
						cae92ae615 
					 
					
						
						
							
							Fixed   #4373  -- Modified the get_object_or_404/get_list_or_404 shortcuts to also accept QuerySets.  Thanks SuperJared.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@5746  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-07-22 03:41:11 +00:00 
						 
				 
			
				
					
						
							
							
								Gary Wilson Jr 
							
						 
					 
					
						
						
							
						
						62f207caef 
					 
					
						
						
							
							Fixed   #4851  -- Fixed description of an example query in db-api docs.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@5720  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-07-16 22:29:09 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						2a500b3551 
					 
					
						
						
							
							Edited docs/db-api.txt changes from [5700]  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@5709  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-07-15 19:34:21 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						eff675b91e 
					 
					
						
						
							
							Clarified the documentation on the steps that happen during a save, and how raw save affects those steps.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@5700  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-07-15 04:41:59 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						0f869d1124 
					 
					
						
						
							
							Edited docs/db-api.txt changes from [5658]  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@5698  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-07-14 16:58:54 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						2d6d20def7 
					 
					
						
						
							
							Fixed   #4459  -- Added 'raw' argument to save method, to override any pre-save processing, and modified serializers to use a raw-save. This enables serialization of DateFields with auto_now/auto_now_add. Also modified serializers to invoke save() directly on the model baseclass, to avoid any (potentially order-dependent, data modifying) behavior in a custom save() method.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@5658  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-07-12 07:45:35 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						953badbea5 
					 
					
						
						
							
							Merged Unicode branch into trunk (r4952:5608). This should be fully  
						
						... 
						
						
						
						backwards compatible for all practical purposes.
Fixed  #2391 , #2489 , #2996 , #3322 , #3344 , #3370 , #3406 , #3432 , #3454 , #3492 , #3582 , #3690 , #3878 , #3891 , #3937 , #4039 , #4141 , #4227 , #4286 , #4291 , #4300 , #4452 , #4702 
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5609  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-07-04 12:11:04 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						510e545776 
					 
					
						
						
							
							Fixed   #4690  -- Fixed a bunch of ReST errors in docs. Thanks, Paul B.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@5571  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-07-01 01:00:23 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						64f20046f1 
					 
					
						
						
							
							Edited docs/db-api.txt changes from [5555]  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@5566  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-06-30 21:25:10 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						a9807db552 
					 
					
						
						
							
							Fixed   #4712 : added mention of Oracle in docs from [5555]. Thanks, Tom.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@5556  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-06-27 19:16:05 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						24512a74be 
					 
					
						
						
							
							Fixed   #1465 : added support for regex lookups. Thanks, Tom Tobin.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@5555  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-06-27 18:58:10 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						9bc8941f67 
					 
					
						
						
							
							Fixed   #4532  -- Trivial typo fix. Noticed by philliptemple@yahoo.co.uk.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@5466  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-06-12 00:31:55 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						484527f780 
					 
					
						
						
							
							Fixed   #3807  -- Some small fixes to a couple of examples. Thanks,  
						
						... 
						
						
						
						jon.i.austin@gmail.com .
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5458  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
					
						2007-06-11 11:14:05 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						ceba11abf5 
					 
					
						
						
							
							Fixed typo in docs/db-api.txt from [5431]  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@5438  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-06-07 21:40:56 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						21acccbca2 
					 
					
						
						
							
							Fixed   #4214 : added a bit of explicit info on updating FK fields to db-api.txt. Thanks, david@kazserve.org.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@5437  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-06-07 18:24:27 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						7747c42503 
					 
					
						
						
							
							Fixed   #4496  - fixed section header in db-api doc. Thanks, hattawayd@gmail.com.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@5431  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-06-07 17:46:55 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						3c948d45d2 
					 
					
						
						
							
							Fixed   #4388  -- Documented where the view shortcuts are imported from. Based on  
						
						... 
						
						
						
						a patch from Jure Cuhalev.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5356  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-05-26 09:53:16 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						6f44cffc77 
					 
					
						
						
							
							Fixed   #4303  -- Fixed typos in docs/db-api.txt. Thanks, Gary Wilson  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@5253  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-05-15 19:35:53 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						72e824ad14 
					 
					
						
						
							
							Fixed   #4303  -- Fixed typo in docs/db-api.txt  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@5252  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-05-15 19:06:52 +00:00