diff options
Diffstat (limited to 'deprecations.txt')
-rw-r--r-- | deprecations.txt | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/deprecations.txt b/deprecations.txt index 05fd108..4da520e 100644 --- a/deprecations.txt +++ b/deprecations.txt @@ -1,8 +1,2 @@ -/home/philip/p11d5/lib/python3.11/site-packages/django/http/request.py:1: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 - import cgi -/home/philip/p11d5/lib/python3.11/site-packages/django/utils/encoding.py:266: DeprecationWarning: Use setlocale(), getencoding() and getlocale() instead - encoding = locale.getdefaultlocale()[1] or 'ascii' -/home/philip/p11d5/lib/python3.11/site-packages/django/utils/asyncio.py:19: DeprecationWarning: There is no current event loop - event_loop = asyncio.get_event_loop() -/home/philip/p11d5/lib/python3.11/site-packages/django/utils/asyncio.py:19: DeprecationWarning: There is no current event loop - event_loop = asyncio.get_event_loop() +/home/philip/p11d3/lib/python3.11/site-packages/django/conf/__init__.py:267: RemovedInDjango50Warning: 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. + warnings.warn(USE_L10N_DEPRECATED_MSG, RemovedInDjango50Warning) |