diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-02-06 18:52:46 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-02-06 18:52:46 +0000 |
commit | a61751e1fbb8a30804054042927304bd2b250062 (patch) | |
tree | e5890bb8d41ab1a9b758e12902e705dad4e1ddf5 /deprecations.txt | |
parent | 422d2324e892d0220f28d328d0d6830fa09c4825 (diff) | |
download | troggle-a61751e1fbb8a30804054042927304bd2b250062.tar.gz troggle-a61751e1fbb8a30804054042927304bd2b250062.tar.bz2 troggle-a61751e1fbb8a30804054042927304bd2b250062.zip |
remove // in URLs
Diffstat (limited to 'deprecations.txt')
-rw-r--r-- | deprecations.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/deprecations.txt b/deprecations.txt index 26bd153..e69de29 100644 --- a/deprecations.txt +++ b/deprecations.txt @@ -1,2 +0,0 @@ -/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) |