#16665: Make sql clui commands consistent with dumpdata by allowing manage.py
sql
appname.Model
-------------------------+-------------------------------
Reporter: wim@… | Owner: nobody
Type: New feature | Status: new
Milestone: | Component: Uncategorized
Version: 1.3 | Severity: Normal
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------+-------------------------------
At the moment, dumpdata can dump data from apps or app.Models.
usage of dumpdata is:
{{{
./manage.py dumpdata <appname appname appname.Model ...>
}}}
My request is to make sql and sqlall and such commands use the same clui.
Now
{{{
./manage.py sql <appname>
}}}
works,
{{{
./manage.py sql <appname appname appname.Model>
}}}
does not.
--
Ticket URL: <https://code.djangoproject.com/ticket/16665>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.