arthurk / django-disqus

Integrates DISQUS into Django

Home Page:http://django-disqus.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeprecationWarning: django.utils.simplejson is deprecated; use json instead.

rajsubit opened this issue · comments

Simple json is depreciated beyond django 1.5 and is recommended to use json.

I have dropped all simplejson and changed to json instead with a try except. However, the branch needs to be pulled by authors.

Thank you

Any plan to merge rajsubit's pull request? Can't use with Django 1.7. Thanks!

Hi, will this fix be released to PyPI soon? Unfortunately, I've run into the same roadblock with Django 1.7. The import failure actually breaks all django management commands, so it's pretty much a showstopper on 1.7.

@nuwang You can use your own fork in the meanwhile, that's what I've been doing since today.

This issue still seems to be there.. any alternative of the django-disqus?

If any of you wants to maintain this project i'd be more than happy

@arthurk thanks much for upgrading it with django 1.7 support. It is working like charm. I am new in django, hence little hesitant to own full maintenance of this project, but I am ready to take it slow. Let me know if I can help somehow!!

@kanhaiyakumawat ok!

i'm closing this issue since it has been fixed.