summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorBouke Haarsma <bouke@webatoom.nl>2013-10-14 14:19:02 +0200
committerTim Graham <timograham@gmail.com>2013-10-14 10:38:30 -0400
commitda181056a9e111c7564127cb67df6f186a485c17 (patch)
treeaa4d79e05767c7d0edfa3ca309a04c4539ad1b6b /docs/ref
parente3c8db61f3d1e86ac523fc76095d7f3dd1cbe760 (diff)
[1.6.x] Fixed #21210 -- Documented when runserver doesn't auto-restart.
Thanks gergely at polonkai.eu for the suggestion. Backport of 9b7d38ed5a from master
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/django-admin.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index b487bea7ad..dc45bbff21 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -732,6 +732,8 @@ Django.)
The development server automatically reloads Python code for each request, as
needed. You don't need to restart the server for code changes to take effect.
+However, some actions like adding files or compiling translation files don't
+trigger a restart, so you'll have to restart the server in these cases.
When you start the server, and each time you change Python code while the
server is running, the server will validate all of your installed models. (See