Opened 11 years ago
Closed 11 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
Note:
See TracTickets
for help on using tickets.
In e681b2861d969eb5c5cd27ec8a9a14ebc8860bd1: