issues
search
mklymyshyn
/
django-dtpanel-htmltidy
Custom panel form Django Debug Toolbar which display HTML Validation errors and warnings
BSD 3-Clause "New" or "Revised" License
45
stars
8
forks
source link
Support for Toolbar 1.x and test fixes
#11
Open
jmbowman
opened
10 years ago
jmbowman
commented
10 years ago
An assortment of fixes for modern environments:
Support for Django Debug Toolbar 1.x
Count on the toolbar having already loaded jQuery (the original code broke on a site running a recent jQuery because "1.10.2" < "1.3")
Fixed the tests to work in Django 1.4 - 1.6
An assortment of fixes for modern environments: