diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-09-26 18:32:11 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-09-26 18:32:11 +0300 |
commit | 51dbf5e9e6ec3da29bbf6a0b5910f55e6d163cee (patch) | |
tree | c88d3384b26d010554fb082f82b421af0af00f81 /deprecations.txt | |
parent | 98e7cf6d1b8785691d1e855813a74b4ac6fd51c2 (diff) | |
download | troggle-51dbf5e9e6ec3da29bbf6a0b5910f55e6d163cee.tar.gz troggle-51dbf5e9e6ec3da29bbf6a0b5910f55e6d163cee.tar.bz2 troggle-51dbf5e9e6ec3da29bbf6a0b5910f55e6d163cee.zip |
setting up fresh venv
Diffstat (limited to 'deprecations.txt')
-rw-r--r-- | deprecations.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deprecations.txt b/deprecations.txt index 638aa68..26bd153 100644 --- a/deprecations.txt +++ b/deprecations.txt @@ -1,2 +1,2 @@ -/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. +/home/philip/p11d42/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) |