Refs #30372 -- Stopped watching built-in Django translation files by auto-reloader.

This commit is contained in:
Tom Forbes 2020-04-18 21:32:19 +01:00 committed by Mariusz Felisiak
parent 8f10ceaa90
commit c00bc27945
3 changed files with 19 additions and 1 deletions

View file

@ -683,6 +683,9 @@ Miscellaneous
the previous behavior, pass ``ensure_ascii=True`` to JSON serializer, or
``allow_unicode=False`` to YAML serializer.
* The auto-reloader no longer monitors changes in built-in Django translation
files.
.. _deprecated-features-3.1:
Features deprecated in 3.1