Re: [django 1.7.6] system error: 10054 An existing connection was forcibly closed by the remote host

2015-03-12 Thread Collin Anderson
Hi, Interesting. If you switch back to previous version of django you don't have that problem? Is it a slow query? Are you using MySQL or MSSQL? Collin On Tuesday, March 10, 2015 at 8:55:44 PM UTC-4, Weifeng Pan wrote: > > Hi, > > > I upgrade to latest version of django. Every time I

[django 1.7.6] system error: 10054 An existing connection was forcibly closed by the remote host

2015-03-10 Thread Weifeng Pan
Hi, I upgrade to latest version of django. Every time I navigate to django admin site "User" page. I got this error: File "C:\MyProjects\WuWuKe\venv\lib\site-packages\django\core\handlers\base.py", line 111, in get_response response = wrapped_callback(request, *callback_args,