mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #9523 -- Restart runserver after translation MO files change
Thanks to Krzysztof Kulewski for the initial patch.
This commit is contained in:
@@ -346,6 +346,9 @@ Management Commands
|
||||
* The :djadmin:`runserver` command now uses ``inotify`` Linux kernel signals
|
||||
for autoreloading if ``pyinotify`` is installed.
|
||||
|
||||
* The :djadmin:`runserver` command is now restarted when a translation file is
|
||||
changed.
|
||||
|
||||
Models
|
||||
^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user