summaryrefslogtreecommitdiffstats
path: root/deprecations.txt
diff options
context:
space:
mode:
Diffstat (limited to 'deprecations.txt')
-rw-r--r--deprecations.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/deprecations.txt b/deprecations.txt
index 06c148a..e69de29 100644
--- a/deprecations.txt
+++ b/deprecations.txt
@@ -1,6 +0,0 @@
-/mnt/d/CUCC-Expo/t37/lib/python3.7/site-packages/django/db/models/sql/query.py:11: 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
- from collections import Counter, Iterator, Mapping, OrderedDict
-/mnt/d/CUCC-Expo/t37/lib/python3.7/site-packages/django/db/models/sql/query.py:11: 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
- 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):