Django Disqus Versions Save

Integrates DISQUS into Django

0.5

9 years ago

Support for Python 3.4 and Django 1.7. Python 2.5 support has been dropped.

0.4.3

9 years ago

Support for Django 1.4 through 1.7.

Uses stdlib json when available fallback to django.utils.simplejson (when running Django 1.4 w/ Python 2.5).

Addresses #26, #27 and #31.

0.4.2

9 years ago

Protocol-relative URLs are now supported by the templates.

Resolves issue #33 , #18 and #15.