diff options
| author | Tim Graham <timograham@gmail.com> | 2015-12-22 09:56:25 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-22 09:58:33 -0500 |
| commit | d52b0c5b38cce633a75420a703a15f03aabd70dd (patch) | |
| tree | af22ad7bb984e9457b3537fd20d71b274760cb7c /docs/ref | |
| parent | f1628f6be1b8113b5e53aea497b2f6c47180e83f (diff) | |
Fixed #25965 -- Added removal of sql* commands to 1.9 release notes.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 31da49cfc5..f4df81d229 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1556,7 +1556,7 @@ that ``django-admin`` should print to the console. Example usage:: - django-admin sqlall --no-color + django-admin runserver --no-color By default, ``django-admin`` will format the output to be colorized. For example, errors will be printed to the console in red and SQL statements will |
