Opened 13 years ago
Closed 13 years ago
#19466 closed Uncategorized (fixed)
tiny typo in docs page 1.4/howto/initial-data
| Reported by: | anonymous | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.4 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Typo on this page:
The very last line of the section "Database-backend-specific SQL data"
currently reads:
contents of sql/person.sqlite.sql first, then sql/person.sql.
should read:
contents of sql/person.sqlite3.sql first, then sql/person.sql.
Having the suffix 3 on the end I think fits with what you describe in the earlier paragraph
Note:
See TracTickets
for help on using tickets.
Duplicate of #18099 but the fix wasn't backported to 1.4.X which I've done.