diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-11-05 21:02:33 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-11-05 21:02:33 +0100 |
| commit | c349bcbdf9c3520a0050bddf49ea59d9418c3ecb (patch) | |
| tree | 60d5e78d24e36e6d4196b4c4274b2065be62c893 /docs | |
| parent | 79716dcca8a83f298d3d744080f713e499726c23 (diff) | |
Improved English in release notes for runserver.
Thanks Tim.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.txt | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index 85e01cbe59..ad3166e973 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -345,18 +345,19 @@ Management Commands * The :djadmin:`runserver` command received several improvements: - * On BSD systems, including OS X, the development server will reload - immediately when a file is changed. Previously, it was polling the - filesystem for changes every second. That caused a small delay before - reloads and reduced battery life on laptops. + # On BSD systems, including OS X, the development server will reload + immediately when a file is changed. Previously, it polled the filesystem + for changes every second. That caused a small delay before reloads and + reduced battery life on laptops. * On Linux, the same improvements are available when pyinotify_ is installed. .. _pyinotify: https://pypi.python.org/pypi/pyinotify - * Besides, the development server automatically reloads when a translation - file is updated, ie. after running :djadmin:`compilemessages`. + * In addition, the development server automatically reloads when a + translation file is updated, i.e. after running + :djadmin:`compilemessages`. Models ^^^^^^ |
