noirbizarre / django.js

Javascript tools for Django
http://djangojs.readthedocs.org/en/latest/
GNU Lesser General Public License v3.0
181 stars 81 forks source link

Re-introduce Python2.6 support. #19

Closed rouge8 closed 11 years ago

rouge8 commented 11 years ago

Django.js already supported Python2.6, with the exception of the test suite. Django bundles unittest2 as django.utils.unittest, so the no changes to the tests were needed.

RHEL/CentOS 6 only include Python2.6 by default, which is sadly still a common deployment target. :(

noirbizarre commented 11 years ago

Thanks!

I totally forgot Django package unittest2 for legacy Python and I dropped Python 2.6 support only for the test suite!