summaryrefslogtreecommitdiff
path: root/docs/faq.txt
diff options
context:
space:
mode:
authorJason Pellerin <jpellerin@gmail.com>2006-12-04 18:16:40 +0000
committerJason Pellerin <jpellerin@gmail.com>2006-12-04 18:16:40 +0000
commite07dae7b77abc39d3e5d99dece5d43a5b99890f4 (patch)
tree3f29507bf4541e6657b8bc7c635673e2f8acea06 /docs/faq.txt
parent261fb45ba8ce5ad7c9a0a73c286077c779364b8d (diff)
[multi-db] Merged trunk to [3890]
git-svn-id: http://code.djangoproject.com/svn/django/branches/multiple-db-support@4152 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/faq.txt')
-rw-r--r--docs/faq.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq.txt b/docs/faq.txt
index e1f344c811..c7f92d3580 100644
--- a/docs/faq.txt
+++ b/docs/faq.txt
@@ -499,7 +499,7 @@ specify an object to edit or delete.
How do I add database-specific options to my CREATE TABLE statements, such as specifying MyISAM as the table type?
------------------------------------------------------------------------------------------------------------------
-We try to avoid adding special cases in the Django code to accomodate all the
+We try to avoid adding special cases in the Django code to accommodate all the
database-specific options such as table type, etc. If you'd like to use any of
these options, create an `SQL initial data file`_ that contains ``ALTER TABLE``
statements that do what you want to do. The initial data files are executed in