Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
d0c3070
Support for Python 3.4 and Django 1.7. Python 2.5 support has been dropped.
4b65423
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.
6fbe178
Protocol-relative URLs are now supported by the templates.
Resolves issue #33 , #18 and #15.