summaryrefslogtreecommitdiffstats
path: root/deprecations.txt
diff options
context:
space:
mode:
authorPhilip Sargent (laptop) <you@example.com>2023-05-02 14:27:55 +0300
committerPhilip Sargent (laptop) <you@example.com>2023-05-02 14:27:55 +0300
commit8e982bd6bee63d89c286b7d393bfb2b8536e078d (patch)
treef854492bf6f6226bb58dbc2eae0e63ad57b7aee6 /deprecations.txt
parent783154d24a0033bbda15ebfa4e30744d02c27324 (diff)
downloadtroggle-8e982bd6bee63d89c286b7d393bfb2b8536e078d.tar.gz
troggle-8e982bd6bee63d89c286b7d393bfb2b8536e078d.tar.bz2
troggle-8e982bd6bee63d89c286b7d393bfb2b8536e078d.zip
Fixing new dev machine setup
Diffstat (limited to 'deprecations.txt')
-rw-r--r--deprecations.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/deprecations.txt b/deprecations.txt
index 4da520e..638aa68 100644
--- a/deprecations.txt
+++ b/deprecations.txt
@@ -1,2 +1,2 @@
-/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.
+/home/philip/p11d4/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)