From f3808a02c3d9d71907ce0f5f39118cedb39c0e34 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 18 Jun 2009 17:05:59 +0000 Subject: [PATCH] [soc2009/multidb] Removed a duplicate bit of docs that snuck in during a merge git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@11072 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/django-admin.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 47ed83d4a5..d7a0fc7861 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -697,12 +697,6 @@ of sync with its automatically incremented field data. The alias for the database to print the SQL for. By default uses the ``'default'`` alias. ---database -~~~~~~~~~~ - -The alias for the database to print the SQL for. By default uses the -``'default'`` alias. - startapp ------------------