Opened 10 years ago

Closed 10 years ago

#21500 closed Bug (fixed)

PendingDeprecationWarning when running the test suite

Reported by: Aymeric Augustin Owned by: nobody
Component: Core (Other) Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

% python -Wall runtests.py

/Users/myk/Documents/dev/django/django/utils/autoreload.py:41: PendingDeprecationWarning: django.utils.importlib will be removed in Django 1.9.
  from django.utils.importlib import import_module

Change History (1)

comment:1 by Baptiste Mispelon <bmispelon@…>, 10 years ago

Resolution: fixed
Status: newclosed

In e681b2861d969eb5c5cd27ec8a9a14ebc8860bd1:

Fixed #21500 -- Removed imports of deprecated utils.importlib

Note: See TracTickets for help on using tickets.
Back to Top