diff options
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 |
