From fa8a1d252a4e928e5bed2cf7002e38943d80f753 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Fri, 29 Sep 2006 02:30:42 +0000 Subject: Fixed #2845 -- Corrected a few spelling errors in the docs and changed a couple of correctly spelt words to their North American counterparts for consistency. Thanks, treborhudson@gmail.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@3883 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/faq.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/faq.txt') 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 -- cgit v1.3