From 32c729be10271173a71c1505ae658da332995b04 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sat, 25 Aug 2007 23:56:33 +0000 Subject: [PATCH] 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 --- docs/django-admin.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/django-admin.txt b/docs/django-admin.txt index 366483a47a7..e3d1067dd3f 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