#18099 closed Bug (fixed)
Typo in initial data docs
Description ¶
At the bottom of https://docs.djangoproject.com/en/1.4/howto/initial-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.
First it refers to person.sqlite3.sql
, then
person.sqlite.sql
.
Pull request: https://github.com/django/django/pull/135
Note:
See TracTickets
for help on using tickets.
In [17895]: