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 a8f4ed8..d5d211f 100644 --- a/deprecations.txt +++ b/deprecations.txt @@ -1,2 +1,6 @@ -/mnt/d/EXPO/troggle/core/views/uploads.py:120: DeprecationWarning: invalid escape sequence \d - if not re.match('(19|20)\d\d[:#]\d\d', wallet): +/home/philip/p10d3/lib/python3.10/site-packages/django/utils/version.py:6: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives + from distutils.version import LooseVersion +/home/philip/p10d3/lib/python3.10/site-packages/django/utils/asyncio.py:19: DeprecationWarning: There is no current event loop + event_loop = asyncio.get_event_loop() +/home/philip/p10d3/lib/python3.10/site-packages/django/utils/asyncio.py:19: DeprecationWarning: There is no current event loop + event_loop = asyncio.get_event_loop() |