#18099 closed Bug (fixed)
Typo in initial data docs
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.4 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
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]: