What steps will reproduce the problem?
1. Use gdata with django>=1.6
2. import gdata.gauth
Expected behavior:
No warnings.
Actual behavior:
warning emitted:
gdata/gauth.py:63: DeprecationWarning: django.utils.simplejson is deprecated;
use json instead.
The try/except around the import here should probably be modified.
https://code.google.com/p/gdata-python-client/source/browse/src/gdata/gauth.py#6
1
Original issue reported on code.google.com by m...@fogel.ca on 8 Mar 2014 at 11:12
Original issue reported on code.google.com by
m...@fogel.ca
on 8 Mar 2014 at 11:12