Re: Django 1.7 opening one database connection for each request

2014-09-10 Thread Alon Nisser
First of all - I would advice you to downgrade your production site back to the working django version you know and *after that , Check your site compatibility (including all third party libs and apps) *to django upgrade in a staging environment.. On Wednesday, September 10, 2014 8:32:24 AM UT

Django 1.7 opening one database connection for each request

2014-09-09 Thread Mauro Alexandre
Please help, i have a problems in my production enviromet. After Django update when my database stopping by "Too many open connections". I use mariadb and, i tried set explict 'CONN_MAX_AGE' to 0, but now solved. I'm desperate, I do not know what to do with the production environment. -- You