mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
[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
This commit is contained in:
parent
f2530dcb17
commit
8ab2aceb65
1 changed files with 1 additions and 1 deletions
|
@ -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``.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue