Remove L10N deprecation exception (#15925)

* Remove L10N deprecation exception

* Remove L10N from default settings file.
This commit is contained in:
TVo
2025-04-09 06:22:01 -07:00
committed by GitHub
parent 51f9160654
commit 438aa463d5
2 changed files with 0 additions and 7 deletions

View File

@@ -29,9 +29,6 @@ filterwarnings =
# FIXME: Set `USE_TZ` to `True`.
once:The default value of USE_TZ will change from False to True in Django 5.0. Set USE_TZ to False in your project settings if you want to keep the current default behavior.:django.utils.deprecation.RemovedInDjango50Warning:django.conf
# FIXME: Delete this entry once `USE_L10N` use is removed.
once:The USE_L10N setting is deprecated. Starting with Django 5.0, localized formatting of data will always be enabled. For example Django will display numbers and dates using the format of the current locale.:django.utils.deprecation.RemovedInDjango50Warning:django.conf
# FIXME: Delete this entry once `pyparsing` is updated.
once:module 'sre_constants' is deprecated:DeprecationWarning:_pytest.assertion.rewrite