summaryrefslogtreecommitdiffstats
path: root/deprecations.txt
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-03-08 18:24:57 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2023-03-08 18:24:57 +0000
commitb3d9eeecd2fbd79126bc865feadc1676e8f47e31 (patch)
tree7ae15b48d4a230c9adc1886449e64ca1e45c08be /deprecations.txt
parent301fa1fce18a578fbef23a09a758dda0c6ba35a9 (diff)
downloadtroggle-b3d9eeecd2fbd79126bc865feadc1676e8f47e31.tar.gz
troggle-b3d9eeecd2fbd79126bc865feadc1676e8f47e31.tar.bz2
troggle-b3d9eeecd2fbd79126bc865feadc1676e8f47e31.zip
fixing paths in settings to be Path() not str()
Diffstat (limited to 'deprecations.txt')
-rw-r--r--deprecations.txt10
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)