diff options
| author | Tom Forbes <tom@tomforb.es> | 2019-01-14 01:33:47 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-01-13 20:33:47 -0500 |
| commit | c8720e7696ca41f3262d5369365cc1bd72a216ca (patch) | |
| tree | 1fc858e37415196f06982d2af32f98e29044cde1 /docs/releases/2.2.txt | |
| parent | a02a6fd5805f9f0e613b9951249555876b8c4041 (diff) | |
Fixed #27685 -- Added watchman support to the autoreloader.
Removed support for pyinotify (refs #9722).
Diffstat (limited to 'docs/releases/2.2.txt')
| -rw-r--r-- | docs/releases/2.2.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt index 45d436ebe1..13f7617888 100644 --- a/docs/releases/2.2.txt +++ b/docs/releases/2.2.txt @@ -203,6 +203,10 @@ Management Commands comments in generated migration file(s). This option is also available for :djadmin:`squashmigrations`. +* :djadmin:`runserver` can now use `Watchman + <https://facebook.github.io/watchman/>`_ to improve the performance of + watching a large number of files for changes. + Migrations ~~~~~~~~~~ @@ -487,6 +491,8 @@ Miscellaneous :func:`~django.contrib.sitemaps.ping_google` function, set the new ``sitemap_uses_https`` argument to ``False``. +* :djadmin:`runserver` no longer supports `pyinotify` (replaced by Watchman). + .. _deprecated-features-2.2: Features deprecated in 2.2 |
