#27283 closed Cleanup/optimization (fixed)
Typo in the documentation
Reported by: | Vinay Singh | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Found a Typo in the documentation .
here is the link..
https://github.com/django/django/commit/81b55fb90078788bfdc064550f2ff9da2c79d3b6
In line 1185 , 'migrate.py migrate --fake-initial' it should be 'manage.py migrate --fake-initial'
Change History (3)
comment:1 by , 8 years ago
Component: | Uncategorized → Documentation |
---|---|
Has patch: | set |
Triage Stage: | Unreviewed → Accepted |
Type: | Uncategorized → Cleanup/optimization |
comment:2 by , 8 years ago
Version: | 1.10 → master |
---|
comment:3 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
The pull request has been merged, but the ticket was not automatically closed because I wrote 'Fixed 27283' instead of 'Fixed #27283' in the commit message. The commits were:
Note:
See TracTickets
for help on using tickets.
Pull request https://github.com/django/django/pull/7306