summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-04-25 15:05:48 -0400
committerTim Graham <timograham@gmail.com>2015-04-25 15:06:45 -0400
commit8fa763a983608cce7567e3189cf8fec02f8f0bd0 (patch)
treee8e6fdb6b2307b6e84fbe273c125d34f9fac30e5 /docs
parent419f296259d7c22d34d7d1cf46e7cf29e6b26b13 (diff)
[1.8.x] Fixed #24704 -- Clarified system check interaction with runserver.
Backport of 0f2e82b9ec9797147945a6f9a402b5ae0fb1d9f4 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/django-admin.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 82c143a6e8..e127307ce3 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -964,9 +964,9 @@ reduction.
``pyinotify`` support was added.
When you start the server, and each time you change Python code while the
-server is running, the server will check your entire Django project for errors (see
-the :djadmin:`check` command). If any errors are found, they will be printed
-to standard output, but it won't stop the server.
+server is running, the system check framework will check your entire Django
+project for some common errors (see the :djadmin:`check` command). If any
+errors are found, they will be printed to standard output.
You can run as many servers as you want, as long as they're on separate ports.
Just execute ``django-admin runserver`` more than once.