Re: Changes in django/utils/autoreload.py breaks execution from IDE

2011-03-24 Thread Dmitry Trofimov
Hi Karen, r15911 does fix the problem. Thanks. You know, people often run code from IDE without debugging. If you develope in IDE it is convenient to run code from IDE without switching to console. However you are right, that --noreload is nesessary for being able to debug. I am unsing and deve

Re: Changes in django/utils/autoreload.py breaks execution from IDE

2011-03-24 Thread Dmitry Trofimov
Also, there is a big hope that something like 1.3.1 release will be produced soon as Django 1.3 without r15911 is still IDE unfriendly. -- Thanks, Dmitry On Thu, Mar 24, 2011 at 6:19 PM, Dmitry Trofimov wrote: > Hi Karen, > > r15911 does fix the problem. Thanks. > > You know, p