gintas / django-picklefield

A pickled object field for Django
MIT License
180 stars 47 forks source link

Favor the built-in json module. #9

Closed charettes closed 10 years ago

charettes commented 11 years ago

The django's bundled simplejson module is pending deprecation as of version 1.5 and will be totally removed in 1.7. We should favor the built-in version in all cases.

jbzdak commented 10 years ago

I like that!

wizpig64 commented 10 years ago

Django 1.6 is out, and now throws DeprecationWarnings on ./manage.py commands. Is this going to be merged?