aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/media/jquery.js
AgeCommit message (Collapse)Author
2009-04-02Moving media so they are "namespaced" like templates.Rob Hudson
2008-09-20Upgrading jquery.js to v1.2.6 and including the minified version vs the packedRob Hudson
version for faster processing time (vs faster transmit times).
2008-09-15Added a mechanism for monkeypatching in debug views, and also addedJacob Kaplan-Moss
jquery as both a test case and a place to get started making some js improvements. I'm not totally thrilled with this approach -- it feels *very* hackish. The alternative might be to simply require installers to add a line to their ROOT_URLCONF, which wouldn't be *bad*, but I like the "load automatically" part of this thing.