diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2012-04-11 02:03:59 +0000 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2012-04-11 02:03:59 +0000 |
| commit | f5a9e5e92867344b6251fdf58c05717b2ef26018 (patch) | |
| tree | 3cd4c76ccbe19c4c8910ae4b8083eeeed0a58e11 /docs/howto/initial-data.txt | |
| parent | 93240b7d903af86e135c3b1724a81d2daf31441f (diff) | |
Fixed #18099 -- corrected a typo in the initial data docs. Thanks to Bradley Ayers for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17895 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/howto/initial-data.txt')
| -rw-r--r-- | docs/howto/initial-data.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/initial-data.txt b/docs/howto/initial-data.txt index 557935f266..e5a4957cb2 100644 --- a/docs/howto/initial-data.txt +++ b/docs/howto/initial-data.txt @@ -162,4 +162,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``. |
