arthurk / django-disqus

Integrates DISQUS into Django
http://django-disqus.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
326 stars 101 forks source link

Use standard JSON lib and fallback to Django JSON lib on import error #62

Closed robnewman closed 9 years ago

robnewman commented 9 years ago

Cleanup of another import instance of the old Django JSON lib

arthurk commented 9 years ago

Hi, another PR has been merged and we'll now stick to stdlib json. but thanks a lot for this pull request anyway!