summaryrefslogtreecommitdiff
path: root/docs/django-admin.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2007-08-25 23:56:33 +0000
committerAdrian Holovaty <adrian@holovaty.com>2007-08-25 23:56:33 +0000
commit32c729be10271173a71c1505ae658da332995b04 (patch)
treeeb6b0590cfb8617adb9f994d487242b1d81c7209 /docs/django-admin.txt
parent70740d6eca8c4b439a95d17ef41e2229b2b8f399 (diff)
Added note to docs/django-admin.txt section on 'testserver' that the server does not detect changes to Python code
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6017 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/django-admin.txt')
-rw-r--r--docs/django-admin.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/django-admin.txt b/docs/django-admin.txt
index 366483a47a..e3d1067dd3 100644
--- a/docs/django-admin.txt
+++ b/docs/django-admin.txt
@@ -479,6 +479,9 @@ This is useful in a number of ways:
Note that this server can only run on the default port on localhost; it does
not yet accept a ``host`` or ``port`` parameter.
+Also note that it does *not* automatically detect changes to your Python source
+code (as ``runserver`` does). It does, however, detect changes to templates.
+
.. _unit tests: ../testing/
validate