summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2012-04-11 02:03:59 +0000
committerTim Graham <timograham@gmail.com>2012-12-15 16:42:19 -0500
commit8ab2aceb6591e5e7c2f50e85a90ec85b42c5c16f (patch)
tree1cf50bc038d91249e7f77c3f2261350dd3dc193d
parentf2530dcb17bf0601cb48e452d1a67d35e5e5d518 (diff)
[1.4.X] Fixed #18099 -- corrected a typo in the initial data docs. Thanks to Bradley Ayers for the patch.
Backport of f5a9e5e9 from master
-rw-r--r--docs/howto/initial-data.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/initial-data.txt b/docs/howto/initial-data.txt
index 36306d476e..295b74cf77 100644
--- a/docs/howto/initial-data.txt
+++ b/docs/howto/initial-data.txt
@@ -163,4 +163,4 @@ Backend-specific SQL data is executed before non-backend-specific SQL
data. For example, if your app contains the files ``sql/person.sql``
and ``sql/person.sqlite3.sql`` and you're installing the app on
SQLite, Django will execute the contents of
-``sql/person.sqlite.sql`` first, then ``sql/person.sql``.
+``sql/person.sqlite3.sql`` first, then ``sql/person.sql``.