[GH-ISSUE #403] warnings, as seen on travis-ci with django 2.2 #300

Closed
opened 2026-02-26 10:30:40 +03:00 by kerem · 1 comment
Owner

Originally created by @ThomasWaldmann on GitHub (Apr 3, 2019).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/403

Originally assigned to: @ThomasWaldmann on GitHub.

removed all the duplicates:

=============================== warnings summary ===============================

from us:

nsupdate/accounts/_tests/test_accounts.py::test_views_anon
python3.7/site-packages/django/contrib/staticfiles/templatetags/staticfiles.py:26: 
RemovedInDjango30Warning: {% load staticfiles %} is deprecated in favor of {% load static %}.

from dnspython:

nsupdate/api/_tests/test_api.py::test_nic_update_authorized
python3.7/site-packages/dns/tsigkeyring.py:35:
DeprecationWarning: decodestring() is a deprecated alias since Python 3.1, use decodebytes()
    secret = base64.decodestring(maybe_encode(textring[keytext]))
Originally created by @ThomasWaldmann on GitHub (Apr 3, 2019). Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/403 Originally assigned to: @ThomasWaldmann on GitHub. removed all the duplicates: ``` =============================== warnings summary =============================== from us: nsupdate/accounts/_tests/test_accounts.py::test_views_anon python3.7/site-packages/django/contrib/staticfiles/templatetags/staticfiles.py:26: RemovedInDjango30Warning: {% load staticfiles %} is deprecated in favor of {% load static %}. from dnspython: nsupdate/api/_tests/test_api.py::test_nic_update_authorized python3.7/site-packages/dns/tsigkeyring.py:35: DeprecationWarning: decodestring() is a deprecated alias since Python 3.1, use decodebytes() secret = base64.decodestring(maybe_encode(textring[keytext])) ```
kerem closed this issue 2026-02-26 10:30:40 +03:00
Author
Owner

@ThomasWaldmann commented on GitHub (Apr 4, 2019):

guess the dnspython warning will go away when dnspython 2.0 drops py27.

fixing the static warning now...

<!-- gh-comment-id:480025636 --> @ThomasWaldmann commented on GitHub (Apr 4, 2019): guess the dnspython warning will go away when dnspython 2.0 drops py27. fixing the static warning now...
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nsupdate.info-nsupdate-info#300
No description provided.