summaryrefslogtreecommitdiff
path: root/django/utils/autoreload.py
AgeCommit message (Expand)Author
2008-08-08Made auto-reloading for the dev server a little more friendly in the JythonMalcolm Tredinnick
2006-07-28Fixed #2330 -- Added hack to stop KeyErrors from being thrown by the autorelo...Adrian Holovaty
2006-05-31Fixed #2036 -- autoreload.py no longer fails for uninstalled 'thread' module....Adrian Holovaty
2005-12-16Fixed #937 -- autoreload no longer reloads on every request on Windows. Thank...Adrian Holovaty
2005-10-25Improved autoreloader to ignore files that might be in eggs. Refs #596Adrian Holovaty
2005-07-21Added copyright notice to utils/autoreload for CherryPy folksAdrian Holovaty
2005-07-21Added auto-reload to standalone server! Fixes #113. Thanks very much to Jason...Adrian Holovaty