summaryrefslogtreecommitdiffstats
path: root/deprecations.txt
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-03-17 21:09:44 +0000
committerPhilip Sargent <philip.sargent@klebos.com>2021-03-17 21:09:44 +0000
commit314f60052319cab612b6d36730348118976c63f6 (patch)
tree8d3a2dee7a59f949a490064256f8a4a61361ef83 /deprecations.txt
parent6ac65cf89332a1f8d387518e116538293cfd3b75 (diff)
downloadtroggle-314f60052319cab612b6d36730348118976c63f6.tar.gz
troggle-314f60052319cab612b6d36730348118976c63f6.tar.bz2
troggle-314f60052319cab612b6d36730348118976c63f6.zip
Dj1.11.29 running - trimmed unneeded packages
Diffstat (limited to 'deprecations.txt')
-rw-r--r--deprecations.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/deprecations.txt b/deprecations.txt
index d4bfef2..06c148a 100644
--- a/deprecations.txt
+++ b/deprecations.txt
@@ -4,16 +4,3 @@
from collections import Counter, Iterator, Mapping, OrderedDict
/mnt/d/CUCC-Expo/t37/lib/python3.7/site-packages/django/core/paginator.py:126: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
class Page(collections.Sequence):
-/mnt/d/CUCC-Expo/t37/lib/python3.7/site-packages/registration/auth_urls_classes.py:20: DeprecationWarning:
-include('registration.auth_urls') is deprecated and will be
-removed in django-registration 3.0. Use
-include('django.contrib.auth.urls') instead.
-
- DeprecationWarning
-/mnt/d/CUCC-Expo/t37/lib/python3.7/site-packages/registration/backends/default/urls.py:25: DeprecationWarning:
-include('registration.backends.default.urls') is deprecated and
-will be removed in django-registration 3.0. Use
-include('registration.backends.model_activation.urls')
-instead.
-
- DeprecationWarning