diff options
Diffstat (limited to 'deprecations.txt')
-rw-r--r-- | deprecations.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/deprecations.txt b/deprecations.txt new file mode 100644 index 0000000..633261d --- /dev/null +++ b/deprecations.txt @@ -0,0 +1,19 @@ +/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): +/mnt/d/CUCC-Expo/t37/lib/python3.7/site-packages/registration/auth_urls_classes.py:19: 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 |