Skip to content

Commit

Permalink
Fixed django#18099 -- corrected a typo in the initial data docs. Than…
Browse files Browse the repository at this point in the history
…ks to Bradley Ayers for the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17895 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
alex committed Apr 11, 2012
1 parent 93240b7 commit f5a9e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howto/initial-data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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``.

0 comments on commit f5a9e5e

Please sign in to comment.