mirror of
https://github.com/django/django.git
synced 2025-07-23 13:15:32 +00:00
Refs #30372 -- Stopped watching built-in Django translation files by auto-reloader.
This commit is contained in:
parent
8f10ceaa90
commit
c00bc27945
3 changed files with 19 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue