Skip to content

Releases: arthurk/django-disqus

Python 3.4 and Django 1.7

08 Mar 09:51
Compare
Choose a tag to compare

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

Django 1.7 Support

14 Jul 09:07
Compare
Choose a tag to compare

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.

Protocol-relative URLs Support

09 Jul 09:44
Compare
Choose a tag to compare

Protocol-relative URLs are now supported by the templates.

Resolves issue #33 , #18 and #15.