summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-12-22 09:56:25 -0500
committerTim Graham <timograham@gmail.com>2015-12-22 13:00:24 -0500
commit923a4fb20abf449aa677995f108a15999b9d7d2a (patch)
treef5568e8ec5bd11929f23312873156ee7ea2d9b67 /docs/ref/django-admin.txt
parentc80d85d4ad05ee905321e410e1a3e7a49d730233 (diff)
[1.9.x] Fixed #25965 -- Added removal of sql* commands to 1.9 release notes.
Backport of d52b0c5b38cce633a75420a703a15f03aabd70dd from master
Diffstat (limited to 'docs/ref/django-admin.txt')
-rw-r--r--docs/ref/django-admin.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 661857c7b8..9e1441dde3 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -1564,7 +1564,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