Closed
Bug 1255142
Opened 10 years ago
Closed 8 years ago
RemovedInDjango19Warning for tidings module
Categories
(developer.mozilla.org Graveyard :: Setup / Install, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jwhitlock, Assigned: jwhitlock)
References
Details
(Keywords: in-triage, Whiteboard: [specification][type:bug])
What did you do?
================
1. Install kuma in a new development VM
2. Ran ./manage.py shell
What happened?
==============
A warning is displayed:
/home/vagrant/env/local/lib/python2.7/site-packages/tidings/utils.py:9: RemovedInDjango19Warning: django.utils.importlib will be removed in Django 1.9.
from django.utils.importlib import import_module
What should have happened?
==========================
No deprecation warnings
Is there anything else we should know?
======================================
django-tidings is a Mozilla-hosted project - https://github.com/mozilla/django-tidings
| Assignee | ||
Comment 1•9 years ago
|
||
I've gotten maintainer status on django-tidings, so I can fix this.
Assignee: nobody → jwhitlock
| Assignee | ||
Comment 2•8 years ago
|
||
Fixed in django-tidings 2.0
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•