diff options
Diffstat (limited to 'deprecations.txt')
-rw-r--r-- | deprecations.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/deprecations.txt b/deprecations.txt index e23bbc5..05fd108 100644 --- a/deprecations.txt +++ b/deprecations.txt @@ -1,4 +1,8 @@ -/home/philip/zp310d3/lib/python3.10/site-packages/django/utils/asyncio.py:19: DeprecationWarning: There is no current event loop +/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/zp310d3/lib/python3.10/site-packages/django/utils/asyncio.py:19: DeprecationWarning: There is no current 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() |