Bug#720921: python-django: DSA 2140-1 breaks inlines.js

2013-08-26 Thread Tim Stoop
Package: python-django Version: 1.4.5-1+deb7u1 Severity: normal Dear Maintainer, We noticed that after we upgraded to python-django from the security repository, the inlines.js code was no longer working correctly. It no longer generates the 'Add another resource name resource' link for inline

Bug#720921: python-django: DSA 2140-1 breaks inlines.js

2013-08-26 Thread Tim Stoop
Actually, I found the problem in the debian/rules in python-django. It seem to not link to jquery.js and jquery.min.js. In override_dh_install, the following code is present: # Remove embedded Javascript libraries set -e; for FILENAME in jquery.js jquery.min.js; do \