Groups
Groups
Sign in
Groups
Groups
Django developers (Contributions to Django itself)
Conversations
About
Send feedback
Help
Sort By Relevance
Sort By Date
1–8 of 8
N Aditya
, …
AJAY
25
6/12/22
Transaction APIs do not consult the DB router to choose DB connection
connections (
CONN_MAX_AGE
= 0) and switching settings.DATABASE["default"] in a middleware at the beginning of every request. Modifying settings at runtime isn'
unread,
Transaction APIs do not consult the DB router to choose DB connection
connections (
CONN_MAX_AGE
= 0) and switching settings.DATABASE["default"] in a middleware at the beginning of every request. Modifying settings at runtime isn'
6/12/22
Mariusz Felisiak
4
3/30/20
Fellow Reports - March 2020
type of
CONN_MAX_AGE
database option. https://github.com/django/django/pull/12631 - Fixed #31404 -- Changed selector-chosen's multiple attribute to HTML5 boolean syntax
unread,
Fellow Reports - March 2020
type of
CONN_MAX_AGE
database option. https://github.com/django/django/pull/12631 - Fixed #31404 -- Changed selector-chosen's multiple attribute to HTML5 boolean syntax
3/30/20
Daniel Neuhaeuser
,
Aymeric Augustin
2
7/18/19
#30646 - close_if_unusable_or_obsolete fails to close unusable connections
connections with
CONN_MAX_AGE
= 0 but the performance hit is likely not worth the reliability improvement. On the ticket you say that you're seeing "a number of requests
unread,
#30646 - close_if_unusable_or_obsolete fails to close unusable connections
connections with
CONN_MAX_AGE
= 0 but the performance hit is likely not worth the reliability improvement. On the ticket you say that you're seeing "a number of requests
7/18/19
Bobby Mozumder
, …
Florian Apolloner
19
1/5/17
Add custom autoreload file tracking options setting
connections if
CONN_MAX_AGE
>> was set to None? Could have sworn it was that way for a while? >> >> In any case, I just tried the Javascript & CSS Makefile with
unread,
Add custom autoreload file tracking options setting
connections if
CONN_MAX_AGE
>> was set to None? Could have sworn it was that way for a while? >> >> In any case, I just tried the Javascript & CSS Makefile with
1/5/17
Doan Hong Phi
,
Tim Graham
2
8/6/15
Unable save model in admin with HStoreField
f = Food.objects.get(id=2) f.weight= {'0.5': '0.5kg - 1kg'} f.save() Save model by code then OK. But I can't save model in admin.
unread,
Unable save model in admin with HStoreField
f = Food.objects.get(id=2) f.weight= {'0.5': '0.5kg - 1kg'} f.save() Save model by code then OK. But I can't save model in admin.
8/6/15
Marc Tamlyn
, …
Daniele Procida
4
8/19/13
Performance optimisations in the deployment checklist document
using `
CONN_MAX_AGE
`, then there's a huge benefit. > > The only issue I can see is that it only improves performance if you've > got memcached installed. That's
unread,
Performance optimisations in the deployment checklist document
using `
CONN_MAX_AGE
`, then there's a huge benefit. > > The only issue I can see is that it only improves performance if you've > got memcached installed. That's
8/19/13
Aymeric Augustin
, …
Shai Berger
7
3/18/13
Persistent connections, take 2
value for
CONN_MAX_AGE
. > > > Since I committed the patch, I discovered that persistent connections don't interact well with runserver. > > By default, the development
unread,
Persistent connections, take 2
value for
CONN_MAX_AGE
. > > > Since I committed the patch, I discovered that persistent connections don't interact well with runserver. > > By default, the development
3/18/13
Aymeric Augustin
, …
David Cramer
38
2/28/13
Database pooling vs. persistent connections
**tl;dr** I believe that persistent database connections are a good idea. Please prove me wrong :) --
unread,
Database pooling vs. persistent connections
**tl;dr** I believe that persistent database connections are a good idea. Please prove me wrong :) --
2/28/13