Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#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 Tim Graham, 8 years ago

Owner: changed from nobody to Tim Graham
Status: newassigned
Summary: SQLAll documentation issuesAdd removal of sql* commands for apps without migrations to 1.9 release notes
Triage Stage: UnreviewedAccepted

comment:2 by Tim Graham, 8 years ago

Has patch: set

comment:3 by Alasdair Nicol, 8 years ago

Triage Stage: AcceptedReady for checkin

comment:4 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: assignedclosed

In d52b0c5:

Fixed #25965 -- Added removal of sql* commands to 1.9 release notes.

comment:5 by Tim Graham <timograham@…>, 8 years ago

In 923a4fb:

[1.9.x] Fixed #25965 -- Added removal of sql* commands to 1.9 release notes.

Backport of d52b0c5b38cce633a75420a703a15f03aabd70dd from master

Note: See TracTickets for help on using tickets.
Back to Top