#25965 closed Bug (fixed)
Add removal of sql* commands for apps without migrations to 1.9 release notes
Reported by: | jillson | Owned by: | Tim Graham |
---|---|---|---|
Component: | Documentation | Version: | 1.9 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
As noted in http://stackoverflow.com/questions/34416028/adding-sub-command-sqlall-to-manage-py, it appears that sqlall was removed in 1.9. In addition to the link to the commit in the answer, the documentation no longer describes what the command does in https://docs.djangoproject.com/en/1.9/ref/django-admin/ whereas the 1.8 version ( https://docs.djangoproject.com/en/1.8/ref/django-admin/) did. The djangon-admin docs (https://docs.djangoproject.com/en/1.9/ref/django-admin/) does however contain the word sqlall in the example for --color (django-admin sqlall --no-color). Would suggest A) updating the django-admin page to use a different command (unless django-admin somehow still supports sqlall despite manage.py not doing so) and B) updating https://docs.djangoproject.com/en/1.9/releases/1.9/#removed-features-1-9 to mention that sqlall (in addition to syncdb) was removed in 1.9.
Change History (5)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Summary: | SQLAll documentation issues → Add removal of sql* commands for apps without migrations to 1.9 release notes |
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 9 years ago
Has patch: | set |
---|
comment:3 by , 9 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
PR