You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everytime I run a management task in my Django app, in which I am using django-treeadmin, I get the following Warning on console
/home/stefano/venvs/open_bilanci/local/lib/python2.7/site-packages/treeadmin/admin.py:6: DeprecationWarning: django.utils.simplejson is deprecated; use json instead.
from django.utils import simplejson
The text was updated successfully, but these errors were encountered:
Everytime I run a management task in my Django app, in which I am using django-treeadmin, I get the following Warning on console
The text was updated successfully, but these errors were encountered: