Opened 9 years ago
Closed 9 years ago
#25041 closed Bug (fixed)
syncdb documentation is inaccurate
Reported by: | Daniele Procida | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.7 |
Severity: | Normal | Keywords: | afraid-to-commit |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
https://docs.djangoproject.com/en/1.7/ref/django-admin/#django-admin-syncdb says:
[syndb] is now just an alias to [migrate]
which isn't true in 1.7.x. https://docs.djangoproject.com/en/1.7/ref/django-admin/#django-admin-migrate (in the same page) on the other hand is correct and notes the difference between them.
Change History (2)
comment:1 by , 9 years ago
Component: | Uncategorized → Documentation |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 08b0b81: